12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.1.32407.343
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HallOfFame", "HallOfFame\HallOfFame.csproj", "{DAC53202-38DA-4BC2-9DF7-B1CDB6FBB5FC}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DAC53202-38DA-4BC2-9DF7-B1CDB6FBB5FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DAC53202-38DA-4BC2-9DF7-B1CDB6FBB5FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DAC53202-38DA-4BC2-9DF7-B1CDB6FBB5FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DAC53202-38DA-4BC2-9DF7-B1CDB6FBB5FC}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {7331FFFC-9548-447E-B67C-DE3EFEFF9C4F}
- EndGlobalSection
- EndGlobal
|