diff options
-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>
|