diff --git a/.gitignore b/.gitignore index f59977d..1989d63 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ Thumbs.db [Dd]ebug*/ *.lib *.sbr +.vs/ obj/ [Rr]elease*/ _ReSharper*/ @@ -32,3 +33,4 @@ Source/BitDiffer.Tests.bin/ packages Build/scripts/.fake Build/output +/Rock - Rock2.cset \ No newline at end of file diff --git a/BitDifferSummarizeWpf/App.xaml b/BitDifferSummarizeWpf/App.xaml new file mode 100644 index 0000000..35be1f3 --- /dev/null +++ b/BitDifferSummarizeWpf/App.xaml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/BitDifferSummarizeWpf/App.xaml.cs b/BitDifferSummarizeWpf/App.xaml.cs new file mode 100644 index 0000000..4e4ddf1 --- /dev/null +++ b/BitDifferSummarizeWpf/App.xaml.cs @@ -0,0 +1,7 @@ +using System.Windows; + +namespace BitDifferSummarizeWpf; + +public partial class App : Application +{ +} \ No newline at end of file diff --git a/BitDifferSummarizeWpf/BitDifferSummarizeWpf.csproj b/BitDifferSummarizeWpf/BitDifferSummarizeWpf.csproj new file mode 100644 index 0000000..af0d721 --- /dev/null +++ b/BitDifferSummarizeWpf/BitDifferSummarizeWpf.csproj @@ -0,0 +1,13 @@ + + + WinExe + net8.0-windows + true + enable + enable + + + + + + \ No newline at end of file diff --git a/BitDifferSummarizeWpf/BitDifferSummarizeWpf.sln b/BitDifferSummarizeWpf/BitDifferSummarizeWpf.sln new file mode 100644 index 0000000..57c80e0 --- /dev/null +++ b/BitDifferSummarizeWpf/BitDifferSummarizeWpf.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 18 +VisualStudioVersion = 18.1.11312.151 d18.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitDifferSummarizeWpf", "BitDifferSummarizeWpf.csproj", "{65FFF96D-A540-71E1-798A-92486F8D8564}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {65FFF96D-A540-71E1-798A-92486F8D8564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {65FFF96D-A540-71E1-798A-92486F8D8564}.Debug|Any CPU.Build.0 = Debug|Any CPU + {65FFF96D-A540-71E1-798A-92486F8D8564}.Release|Any CPU.ActiveCfg = Release|Any CPU + {65FFF96D-A540-71E1-798A-92486F8D8564}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E3FEE00E-0066-4630-9E82-BA6BEBF187E1} + EndGlobalSection +EndGlobal diff --git a/BitDifferSummarizeWpf/MainWindow.xaml b/BitDifferSummarizeWpf/MainWindow.xaml new file mode 100644 index 0000000..0c0a758 --- /dev/null +++ b/BitDifferSummarizeWpf/MainWindow.xaml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + +