diff options
author | sr55 <[email protected]> | 2015-12-12 21:33:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-12-12 21:33:46 +0000 |
commit | 2ea9c5bc828f812d44ce064c7dc500db369d018b (patch) | |
tree | ff9922a7c61be5f1a40e66721cafab094897aa59 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 38ae11fabe2482581e9e04c92d1dd4c541142f83 (diff) |
WinGui: Strip out subversion version management code in the 0.10.x branch.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index c55cd035c..bfe59fb36 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -179,7 +179,7 @@ </ItemGroup>
<ItemGroup>
<None Include="Properties\AssemblyInfo.cs.Nightly.tmpl" />
- <None Include="Properties\AssemblyInfo.cs.tmpl" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
|