RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RunUO Visual Studio Project files

ASayre

RunUO Developer
These have since been lost on the forums, but here they are again, they're what I use(d) when working on RunUO. They will automagically include all .cs files within the Scripts/Server directories as appropriate.
 

Attachments

  • RunUO Visual Studio Projects.zip
    2.4 KB · Views: 727

Pure Insanity

Sorceror
It's a solution project file, to open all the included C# files inside Visual Studio. Making it easier for you to compile a new core, or debug. If you don't know how to make your own project.
 

Foul

Page
OK, so fresh copy of RunUO SVN, and this dropped in, and when I build the solution I get:
Code:
Errors:
+ Engines/BulkOrders/Books/BOBLargeEntry.cs:
    CS0012: Line 97: The type 'System.Collections.Generic.HashSet`1<T0>' is defi
ned in an assembly that is not referenced. You must add a reference to assembly
'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

Any particular reason why it has to do with bods..?
 
Top