summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-06-14 17:38:21 +0000
committersr55 <[email protected]>2012-06-14 17:38:21 +0000
commit92292ed049a2f87f00cad38dcb659fe6b4f68623 (patch)
tree06c8adfce3c847a943f8a4460dfdc64f2de39807 /win/CS/HandBrakeWPF
parentd3f5f2227d5fad9cd49f669ce8919a7857b9e964 (diff)
WinGui: Remove the legacy WinForms GUI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4732 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r--win/CS/HandBrakeWPF/HandBrakeWPF.csproj8
-rw-r--r--win/CS/HandBrakeWPF/releasenotes.html29
2 files changed, 0 insertions, 37 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
index 1ab37f13e..6d5d162b2 100644
--- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
+++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
@@ -354,10 +354,6 @@
<Content Include="defaultsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
- <Content Include="releasenotes.html">
- <SubType>Designer</SubType>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
<Resource Include="Views\Images\Refresh.ico" />
<Resource Include="Views\Images\WarningSmall.png" />
<Resource Include="Views\Images\Complete.png" />
@@ -415,10 +411,6 @@
<Project>{F0A61F62-2C3B-4A87-AFF4-0C4256253DA1}</Project>
<Name>HandBrakeInterop</Name>
</ProjectReference>
- <ProjectReference Include="..\HandBrakeCS.csproj">
- <Project>{A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}</Project>
- <Name>HandBrakeCS</Name>
- </ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
diff --git a/win/CS/HandBrakeWPF/releasenotes.html b/win/CS/HandBrakeWPF/releasenotes.html
deleted file mode 100644
index 0d8beced5..000000000
--- a/win/CS/HandBrakeWPF/releasenotes.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-
- <h3>HandBrake WPF Relase Notes</h3>
-
-
- <font color="#FF0000">
- <b>!!! Warning !!!</b>
- </font><br /><br />
-
- This build is only recommended for Advanced Users!!! <br /><br />
-
-
- <b> Whats Changed?</b><br /><br />
-
- The Windows User Interface for HandBrake is currently being ported to WPF from the older WinForms technology. <br />
- While there are minor improvements in the new UI, it reamins largely the same as the old forms UI at this stage. <br /><br />
-
- <b> How do I continue using the old winforms GUI?</b><br /><br />
- Until the WPF UI stabilizes, the build will include a copy of the old winforms based UI. <br />
- In the directory which you installed HandBrake, there is a file called HandBrake_old.exe which is the old forms UI. <br />
- You can simply swap the exe file names over if you wish to continue running the old one.<br /><br />
-
-
-
- <b>Bug Reports and Comments</b><br /><br />
-
- Please keep any bug reports to <a href="https://forum.handbrake.fr/viewtopic.php?f=11&t=23843" target="_blank">this thread.</a>
-
-</html> \ No newline at end of file