-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpectaCol.sln
48 lines (48 loc) · 2.63 KB
/
SpectaCol.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 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpectaCol", "SpectaCol\SpectaCol.csproj", "{A08EB668-6158-4DFA-BBEA-41CAE6124535}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47EF2A1F-64E0-4373-96A4-23CBEFF8369F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Local Dependencies", "Local Dependencies", "{894A15B9-F4A2-46FA-9520-AF410A64FD6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Objects", "..\speckle-sharp\Objects\Objects\Objects.csproj", "{F8794489-5BBF-4750-9F8F-C76B2134C4C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "..\speckle-sharp\Core\Core\Core.csproj", "{0CB0826F-3DFA-4546-B846-A073F02A0C37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A08EB668-6158-4DFA-BBEA-41CAE6124535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A08EB668-6158-4DFA-BBEA-41CAE6124535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A08EB668-6158-4DFA-BBEA-41CAE6124535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A08EB668-6158-4DFA-BBEA-41CAE6124535}.Release|Any CPU.Build.0 = Release|Any CPU
{F8794489-5BBF-4750-9F8F-C76B2134C4C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8794489-5BBF-4750-9F8F-C76B2134C4C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8794489-5BBF-4750-9F8F-C76B2134C4C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8794489-5BBF-4750-9F8F-C76B2134C4C3}.Release|Any CPU.Build.0 = Release|Any CPU
{0CB0826F-3DFA-4546-B846-A073F02A0C37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CB0826F-3DFA-4546-B846-A073F02A0C37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CB0826F-3DFA-4546-B846-A073F02A0C37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CB0826F-3DFA-4546-B846-A073F02A0C37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F8794489-5BBF-4750-9F8F-C76B2134C4C3} = {894A15B9-F4A2-46FA-9520-AF410A64FD6C}
{0CB0826F-3DFA-4546-B846-A073F02A0C37} = {894A15B9-F4A2-46FA-9520-AF410A64FD6C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {883B112E-D9CB-4061-83F6-E05E2B58F639}
EndGlobalSection
EndGlobal