-
Notifications
You must be signed in to change notification settings - Fork 8
/
Xbim.CobieExpress.sln
60 lines (60 loc) · 3.51 KB
/
Xbim.CobieExpress.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.IO.Table", "Xbim.IO.Table\Xbim.IO.Table.csproj", "{679E8F2A-80EC-4619-BF2E-6E4F4C30FB13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.CobieExpress", "Xbim.CobieExpress\Xbim.CobieExpress.csproj", "{47E55E60-7E7F-4B16-8BD0-C4216A36CEE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.CobieExpress.Tests", "Tests\Xbim.CobieExpress.Tests.csproj", "{A36024FA-B358-46F9-80EE-D65F7C77B2C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.CobieExpress.Exchanger", "Xbim.CobieExpress.Exchanger\Xbim.CobieExpress.Exchanger.csproj", "{F3D7E771-3F0B-431E-B8D1-9C4A5592652A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C0E02A7-9D6F-41E3-9D94-8A4E9E4BF0F0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
LICENCE.md = LICENCE.md
nuget.config = nuget.config
README.md = README.md
test.runsettings = test.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.IO.CobieExpress", "Xbim.IO.CobieExpress\Xbim.IO.CobieExpress.csproj", "{60334EBC-29A5-4B58-A65B-3A0BFF739A75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{679E8F2A-80EC-4619-BF2E-6E4F4C30FB13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{679E8F2A-80EC-4619-BF2E-6E4F4C30FB13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{679E8F2A-80EC-4619-BF2E-6E4F4C30FB13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{679E8F2A-80EC-4619-BF2E-6E4F4C30FB13}.Release|Any CPU.Build.0 = Release|Any CPU
{47E55E60-7E7F-4B16-8BD0-C4216A36CEE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E55E60-7E7F-4B16-8BD0-C4216A36CEE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E55E60-7E7F-4B16-8BD0-C4216A36CEE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E55E60-7E7F-4B16-8BD0-C4216A36CEE0}.Release|Any CPU.Build.0 = Release|Any CPU
{A36024FA-B358-46F9-80EE-D65F7C77B2C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A36024FA-B358-46F9-80EE-D65F7C77B2C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A36024FA-B358-46F9-80EE-D65F7C77B2C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A36024FA-B358-46F9-80EE-D65F7C77B2C3}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D7E771-3F0B-431E-B8D1-9C4A5592652A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D7E771-3F0B-431E-B8D1-9C4A5592652A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D7E771-3F0B-431E-B8D1-9C4A5592652A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D7E771-3F0B-431E-B8D1-9C4A5592652A}.Release|Any CPU.Build.0 = Release|Any CPU
{60334EBC-29A5-4B58-A65B-3A0BFF739A75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60334EBC-29A5-4B58-A65B-3A0BFF739A75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60334EBC-29A5-4B58-A65B-3A0BFF739A75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60334EBC-29A5-4B58-A65B-3A0BFF739A75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D4FDC5D-00BD-4C9D-B449-F17DE6027A4F}
EndGlobalSection
EndGlobal