diff options
author | sr55 <[email protected]> | 2018-06-01 23:28:14 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-06-01 23:28:14 +0100 |
commit | d17a013478548dc26660d1a184716e0d38f9dc54 (patch) | |
tree | 4eaa107c51467d3f80d3253940691fb9e231722f /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 93f17742bc7edfd42de4a001168bb1df95d95cc8 (diff) |
WinGui: Make nuspec file visible in project.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index c68770b8e..e55e0e039 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -17,7 +17,7 @@ </TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <PlatformTarget>AnyCPU</PlatformTarget>
+ <PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<UseVSHostingProcess>true</UseVSHostingProcess>
@@ -173,6 +173,7 @@ <None Include="app.config" />
</ItemGroup>
<ItemGroup>
+ <None Include="HandBrake.ApplicationServices.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
|