-
Notifications
You must be signed in to change notification settings - Fork 150
/
Xbim.WindowsUI.sln
65 lines (65 loc) · 3.77 KB
/
Xbim.WindowsUI.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
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.Presentation", "Xbim.Presentation\Xbim.Presentation.csproj", "{89F98E53-DE4E-4427-8244-D5934AD08849}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XbimXplorer", "XbimXplorer\XbimXplorer.csproj", "{D6CED5D7-BE37-4A32-90A5-1444C9FFDD91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E199F75-F5E2-4B21-9DDA-85AF017F9445}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
LICENCE.md = LICENCE.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
XplorerPlugin.Bcf.plugin.nuspec = XplorerPlugin.Bcf.plugin.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XplorerPlugins", "XplorerPlugins", "{0A25F1E8-AAD2-4E93-B1AE-E50FCE26CB2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XplorerPlugin.Bcf", "XplorerPlugin.Bcf\XplorerPlugin.Bcf.csproj", "{935963BB-7EE9-4C8F-BC60-DE43961F2E98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{645DE1B1-90B9-4B04-8F65-F6C81B046B23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.WinformsSample", "Xbim.WinformsSample\Xbim.WinformsSample.csproj", "{6ED232C8-1056-4FB5-9B72-18D045DB833B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89F98E53-DE4E-4427-8244-D5934AD08849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F98E53-DE4E-4427-8244-D5934AD08849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F98E53-DE4E-4427-8244-D5934AD08849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F98E53-DE4E-4427-8244-D5934AD08849}.Release|Any CPU.Build.0 = Release|Any CPU
{D6CED5D7-BE37-4A32-90A5-1444C9FFDD91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6CED5D7-BE37-4A32-90A5-1444C9FFDD91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6CED5D7-BE37-4A32-90A5-1444C9FFDD91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6CED5D7-BE37-4A32-90A5-1444C9FFDD91}.Release|Any CPU.Build.0 = Release|Any CPU
{935963BB-7EE9-4C8F-BC60-DE43961F2E98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{935963BB-7EE9-4C8F-BC60-DE43961F2E98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{935963BB-7EE9-4C8F-BC60-DE43961F2E98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{935963BB-7EE9-4C8F-BC60-DE43961F2E98}.Release|Any CPU.Build.0 = Release|Any CPU
{645DE1B1-90B9-4B04-8F65-F6C81B046B23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{645DE1B1-90B9-4B04-8F65-F6C81B046B23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{645DE1B1-90B9-4B04-8F65-F6C81B046B23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{645DE1B1-90B9-4B04-8F65-F6C81B046B23}.Release|Any CPU.Build.0 = Release|Any CPU
{6ED232C8-1056-4FB5-9B72-18D045DB833B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ED232C8-1056-4FB5-9B72-18D045DB833B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ED232C8-1056-4FB5-9B72-18D045DB833B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ED232C8-1056-4FB5-9B72-18D045DB833B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{935963BB-7EE9-4C8F-BC60-DE43961F2E98} = {0A25F1E8-AAD2-4E93-B1AE-E50FCE26CB2C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A75501D3-AC6F-4B92-A02D-C9347E05FAC2}
EndGlobalSection
EndGlobal