diff options
author | sr55 <[email protected]> | 2015-02-28 20:32:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-02-28 20:32:54 +0000 |
commit | 8050f4d120bbe0aa584f6aa9b103abaddb4e104b (patch) | |
tree | 49a1896ddba718e88510c3804fdfe1ee6adace5b /win/CS/HandBrake.ApplicationServices | |
parent | 58b5f039c595acc6079e8c517a7f551ae47f064d (diff) |
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
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 32aeae5e6..fccf0154e 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -45,20 +45,6 @@ <DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug32|x86' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug31\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <PlatformTarget>x86</PlatformTarget>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug32|x64' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug31\</OutputPath>
- <DefineConstants>TRACE;DEBUG</DefineConstants>
- <PlatformTarget>x64</PlatformTarget>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro, Version=1.3.1.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
|