12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.30011.22
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cafe11", "Cafe11\Cafe11.csproj", "{827A1910-03F0-4215-B059-FE1355675544}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {827A1910-03F0-4215-B059-FE1355675544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {827A1910-03F0-4215-B059-FE1355675544}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {827A1910-03F0-4215-B059-FE1355675544}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {827A1910-03F0-4215-B059-FE1355675544}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C3A62574-9C38-4741-8C10-FDA9432EDDD4}
- EndGlobalSection
- EndGlobal
|