-
Notifications
You must be signed in to change notification settings - Fork 2
/
HGV.Crystalys.sln
34 lines (34 loc) · 1.68 KB
/
HGV.Crystalys.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HGV.Crystalys", "src\HGV.Crystalys.csproj", "{670D5E01-9995-4FA3-AC1C-564621448239}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HGV.Crystalys.Tests", "test\HGV.Crystalys.Tests.csproj", "{3CE0416B-D5C9-440A-8EB0-FBDC412AB9C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{670D5E01-9995-4FA3-AC1C-564621448239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{670D5E01-9995-4FA3-AC1C-564621448239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{670D5E01-9995-4FA3-AC1C-564621448239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{670D5E01-9995-4FA3-AC1C-564621448239}.Release|Any CPU.Build.0 = Release|Any CPU
{3CE0416B-D5C9-440A-8EB0-FBDC412AB9C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CE0416B-D5C9-440A-8EB0-FBDC412AB9C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CE0416B-D5C9-440A-8EB0-FBDC412AB9C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CE0416B-D5C9-440A-8EB0-FBDC412AB9C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29AA0EC8-1FAF-47F8-8553-A3A9D9164621}
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 4292cee2-6566-4067-b317-c6a7db5b5dac
EndGlobalSection
EndGlobal