diff options
author | sr55 <[email protected]> | 2012-05-21 00:05:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-05-21 00:05:49 +0000 |
commit | 87eaea2522f9f90559542808f37bb85e9646d418 (patch) | |
tree | 5c86d71a24ec959a560d0aa0512fc31249b44bc6 /win/CS/HandBrakeCS.csproj | |
parent | 4a555a956a4ce11923599454831aacd407bb5a40 (diff) |
WinGui: Add a file to indicate that the WinForms UI is deprecated.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4696 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeCS.csproj')
-rw-r--r-- | win/CS/HandBrakeCS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeCS.csproj b/win/CS/HandBrakeCS.csproj index d5ca0c4d6..b418caaa7 100644 --- a/win/CS/HandBrakeCS.csproj +++ b/win/CS/HandBrakeCS.csproj @@ -320,6 +320,7 @@ <None Include="Installer\Installer.nsi" />
</ItemGroup>
<ItemGroup>
+ <Content Include="DEPRECATED WARNING.txt" />
<Content Include="handbrakepineapple.ico" />
<Content Include="defaultsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|