-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathShiftGrid.sln
49 lines (49 loc) · 2.97 KB
/
ShiftGrid.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
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "ShiftGrid.Core\Core.csproj", "{81885B78-41DB-4646-A485-22A2D60A949D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.NETCore", "Test.NETCore\Test.NETCore.csproj", "{EEE72B8E-BE32-46A4-860C-581E1711D174}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Shared", "Test.Shared\Test.Shared.csproj", "{68AC1150-D4BF-462B-B453-747FD362D97B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.NETFramework", "Test.NETFramework\Test.NETFramework.csproj", "{632B03C9-C39C-4260-AB75-D943706D4811}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayGround", "PlayGround\PlayGround.csproj", "{C76E4882-E64E-441F-A4CA-02A18BB1D7CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81885B78-41DB-4646-A485-22A2D60A949D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81885B78-41DB-4646-A485-22A2D60A949D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81885B78-41DB-4646-A485-22A2D60A949D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81885B78-41DB-4646-A485-22A2D60A949D}.Release|Any CPU.Build.0 = Release|Any CPU
{EEE72B8E-BE32-46A4-860C-581E1711D174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEE72B8E-BE32-46A4-860C-581E1711D174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEE72B8E-BE32-46A4-860C-581E1711D174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEE72B8E-BE32-46A4-860C-581E1711D174}.Release|Any CPU.Build.0 = Release|Any CPU
{68AC1150-D4BF-462B-B453-747FD362D97B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68AC1150-D4BF-462B-B453-747FD362D97B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68AC1150-D4BF-462B-B453-747FD362D97B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68AC1150-D4BF-462B-B453-747FD362D97B}.Release|Any CPU.Build.0 = Release|Any CPU
{632B03C9-C39C-4260-AB75-D943706D4811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{632B03C9-C39C-4260-AB75-D943706D4811}.Debug|Any CPU.Build.0 = Debug|Any CPU
{632B03C9-C39C-4260-AB75-D943706D4811}.Release|Any CPU.ActiveCfg = Release|Any CPU
{632B03C9-C39C-4260-AB75-D943706D4811}.Release|Any CPU.Build.0 = Release|Any CPU
{C76E4882-E64E-441F-A4CA-02A18BB1D7CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C76E4882-E64E-441F-A4CA-02A18BB1D7CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C76E4882-E64E-441F-A4CA-02A18BB1D7CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C76E4882-E64E-441F-A4CA-02A18BB1D7CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D8F9283-DA31-45FC-9FE4-C0985FFEA0A1}
EndGlobalSection
EndGlobal