12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.7.34202.233
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GGwp", "GGwp\GGwp.csproj", "{ED0842EB-2C0A-4096-B907-F8D679E900AE}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {ED0842EB-2C0A-4096-B907-F8D679E900AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {ED0842EB-2C0A-4096-B907-F8D679E900AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {ED0842EB-2C0A-4096-B907-F8D679E900AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {ED0842EB-2C0A-4096-B907-F8D679E900AE}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {D7485948-08B8-4A60-A229-BE700AA7D53D}
- EndGlobalSection
- EndGlobal
|