diff options
author | sr55 <[email protected]> | 2014-07-05 14:37:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-07-05 14:37:53 +0000 |
commit | 2412d4a92123b2f20b43987a65a4fbd645be1443 (patch) | |
tree | efaa258ae72aa99e1473f740be87d0327fb0bccd /win/CS/HandBrake.Server | |
parent | d4a760ecd14a39772c0f9a5b7b35d0bc15d9a77f (diff) |
WinGui: Adding support for Nlmeans to the front-end. Plist keys still tbd.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6227 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Server')
-rw-r--r-- | win/CS/HandBrake.Server/HandBrake.Server.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Server/HandBrake.Server.csproj b/win/CS/HandBrake.Server/HandBrake.Server.csproj index 7e202d4c2..98f2548d5 100644 --- a/win/CS/HandBrake.Server/HandBrake.Server.csproj +++ b/win/CS/HandBrake.Server/HandBrake.Server.csproj @@ -36,6 +36,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\Debug\</OutputPath>
+ <UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
|