diff options
author | sr55 <[email protected]> | 2014-12-20 14:49:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-12-20 14:49:37 +0000 |
commit | 1242ef643baa3d47818774058116cc185985b5da (patch) | |
tree | 14906f805c4c2335f3d0602ea0c25e33d0fa2676 /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | |
parent | 064322050804f20792408bcd45609276d4ba4240 (diff) |
WinGui: Fix a bug in the anamorphic size code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6623 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj index 2b70bb55a..f722cdabd 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj @@ -270,9 +270,7 @@ <Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
- <ItemGroup>
- <Folder Include="SourceData\" />
- </ItemGroup>
+ <ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
|