-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuizTable.sln
23 lines (23 loc) · 1.03 KB
/
QuizTable.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuizTable", "QuizTable\QuizTable.csproj", "{D1ACA9AF-6315-4B11-8E4E-12D1BDC2F75B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1ACA9AF-6315-4B11-8E4E-12D1BDC2F75B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1ACA9AF-6315-4B11-8E4E-12D1BDC2F75B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1ACA9AF-6315-4B11-8E4E-12D1BDC2F75B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1ACA9AF-6315-4B11-8E4E-12D1BDC2F75B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EDC7F53-9093-4F03-B60E-92BEB83B9D1C}
EndGlobalSection
EndGlobal