12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.1.32414.318
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp10", "WpfApp10\WpfApp10.csproj", "{F8EC8898-6198-42BD-9CE7-CA28689CF7C2}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{87C2CA82-17A9-4CD5-862F-F089E8E0705A}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F8EC8898-6198-42BD-9CE7-CA28689CF7C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F8EC8898-6198-42BD-9CE7-CA28689CF7C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F8EC8898-6198-42BD-9CE7-CA28689CF7C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F8EC8898-6198-42BD-9CE7-CA28689CF7C2}.Release|Any CPU.Build.0 = Release|Any CPU
- {87C2CA82-17A9-4CD5-862F-F089E8E0705A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {87C2CA82-17A9-4CD5-862F-F089E8E0705A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {87C2CA82-17A9-4CD5-862F-F089E8E0705A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {87C2CA82-17A9-4CD5-862F-F089E8E0705A}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {1796C7BD-A81C-492D-BD21-DC04F851A6D9}
- EndGlobalSection
- EndGlobal
|