-
Notifications
You must be signed in to change notification settings - Fork 0
/
UniversalGrid.sln
39 lines (39 loc) · 1.95 KB
/
UniversalGrid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{CF796797-CE77-4B52-A38F-B1EB230EC0A4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CE1C39C-BB24-451D-A6F7-27A1A2690DF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversalGrid", "src\UniversalGrid\UniversalGrid.csproj", "{632C6D61-3414-4DB4-877E-9D87D9309C9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversalGrid.Tests", "tests\UniversalGrid.Tests\UniversalGrid.Tests.csproj", "{0C67F3B4-1F27-408E-BB42-621C6B42AEDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{632C6D61-3414-4DB4-877E-9D87D9309C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{632C6D61-3414-4DB4-877E-9D87D9309C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{632C6D61-3414-4DB4-877E-9D87D9309C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{632C6D61-3414-4DB4-877E-9D87D9309C9A}.Release|Any CPU.Build.0 = Release|Any CPU
{0C67F3B4-1F27-408E-BB42-621C6B42AEDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C67F3B4-1F27-408E-BB42-621C6B42AEDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C67F3B4-1F27-408E-BB42-621C6B42AEDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C67F3B4-1F27-408E-BB42-621C6B42AEDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C9178FF-594A-4E74-B708-7EDC148FA493}
EndGlobalSection
EndGlobal