-
Notifications
You must be signed in to change notification settings - Fork 6
/
Smaragd.sln
39 lines (39 loc) · 2.01 KB
/
Smaragd.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.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smaragd", "src\Smaragd\Smaragd.csproj", "{D9B7D527-BB7A-4D08-A76D-D4C24E017E84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smaragd.Tests", "test\Smaragd.Tests\Smaragd.Tests.csproj", "{3AA7BF6F-4608-40A8-8B47-D39A5CE25419}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8FD4AF6C-0C80-4D32-8581-9134304709F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{4E6BAF10-D89A-4554-909F-A3F1A0E60E76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9B7D527-BB7A-4D08-A76D-D4C24E017E84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9B7D527-BB7A-4D08-A76D-D4C24E017E84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9B7D527-BB7A-4D08-A76D-D4C24E017E84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9B7D527-BB7A-4D08-A76D-D4C24E017E84}.Release|Any CPU.Build.0 = Release|Any CPU
{3AA7BF6F-4608-40A8-8B47-D39A5CE25419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AA7BF6F-4608-40A8-8B47-D39A5CE25419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AA7BF6F-4608-40A8-8B47-D39A5CE25419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AA7BF6F-4608-40A8-8B47-D39A5CE25419}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D9B7D527-BB7A-4D08-A76D-D4C24E017E84} = {8FD4AF6C-0C80-4D32-8581-9134304709F1}
{3AA7BF6F-4608-40A8-8B47-D39A5CE25419} = {4E6BAF10-D89A-4554-909F-A3F1A0E60E76}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A56C1170-F4D5-4D1A-91A7-AC235817B862}
EndGlobalSection
EndGlobal