12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.8.34511.84
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp1", "WpfApp1.csproj", "{DAF1378E-1568-4562-AE39-BC8D52C3FC0F}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DAF1378E-1568-4562-AE39-BC8D52C3FC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DAF1378E-1568-4562-AE39-BC8D52C3FC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DAF1378E-1568-4562-AE39-BC8D52C3FC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DAF1378E-1568-4562-AE39-BC8D52C3FC0F}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {77150B88-6547-47D6-88A9-567696E74DF0}
- EndGlobalSection
- EndGlobal
|