diff --git a/VideoUpsampling_WPF.sln b/VideoUpsampling_WPF.sln new file mode 100644 index 0000000..03f21cc --- /dev/null +++ b/VideoUpsampling_WPF.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoUpsampling_WPF", "VideoUpsampling_WPF\VideoUpsampling_WPF.csproj", "{00121D18-0EBF-402E-A8E0-4D6D095FA4DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {00121D18-0EBF-402E-A8E0-4D6D095FA4DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {00121D18-0EBF-402E-A8E0-4D6D095FA4DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {00121D18-0EBF-402E-A8E0-4D6D095FA4DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {00121D18-0EBF-402E-A8E0-4D6D095FA4DF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {63278D1D-BCE9-4CD0-8D6E-DA13FA84F8A4} + EndGlobalSection +EndGlobal diff --git a/VideoUpsampling_WPF/App.config b/VideoUpsampling_WPF/App.config new file mode 100644 index 0000000..731f6de --- /dev/null +++ b/VideoUpsampling_WPF/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/VideoUpsampling_WPF/App.xaml b/VideoUpsampling_WPF/App.xaml new file mode 100644 index 0000000..b1c0496 --- /dev/null +++ b/VideoUpsampling_WPF/App.xaml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VideoUpsampling_WPF/App.xaml.cs b/VideoUpsampling_WPF/App.xaml.cs new file mode 100644 index 0000000..4ad6d79 --- /dev/null +++ b/VideoUpsampling_WPF/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 VideoUpsampling_WPF +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + } +} diff --git a/VideoUpsampling_WPF/MainWindow.xaml b/VideoUpsampling_WPF/MainWindow.xaml new file mode 100644 index 0000000..dfc95d5 --- /dev/null +++ b/VideoUpsampling_WPF/MainWindow.xaml @@ -0,0 +1,162 @@ + + + + + + + + + + + + +