12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.30804.86
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp1", "WpfApp1\WpfApp1.csproj", "{FBC253F0-0559-4277-ABFE-2672264F1AE9}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FBC253F0-0559-4277-ABFE-2672264F1AE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FBC253F0-0559-4277-ABFE-2672264F1AE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FBC253F0-0559-4277-ABFE-2672264F1AE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FBC253F0-0559-4277-ABFE-2672264F1AE9}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {0A6A651A-7292-4192-91AF-32A86900B680}
- EndGlobalSection
- EndGlobal
|