diff options
author | sr55 <[email protected]> | 2011-07-16 17:36:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 17:36:17 +0000 |
commit | 2369ef20d1ecbc29dd86ddca62dae2f9af0b4d6a (patch) | |
tree | 7ca3ab10e818e3b4e2656e3cc196888ff851a9f1 /win/CS/HandBrake.Interop | |
parent | e7b47c99e6b53a3f44dbea57627f4ec40cc8693b (diff) |
WinGui: Another attempt at sorting the build.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4115 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj index af02b4e8a..f67900985 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj @@ -100,14 +100,6 @@ <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'NightlyBuild|AnyCPU' ">
- <OutputPath>bin\NightlyBuild\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|x86'">
<OutputPath>bin\x86\NightlyBuild\</OutputPath>
<PlatformTarget>x86</PlatformTarget>
|