diff --git a/BNetServer/BNetServer.csproj b/BNetServer/BNetServer.csproj index e2d77cc03..7fdbee5e1 100644 --- a/BNetServer/BNetServer.csproj +++ b/BNetServer/BNetServer.csproj @@ -45,7 +45,7 @@ false - bin\x64\Release\ + ..\Build\x64\Release\ TRACE true pdbonly diff --git a/Framework/Framework.csproj b/Framework/Framework.csproj index da1c86d43..d453dacfd 100644 --- a/Framework/Framework.csproj +++ b/Framework/Framework.csproj @@ -39,15 +39,16 @@ full x64 prompt + true - bin\x64\Release\ + ..\Build\x64\Release\ TRACE true pdbonly x64 prompt - MinimumRecommendedRules.ruleset + true diff --git a/Game/Game.csproj b/Game/Game.csproj index b3f80c668..f955ca2ee 100644 --- a/Game/Game.csproj +++ b/Game/Game.csproj @@ -42,15 +42,15 @@ prompt true false - MinimumRecommendedRules.ruleset - bin\x64\Release\ + ..\Build\x64\Release\ TRACE true pdbonly x64 prompt + true diff --git a/Scripts/Scripts.csproj b/Scripts/Scripts.csproj index 31e60cc9f..627d1cab7 100644 --- a/Scripts/Scripts.csproj +++ b/Scripts/Scripts.csproj @@ -40,7 +40,7 @@ prompt - bin\x64\Release\ + ..\Build\x64\Release\ TRACE true pdbonly diff --git a/WorldServer/WorldServer.csproj b/WorldServer/WorldServer.csproj index 5fac2c5ca..4f4f6adc1 100644 --- a/WorldServer/WorldServer.csproj +++ b/WorldServer/WorldServer.csproj @@ -57,7 +57,7 @@ false - bin\x64\Release\ + ..\Build\x64\Release\ TRACE true pdbonly