summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Server/HandBrake.Server.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-08-19 16:49:57 +0000
committersr55 <[email protected]>2012-08-19 16:49:57 +0000
commit7ffb1d6421fa7568b09c12e62c9fd5883cadd7ca (patch)
tree8b2ddb73a0424edf2600e0d3b14b312cd372b44c /win/CS/HandBrake.Server/HandBrake.Server.csproj
parent4934b148e573ceffad62cbb2e8c09c95a0fe61b3 (diff)
WinGui: Setup properties for the HandBrake.Server app.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4912 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Server/HandBrake.Server.csproj')
-rw-r--r--win/CS/HandBrake.Server/HandBrake.Server.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Server/HandBrake.Server.csproj b/win/CS/HandBrake.Server/HandBrake.Server.csproj
index a6145fd60..b27f798d6 100644
--- a/win/CS/HandBrake.Server/HandBrake.Server.csproj
+++ b/win/CS/HandBrake.Server/HandBrake.Server.csproj
@@ -33,6 +33,14 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
+ <PlatformTarget>x64</PlatformTarget>
+ <OutputPath>bin\Debug\</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
+ <PlatformTarget>x64</PlatformTarget>
+ <OutputPath>bin\Release\</OutputPath>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />