-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCommonDotNetLibraries.sln
42 lines (42 loc) · 2.22 KB
/
CommonDotNetLibraries.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0B6615DC-BCC1-4406-A0BB-1C7D6A326882}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CF1FEB11-C0EE-4569-90B3-227FB3C4A328}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "unit", "unit", "{9E48D54B-C96D-4B84-A538-E645FA47B6F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lykke.Common", "src\Lykke.Common\Lykke.Common.csproj", "{5E934B1B-8776-4986-8780-D84778E560F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Tests", "tests\Common.Tests\Common.Tests.csproj", "{67F87E5A-FDA9-4439-895E-F7E23F2BF9E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E934B1B-8776-4986-8780-D84778E560F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E934B1B-8776-4986-8780-D84778E560F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E934B1B-8776-4986-8780-D84778E560F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E934B1B-8776-4986-8780-D84778E560F5}.Release|Any CPU.Build.0 = Release|Any CPU
{67F87E5A-FDA9-4439-895E-F7E23F2BF9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F87E5A-FDA9-4439-895E-F7E23F2BF9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F87E5A-FDA9-4439-895E-F7E23F2BF9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F87E5A-FDA9-4439-895E-F7E23F2BF9E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E48D54B-C96D-4B84-A538-E645FA47B6F7} = {0B6615DC-BCC1-4406-A0BB-1C7D6A326882}
{5E934B1B-8776-4986-8780-D84778E560F5} = {CF1FEB11-C0EE-4569-90B3-227FB3C4A328}
{67F87E5A-FDA9-4439-895E-F7E23F2BF9E6} = {9E48D54B-C96D-4B84-A538-E645FA47B6F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A11EAA2-5CEF-41EA-94E9-AE82A1EB0085}
EndGlobalSection
EndGlobal