From 8050f4d120bbe0aa584f6aa9b103abaddb4e104b Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 28 Feb 2015 20:32:54 +0000 Subject: WinGui: General VS Project Cleanup. Simplified build profiles. Installer no longer packages xml files so install size should be slightly smaller. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6951 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 35 ++++----------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj') diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 74cdd73f5..a5bde0f97 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -36,7 +36,7 @@ true full false - bin\Debug\ + bin\x86\Debug\ DEBUG;TRACE prompt 4 @@ -45,7 +45,7 @@ x86 pdbonly true - bin\Release\ + bin\x86\Release\ TRACE prompt 4 @@ -55,7 +55,7 @@ true - bin\Debug\ + bin\x64\Debug\ DEBUG;TRACE full x64 @@ -65,31 +65,13 @@ true - bin\Release\ + bin\x64\Release\ TRACE true pdbonly x64 prompt - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x64\Debug31\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - ..\libraries\caliburn\Caliburn.Micro.dll @@ -353,11 +335,6 @@ True Resources.resx - - True - Settings.settings - True - PublicResXFileCodeGenerator Resources.Designer.cs @@ -371,10 +348,6 @@ - - SettingsSingleFileGenerator - Settings.Designer.cs - -- cgit v1.2.3