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 | |
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')
-rw-r--r-- | win/CS/DEPRECATED WARNING.txt | 3 | ||||
-rw-r--r-- | win/CS/HandBrakeCS.csproj | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/DEPRECATED WARNING.txt b/win/CS/DEPRECATED WARNING.txt new file mode 100644 index 000000000..4c6f0494e --- /dev/null +++ b/win/CS/DEPRECATED WARNING.txt @@ -0,0 +1,3 @@ +!!!! WARNING !!!!
+The Winforms GUI is being retired. It is currently being shipped as a fallback option only until the WPF UI becomes stable.
+All development should be done on the WPF UI!
\ No newline at end of file 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>
|