From 46f034b563eb6de02e09eed6072ed297bc1e1d37 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sat, 22 Aug 2015 12:03:59 +0200 Subject: [PATCH] Fixed build configurations --- Client.Tests/Client.Tests.csproj | 20 +++++++------- Client/Client.csproj | 2 +- QuasarRAT.sln | 46 ++++++------------------------- Server.Tests/Server.Tests.csproj | 8 +++--- Server/Server.csproj | 47 ++++++++++++++++---------------- 5 files changed, 47 insertions(+), 76 deletions(-) diff --git a/Client.Tests/Client.Tests.csproj b/Client.Tests/Client.Tests.csproj index 5b750f9b..c1facfe1 100644 --- a/Client.Tests/Client.Tests.csproj +++ b/Client.Tests/Client.Tests.csproj @@ -2,7 +2,7 @@ Debug - AnyCPU + x86 {7223F9B2-17A2-432B-ADAC-51B1E35681DB} Library Properties @@ -17,22 +17,22 @@ False UnitTest - + true - full - false - bin\Debug\ + Bin\Debug\ DEBUG;TRACE + full + x86 prompt 4 - - pdbonly - true - bin\Release\ + + Bin\Release\ TRACE + true + pdbonly + x86 prompt - 4 diff --git a/Client/Client.csproj b/Client/Client.csproj index 4e993f00..e5cf99bb 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -27,7 +27,7 @@ x86 - pdbonly + none true ..\Bin\Release\ TRACE diff --git a/QuasarRAT.sln b/QuasarRAT.sln index e8c61213..05bca409 100644 --- a/QuasarRAT.sln +++ b/QuasarRAT.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 +VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}" EndProject @@ -13,54 +13,26 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server.Tests", "Server.Test EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU Release|Mixed Platforms = Release|Mixed Platforms - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Debug|x86.ActiveCfg = Debug|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Debug|x86.Build.0 = Debug|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Release|Any CPU.ActiveCfg = Release|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Release|Mixed Platforms.Build.0 = Release|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Release|x86.ActiveCfg = Release|x86 - {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Release|x86.Build.0 = Release|x86 - {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Debug|Any CPU.ActiveCfg = Debug|x86 + {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D}.Release|Mixed Platforms.Build.0 = Release|Any CPU {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Debug|x86.ActiveCfg = Debug|x86 - {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Debug|x86.Build.0 = Debug|x86 - {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Release|Any CPU.ActiveCfg = Release|x86 {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Release|Mixed Platforms.ActiveCfg = Release|x86 {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Release|Mixed Platforms.Build.0 = Release|x86 - {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Release|x86.ActiveCfg = Release|x86 - {9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}.Release|x86.Build.0 = Release|x86 - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Debug|x86.ActiveCfg = Debug|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Release|Any CPU.Build.0 = Release|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Release|x86.ActiveCfg = Release|Any CPU - {BF45108E-1E43-486B-A71D-5426BBB041DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BF45108E-1E43-486B-A71D-5426BBB041DB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {7223F9B2-17A2-432B-ADAC-51B1E35681DB}.Release|Mixed Platforms.Build.0 = Release|x86 {BF45108E-1E43-486B-A71D-5426BBB041DB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {BF45108E-1E43-486B-A71D-5426BBB041DB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {BF45108E-1E43-486B-A71D-5426BBB041DB}.Debug|x86.ActiveCfg = Debug|Any CPU - {BF45108E-1E43-486B-A71D-5426BBB041DB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BF45108E-1E43-486B-A71D-5426BBB041DB}.Release|Any CPU.Build.0 = Release|Any CPU {BF45108E-1E43-486B-A71D-5426BBB041DB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {BF45108E-1E43-486B-A71D-5426BBB041DB}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {BF45108E-1E43-486B-A71D-5426BBB041DB}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Server.Tests/Server.Tests.csproj b/Server.Tests/Server.Tests.csproj index bc43822e..b3eb9e0e 100644 --- a/Server.Tests/Server.Tests.csproj +++ b/Server.Tests/Server.Tests.csproj @@ -17,19 +17,19 @@ False UnitTest - + true full false - bin\Debug\ + Bin\Debug\ DEBUG;TRACE prompt 4 - + pdbonly true - bin\Release\ + Bin\Release\ TRACE prompt 4 diff --git a/Server/Server.csproj b/Server/Server.csproj index 31a84339..05acbb84 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -2,7 +2,7 @@ Debug - x86 + AnyCPU 8.0.30703 2.0 {14CA405B-8BAC-48AB-9FBA-8FB5DF88FD0D} @@ -14,29 +14,6 @@ 512 Client - - AnyCPU - true - full - false - ..\Bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - false - - - AnyCPU - pdbonly - true - ..\Bin\Release\ - TRACE - prompt - 4 - true - false - xServer.Program @@ -47,6 +24,28 @@ app.manifest + + true + ..\Bin\Debug\ + DEBUG;TRACE + true + full + AnyCPU + false + prompt + MinimumRecommendedRules.ruleset + + + ..\Bin\Release\ + TRACE + true + true + none + AnyCPU + false + prompt + MinimumRecommendedRules.ruleset + False