-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAbc.NCrafts.sln
40 lines (40 loc) · 2.17 KB
/
Abc.NCrafts.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abc.NCrafts.Quiz", "Abc.NCrafts.Quiz\Abc.NCrafts.Quiz.csproj", "{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abc.NCrafts.App", "Abc.NCrafts.App\Abc.NCrafts.App.csproj", "{47CB1646-3236-41DE-8B6C-61713D54852E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Debug|x64.ActiveCfg = Debug|Any CPU
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Debug|x86.ActiveCfg = Debug|Any CPU
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Release|Any CPU.Build.0 = Release|Any CPU
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Release|x64.ActiveCfg = Release|Any CPU
{F51CD239-9DB6-4C7A-AFC5-49693456DEFE}.Release|x86.ActiveCfg = Release|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Debug|x64.ActiveCfg = Debug|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Debug|x86.ActiveCfg = Debug|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Release|Any CPU.Build.0 = Release|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Release|x64.ActiveCfg = Release|Any CPU
{47CB1646-3236-41DE-8B6C-61713D54852E}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal