-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCognite.Simulator.sln
61 lines (61 loc) · 3.93 KB
/
Cognite.Simulator.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
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cognite.Simulator.Utils", "Cognite.Simulator.Utils\Cognite.Simulator.Utils.csproj", "{29D05A16-FF2F-4EBC-ADC5-AE07E171CB41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cognite.Simulator.Extensions", "Cognite.Simulator.Extensions\Cognite.Simulator.Extensions.csproj", "{A24E7088-D6A1-462D-AE5F-567E49407335}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9DF6B34-EC63-4BD4-9DE7-638BE7C1F91A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.runsettings = .runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cognite.Simulator.Tests", "Cognite.Simulator.Tests\Cognite.Simulator.Tests.csproj", "{A6584AFE-EB3B-4AEB-8532-B46594B51323}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cognite.DataProcessing", "Cognite.DataProcessing\Cognite.DataProcessing.csproj", "{64F2199F-B74C-4AF7-8E5D-3999302F887D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Calculator.Simulator", "Sample.Calculator.Simulator\Sample.Calculator.Simulator.csproj", "{5215DCEF-65BC-4E15-9CC6-919471515127}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.BasicComConnector", "Sample.BasicComConnector\Sample.BasicComConnector.csproj", "{6F2FB781-04FD-441B-8409-D2F92EC583F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29D05A16-FF2F-4EBC-ADC5-AE07E171CB41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29D05A16-FF2F-4EBC-ADC5-AE07E171CB41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29D05A16-FF2F-4EBC-ADC5-AE07E171CB41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29D05A16-FF2F-4EBC-ADC5-AE07E171CB41}.Release|Any CPU.Build.0 = Release|Any CPU
{A24E7088-D6A1-462D-AE5F-567E49407335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A24E7088-D6A1-462D-AE5F-567E49407335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A24E7088-D6A1-462D-AE5F-567E49407335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A24E7088-D6A1-462D-AE5F-567E49407335}.Release|Any CPU.Build.0 = Release|Any CPU
{A6584AFE-EB3B-4AEB-8532-B46594B51323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6584AFE-EB3B-4AEB-8532-B46594B51323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6584AFE-EB3B-4AEB-8532-B46594B51323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6584AFE-EB3B-4AEB-8532-B46594B51323}.Release|Any CPU.Build.0 = Release|Any CPU
{64F2199F-B74C-4AF7-8E5D-3999302F887D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64F2199F-B74C-4AF7-8E5D-3999302F887D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64F2199F-B74C-4AF7-8E5D-3999302F887D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64F2199F-B74C-4AF7-8E5D-3999302F887D}.Release|Any CPU.Build.0 = Release|Any CPU
{5215DCEF-65BC-4E15-9CC6-919471515127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5215DCEF-65BC-4E15-9CC6-919471515127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5215DCEF-65BC-4E15-9CC6-919471515127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5215DCEF-65BC-4E15-9CC6-919471515127}.Release|Any CPU.Build.0 = Release|Any CPU
{6F2FB781-04FD-441B-8409-D2F92EC583F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F2FB781-04FD-441B-8409-D2F92EC583F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F2FB781-04FD-441B-8409-D2F92EC583F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F2FB781-04FD-441B-8409-D2F92EC583F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3248568-3D17-4FE8-81CE-D0A916092C70}
EndGlobalSection
EndGlobal