-
Notifications
You must be signed in to change notification settings - Fork 3
/
Xbim.Xids.sln
46 lines (46 loc) · 2.64 KB
/
Xbim.Xids.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{839106DA-118E-4F21-A8B3-6B4C579F93D5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yaml = .github\workflows\build.yaml
GetStandard.cmd = GetStandard.cmd
nuget.config = nuget.config
Documentation\technical.md = Documentation\technical.md
Todo.md = Todo.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.InformationSpecifications", "Xbim.InformationSpecifications\Xbim.InformationSpecifications.csproj", "{C8908072-19B8-4F26-9BAD-76C38936311C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.InformationSpecifications.Generator", "Xbim.InformationSpecifications.Generator\Xbim.InformationSpecifications.Generator.csproj", "{04B5FC8A-2815-4335-BC15-7319AA1C5BF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.InformationSpecifications.Tests", "Xbim.InformationSpecifications.NewTests\Xbim.InformationSpecifications.Tests.csproj", "{2EC76CDC-4E6A-4C84-88BA-3E3E53F0DD22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8908072-19B8-4F26-9BAD-76C38936311C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8908072-19B8-4F26-9BAD-76C38936311C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8908072-19B8-4F26-9BAD-76C38936311C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8908072-19B8-4F26-9BAD-76C38936311C}.Release|Any CPU.Build.0 = Release|Any CPU
{04B5FC8A-2815-4335-BC15-7319AA1C5BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04B5FC8A-2815-4335-BC15-7319AA1C5BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04B5FC8A-2815-4335-BC15-7319AA1C5BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04B5FC8A-2815-4335-BC15-7319AA1C5BF1}.Release|Any CPU.Build.0 = Release|Any CPU
{2EC76CDC-4E6A-4C84-88BA-3E3E53F0DD22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EC76CDC-4E6A-4C84-88BA-3E3E53F0DD22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EC76CDC-4E6A-4C84-88BA-3E3E53F0DD22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EC76CDC-4E6A-4C84-88BA-3E3E53F0DD22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {843B8008-3994-4492-9DA5-0C66A4FDFE8A}
EndGlobalSection
EndGlobal