12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.3.32929.385
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfAppProject", "WpfAppProject\WpfAppProject.csproj", "{DA9E452E-C0D6-44F7-94FD-C8DF2E6579E2}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DA9E452E-C0D6-44F7-94FD-C8DF2E6579E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DA9E452E-C0D6-44F7-94FD-C8DF2E6579E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DA9E452E-C0D6-44F7-94FD-C8DF2E6579E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DA9E452E-C0D6-44F7-94FD-C8DF2E6579E2}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {B98235DB-A25F-4F9C-9884-4BB7AD0309F1}
- EndGlobalSection
- EndGlobal
|