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.ApplicationServices/HandBrake.ApplicationServices.csproj | |
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.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 39596c222..0f082f0f3 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -35,6 +35,7 @@ <PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
+ <UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
|