forked from 3DSIM/simulation-csharp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimulation-csharp-client.sln
48 lines (48 loc) · 2.46 KB
/
simulation-csharp-client.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 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D94F10DF-5FB2-43DF-9AB3-77BA5E552194}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19D6E357-ABED-489F-8905-64B6E3B570C5}"
ProjectSection(SolutionItems) = preProject
customStylecop.ruleset = customStylecop.ruleset
Dockerfile = Dockerfile
README.md = README.md
version.properties = version.properties
CODEOWNERS = CODEOWNERS
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimulationCSharpClient", "src\SimulationCSharpClient\SimulationCSharpClient.csproj", "{8F2D60B4-9624-4193-99A3-3B8AA2E7A257}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9F64007F-C939-4261-8442-F31886597E19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimulationCSharpClient.Tests", "test\SimulationCSharpClient.Tests\SimulationCSharpClient.Tests.csproj", "{FF5E45F4-4BAB-420E-8B66-92C86F63D5A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F2D60B4-9624-4193-99A3-3B8AA2E7A257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F2D60B4-9624-4193-99A3-3B8AA2E7A257}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F2D60B4-9624-4193-99A3-3B8AA2E7A257}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F2D60B4-9624-4193-99A3-3B8AA2E7A257}.Release|Any CPU.Build.0 = Release|Any CPU
{FF5E45F4-4BAB-420E-8B66-92C86F63D5A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF5E45F4-4BAB-420E-8B66-92C86F63D5A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF5E45F4-4BAB-420E-8B66-92C86F63D5A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF5E45F4-4BAB-420E-8B66-92C86F63D5A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F2D60B4-9624-4193-99A3-3B8AA2E7A257} = {D94F10DF-5FB2-43DF-9AB3-77BA5E552194}
{FF5E45F4-4BAB-420E-8B66-92C86F63D5A1} = {9F64007F-C939-4261-8442-F31886597E19}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D7E6574-CF80-4952-A929-014D1B1D0F1B}
EndGlobalSection
EndGlobal