diff --git a/CUETools.eac3ui/App.config b/CUETools.eac3ui/App.config new file mode 100644 index 0000000..e0bccd9 --- /dev/null +++ b/CUETools.eac3ui/App.config @@ -0,0 +1,21 @@ + + + + +
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CUETools.eac3ui/App.xaml b/CUETools.eac3ui/App.xaml new file mode 100644 index 0000000..4f11c27 --- /dev/null +++ b/CUETools.eac3ui/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/CUETools.eac3ui/App.xaml.cs b/CUETools.eac3ui/App.xaml.cs new file mode 100644 index 0000000..dbb0c4c --- /dev/null +++ b/CUETools.eac3ui/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace CUETools.eac3ui +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/CUETools.eac3ui/CUETools.eac3ui.csproj b/CUETools.eac3ui/CUETools.eac3ui.csproj new file mode 100644 index 0000000..0358cf8 --- /dev/null +++ b/CUETools.eac3ui/CUETools.eac3ui.csproj @@ -0,0 +1,120 @@ + + + + + Debug + AnyCPU + {678875A6-6B3A-4AAC-83B6-D9A72D9016CF} + WinExe + CUETools.eac3ui + CUETools.eac3ui + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + {1dd41038-d885-46c5-8dde-e0b82f066584} + CUETools.CDImage + + + {e75f7ccd-4266-42e1-a039-dc7eb5edd8f6} + CUETools.Codecs.BDLPCM + + + {6458a13a-30ef-45a9-9d58-e5031b17bee2} + CUETools.Codecs + + + {aa2a9a7e-45fb-4632-ad85-85b0e556f818} + CUETools.CTDB + + + {4911bd82-49ef-4858-8b51-5394f86739a4} + CUETools.Processor + + + + \ No newline at end of file diff --git a/CUETools.eac3ui/MainWindow.xaml b/CUETools.eac3ui/MainWindow.xaml new file mode 100644 index 0000000..948f4ad --- /dev/null +++ b/CUETools.eac3ui/MainWindow.xaml @@ -0,0 +1,71 @@ + + + +