-
Notifications
You must be signed in to change notification settings - Fork 11
/
GsaGH.sln
43 lines (43 loc) · 2.36 KB
/
GsaGH.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GsaGH", "GsaGH\GsaGH.csproj", "{362F5ED1-BA80-4F21-881D-6BD8784612E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GsaGHTests", "GsaGHTests\GsaGHTests.csproj", "{42A3C97A-09F9-4A87-8E6D-46C9A6682E9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "IntegrationTests\IntegrationTests.csproj", "{AF38E5A1-C2C2-4F5B-9649-29291A283F5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocsGeneration", "DocsGeneration\DocsGeneration.csproj", "{CE6A25DE-7C37-4F5D-899B-1EACB83876BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{362F5ED1-BA80-4F21-881D-6BD8784612E4}.Debug|x64.ActiveCfg = Debug|x64
{362F5ED1-BA80-4F21-881D-6BD8784612E4}.Debug|x64.Build.0 = Debug|x64
{362F5ED1-BA80-4F21-881D-6BD8784612E4}.Release|x64.ActiveCfg = Release|x64
{362F5ED1-BA80-4F21-881D-6BD8784612E4}.Release|x64.Build.0 = Release|x64
{42A3C97A-09F9-4A87-8E6D-46C9A6682E9C}.Debug|x64.ActiveCfg = Debug|x64
{42A3C97A-09F9-4A87-8E6D-46C9A6682E9C}.Debug|x64.Build.0 = Debug|x64
{42A3C97A-09F9-4A87-8E6D-46C9A6682E9C}.Release|x64.ActiveCfg = Release|x64
{42A3C97A-09F9-4A87-8E6D-46C9A6682E9C}.Release|x64.Build.0 = Release|x64
{AF38E5A1-C2C2-4F5B-9649-29291A283F5F}.Debug|x64.ActiveCfg = Debug|x64
{AF38E5A1-C2C2-4F5B-9649-29291A283F5F}.Debug|x64.Build.0 = Debug|x64
{AF38E5A1-C2C2-4F5B-9649-29291A283F5F}.Release|x64.ActiveCfg = Release|x64
{AF38E5A1-C2C2-4F5B-9649-29291A283F5F}.Release|x64.Build.0 = Release|x64
{CE6A25DE-7C37-4F5D-899B-1EACB83876BC}.Debug|x64.ActiveCfg = Debug|x64
{CE6A25DE-7C37-4F5D-899B-1EACB83876BC}.Debug|x64.Build.0 = Debug|x64
{CE6A25DE-7C37-4F5D-899B-1EACB83876BC}.Release|x64.ActiveCfg = Debug|x64
{CE6A25DE-7C37-4F5D-899B-1EACB83876BC}.Release|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62A19172-4A73-47EF-930F-08FCA65EA0F4}
EndGlobalSection
EndGlobal