From 73a315e6cce4cae56b49fd61a65e03fecbde880b Mon Sep 17 00:00:00 2001 From: icedream Date: Sat, 21 Mar 2015 22:24:52 +0100 Subject: [PATCH] Fix binary and object output path. --- libnpsharp.sln | 3 ++- src/client/NPSharp.Client.csproj | 34 +++++++++++++++++++------------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/libnpsharp.sln b/libnpsharp.sln index bfc3276..da4afe6 100644 --- a/libnpsharp.sln +++ b/libnpsharp.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.30501.0 +VisualStudioVersion = 12.0.31101.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "npmotd", "src\npmotd\npmotd.csproj", "{7887D77B-3C79-44C5-AB80-944B191321BB}" EndProject @@ -31,6 +31,7 @@ Global {19EBF339-E076-4962-A671-5B44A978687D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {19EBF339-E076-4962-A671-5B44A978687D}.Debug|Any CPU.Build.0 = Debug|Any CPU {19EBF339-E076-4962-A671-5B44A978687D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19EBF339-E076-4962-A671-5B44A978687D}.Release|Any CPU.Build.0 = Release|Any CPU {C6F941A5-82AF-456A-9B3A-752E5B001035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C6F941A5-82AF-456A-9B3A-752E5B001035}.Debug|Any CPU.Build.0 = Debug|Any CPU {C6F941A5-82AF-456A-9B3A-752E5B001035}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/src/client/NPSharp.Client.csproj b/src/client/NPSharp.Client.csproj index eb11c61..4bcf308 100644 --- a/src/client/NPSharp.Client.csproj +++ b/src/client/NPSharp.Client.csproj @@ -14,22 +14,28 @@ ..\..\ true - - true - full - false - bin\Debug\ - TRACE;DEBUG;COMPILE_RPC,COMPILE_NP,COMPILE_AUTH - prompt - 4 + + $(SolutionDir)\bin\$(Configuration)\$(Platform)\ + $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\ + $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\ + $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\ + $(SolutionDir)\bin\$(Configuration)\$(Platform)\ - - pdbonly - true - bin\Release\ - TRACE;COMPILE_RPC,COMPILE_NP,COMPILE_AUTH + + true + DEBUG + full + AnyCPU prompt - 4 + MinimumRecommendedRules.ruleset + + + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset