| @@ -0,0 +1,26 @@ | ||
|
|
||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| # Visual Studio 2017 | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CG_Bowling", "CG_Bowling.csproj", "{E9E9A392-4F16-76C0-5D44-AF7D51B23E07}" | ||
| EndProject | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CG_Bowling.Editor", "CG_Bowling.Editor.csproj", "{9B25BE47-BC7F-A435-A0B9-302B979939EC}" | ||
| EndProject | ||
| Global | ||
| GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| Debug|Any CPU = Debug|Any CPU | ||
| Release|Any CPU = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| {E9E9A392-4F16-76C0-5D44-AF7D51B23E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {E9E9A392-4F16-76C0-5D44-AF7D51B23E07}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {E9E9A392-4F16-76C0-5D44-AF7D51B23E07}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {E9E9A392-4F16-76C0-5D44-AF7D51B23E07}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| {9B25BE47-BC7F-A435-A0B9-302B979939EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {9B25BE47-BC7F-A435-A0B9-302B979939EC}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {9B25BE47-BC7F-A435-A0B9-302B979939EC}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {9B25BE47-BC7F-A435-A0B9-302B979939EC}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(SolutionProperties) = preSolution | ||
| HideSolutionNode = FALSE | ||
| EndGlobalSection | ||
| EndGlobal |