123456789101112131415161718192021222324252627282930 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.31025.194
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{0C819CCA-61CA-45E1-934F-8D1122662533}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D1440A2-1E7C-4528-9DF1-8B0C190B3BB1}"
- ProjectSection(SolutionItems) = preProject
- .editorconfig = .editorconfig
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0C819CCA-61CA-45E1-934F-8D1122662533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0C819CCA-61CA-45E1-934F-8D1122662533}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0C819CCA-61CA-45E1-934F-8D1122662533}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0C819CCA-61CA-45E1-934F-8D1122662533}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {B5B0A4A9-4F93-4B75-9CD9-8DF842185ACD}
- EndGlobalSection
- EndGlobal
|