diff --git a/8.0/Apps/GameOfLife/GameOfLife.sln b/8.0/Apps/GameOfLife/GameOfLife.sln new file mode 100644 index 000000000..a21b402a6 --- /dev/null +++ b/8.0/Apps/GameOfLife/GameOfLife.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34525.116 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLife", "GameOfLife\GameOfLife.csproj", "{236EDA58-32B7-4789-8327-FCF9016E8621}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {236EDA58-32B7-4789-8327-FCF9016E8621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {236EDA58-32B7-4789-8327-FCF9016E8621}.Debug|Any CPU.Build.0 = Debug|Any CPU + {236EDA58-32B7-4789-8327-FCF9016E8621}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {236EDA58-32B7-4789-8327-FCF9016E8621}.Release|Any CPU.ActiveCfg = Release|Any CPU + {236EDA58-32B7-4789-8327-FCF9016E8621}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F4AE3140-D3C9-48F6-A9BB-B90F47B46A66} + EndGlobalSection +EndGlobal diff --git a/8.0/Apps/GameOfLife/GameOfLife/AboutPage.xaml b/8.0/Apps/GameOfLife/GameOfLife/AboutPage.xaml new file mode 100644 index 000000000..d1214a88f --- /dev/null +++ b/8.0/Apps/GameOfLife/GameOfLife/AboutPage.xaml @@ -0,0 +1,25 @@ + + + +