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!

Trying to Compile Core, hitting snag...

Macil

Sorceror
Code:
Microsoft (R) Build Engine version 4.0.30319.17929
[Microsoft .NET Framework, version 4.0.30319.17929]
Copyright (C) Microsoft Corporation. All rights reserved.
 
MSBUILD : error MSB1005: Specify a property and its value.
Switch: /p:Configuration=Debug;Platform=Any CPU;
 
For switch syntax, type "MSBuild /help"
 
Press any key to continue . . .

I can't figure out why this error keeps coming up when I try to make core edits and recompile my core. If anyone can assist me I'd greatly appreciate it. I can post any additional scripts if needed.
 

Macil

Sorceror
Is there something I need to change that to?

Code:
[USER=42231]DeL[/USER] "%~dp0Shard\RunUO.exe"
 
@"%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "%~dp0RunUO.sln" /p:Configuration=Debug;Platform="Any CPU";
 
[USER=70976]Echo[/USER]:
 
[USER=86462]Pause[/USER]

I don't have a clue what I'm doing here. I VERY RARELY ever do any core edits, just when I'm adding new races. Vorspire is the one who set this up for me weeks and weeks ago and I can't get ahold of him to help me fix it now.
 

Macil

Sorceror
Still get the same error.

In the folder that my bat file is in, there is also an SLN file.

When I try to build a solution from it in Visual Studio, I get these errors:

 
Top