-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCwAPI3D.Net.Bridge.sln
More file actions
53 lines (53 loc) · 2.88 KB
/
CwAPI3D.Net.Bridge.sln
File metadata and controls
53 lines (53 loc) · 2.88 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CwAPI3D.Net.Bridge", "CwAPI3D.Net.Bridge\CwAPI3D.Net.Bridge.vcxproj", "{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "examplelib", "examplelib\examplelib.csproj", "{9AD20925-7191-446E-8343-8277348FD78F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Interfaces", "Interfaces\Interfaces.vcxitems", "{C9D04A72-1C1A-47A2-8225-489ABBD24813}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{013D56B2-B040-4159-AF39-920532FC3257}"
ProjectSection(SolutionItems) = preProject
public\debugging.png = public\debugging.png
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Debug|Any CPU.ActiveCfg = Debug|x64
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Debug|Any CPU.Build.0 = Debug|x64
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Debug|x64.ActiveCfg = Debug|x64
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Debug|x64.Build.0 = Debug|x64
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Release|Any CPU.ActiveCfg = Release|x64
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Release|Any CPU.Build.0 = Release|x64
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Release|x64.ActiveCfg = Release|x64
{D7AFEB12-6630-40FE-A8E1-BED9C0238AB8}.Release|x64.Build.0 = Release|x64
{9AD20925-7191-446E-8343-8277348FD78F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AD20925-7191-446E-8343-8277348FD78F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AD20925-7191-446E-8343-8277348FD78F}.Debug|x64.ActiveCfg = Debug|Any CPU
{9AD20925-7191-446E-8343-8277348FD78F}.Debug|x64.Build.0 = Debug|Any CPU
{9AD20925-7191-446E-8343-8277348FD78F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AD20925-7191-446E-8343-8277348FD78F}.Release|Any CPU.Build.0 = Release|Any CPU
{9AD20925-7191-446E-8343-8277348FD78F}.Release|x64.ActiveCfg = Release|Any CPU
{9AD20925-7191-446E-8343-8277348FD78F}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F31F651-CBB6-4D6C-8E27-BD5E7A127019}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Interfaces\Interfaces.vcxitems*{c9d04a72-1c1a-47a2-8225-489abbd24813}*SharedItemsImports = 9
Interfaces\Interfaces.vcxitems*{d7afeb12-6630-40fe-a8e1-bed9c0238ab8}*SharedItemsImports = 4
EndGlobalSection
EndGlobal