-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoubSharp.sln
48 lines (48 loc) · 2.75 KB
/
CoubSharp.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoubSharp.Tests", "tests\CoubSharp.Tests\CoubSharp.Tests.csproj", "{93860D20-7241-468F-B7AD-4009A3A47B82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{11DB07D8-4B63-4651-8636-79A4FB49FA99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6C65051B-889A-4FB6-A962-F32DB9BC4486}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{280219E4-37D5-4716-8EF9-285D36C65398}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoubSharp.ConsoleSample", "samples\CoubSharp.ConsoleSample\CoubSharp.ConsoleSample.csproj", "{9AFFD9E3-FD80-40F5-9919-6F07B193F411}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoubSharp", "src\CoubSharp\CoubSharp.csproj", "{1B594F53-365C-40E7-A359-5B3E313FCBF6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93860D20-7241-468F-B7AD-4009A3A47B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93860D20-7241-468F-B7AD-4009A3A47B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93860D20-7241-468F-B7AD-4009A3A47B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93860D20-7241-468F-B7AD-4009A3A47B82}.Release|Any CPU.Build.0 = Release|Any CPU
{9AFFD9E3-FD80-40F5-9919-6F07B193F411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AFFD9E3-FD80-40F5-9919-6F07B193F411}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AFFD9E3-FD80-40F5-9919-6F07B193F411}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AFFD9E3-FD80-40F5-9919-6F07B193F411}.Release|Any CPU.Build.0 = Release|Any CPU
{1B594F53-365C-40E7-A359-5B3E313FCBF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B594F53-365C-40E7-A359-5B3E313FCBF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B594F53-365C-40E7-A359-5B3E313FCBF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B594F53-365C-40E7-A359-5B3E313FCBF6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{93860D20-7241-468F-B7AD-4009A3A47B82} = {6C65051B-889A-4FB6-A962-F32DB9BC4486}
{9AFFD9E3-FD80-40F5-9919-6F07B193F411} = {280219E4-37D5-4716-8EF9-285D36C65398}
{1B594F53-365C-40E7-A359-5B3E313FCBF6} = {11DB07D8-4B63-4651-8636-79A4FB49FA99}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C2FF723-DB5F-40B9-B028-3D8BF1F4BC48}
EndGlobalSection
EndGlobal