-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathVintageHive.sln
29 lines (29 loc) · 1.34 KB
/
VintageHive.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VintageHive", "VintageHive.csproj", "{3A46BED5-51B0-40DE-858C-D12AF62701E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VintageHiveTests", "Tests\VintageHiveTests\VintageHiveTests.csproj", "{D9E24D08-D027-46B8-A4C4-390FA559D6B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A46BED5-51B0-40DE-858C-D12AF62701E9}.Debug|x64.ActiveCfg = Debug|x64
{3A46BED5-51B0-40DE-858C-D12AF62701E9}.Debug|x64.Build.0 = Debug|x64
{3A46BED5-51B0-40DE-858C-D12AF62701E9}.Release|x64.ActiveCfg = Release|x64
{D9E24D08-D027-46B8-A4C4-390FA559D6B0}.Debug|x64.ActiveCfg = Debug|x64
{D9E24D08-D027-46B8-A4C4-390FA559D6B0}.Debug|x64.Build.0 = Debug|x64
{D9E24D08-D027-46B8-A4C4-390FA559D6B0}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9975CA01-B1AC-4F0C-9824-5AEAED3BC7BD}
EndGlobalSection
EndGlobal