-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommon.sln
More file actions
36 lines (36 loc) · 1.74 KB
/
Common.sln
File metadata and controls
36 lines (36 loc) · 1.74 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0A04E49A-B16E-4D7B-88A8-008FA8B1AD75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "src\Common\Common.csproj", "{04FAAF1B-E5D6-4E59-8CA3-F7A5DB2F5818}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Common", "src\Tests\Test.Common\Test.Common.csproj", "{014F5081-05B2-4250-A5D3-9984E606DA8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04FAAF1B-E5D6-4E59-8CA3-F7A5DB2F5818}.Debug|x64.ActiveCfg = Debug|x64
{04FAAF1B-E5D6-4E59-8CA3-F7A5DB2F5818}.Debug|x64.Build.0 = Debug|x64
{04FAAF1B-E5D6-4E59-8CA3-F7A5DB2F5818}.Release|x64.ActiveCfg = Release|x64
{04FAAF1B-E5D6-4E59-8CA3-F7A5DB2F5818}.Release|x64.Build.0 = Release|x64
{014F5081-05B2-4250-A5D3-9984E606DA8B}.Debug|x64.ActiveCfg = Debug|x64
{014F5081-05B2-4250-A5D3-9984E606DA8B}.Debug|x64.Build.0 = Debug|x64
{014F5081-05B2-4250-A5D3-9984E606DA8B}.Release|x64.ActiveCfg = Release|x64
{014F5081-05B2-4250-A5D3-9984E606DA8B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{014F5081-05B2-4250-A5D3-9984E606DA8B} = {0A04E49A-B16E-4D7B-88A8-008FA8B1AD75}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE2A4958-DA8A-420E-BAE9-2F21F0051E2A}
EndGlobalSection
EndGlobal