-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathricaun.Revit.UI.sln
48 lines (48 loc) · 2.68 KB
/
ricaun.Revit.UI.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.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.UI", "ricaun.Revit.UI\ricaun.Revit.UI.csproj", "{2064BA4D-5527-41E9-8B76-0CBFEFA35900}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{A81D2950-B5CB-4CDB-B7FE-9132C730C8CC}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{DBD6BDAC-EC17-4B9F-B3CD-9E58CD582F61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.UI.Example", "ricaun.Revit.UI.Example\ricaun.Revit.UI.Example.csproj", "{F736F68F-7101-4640-9093-8715F88CCB95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.UI.Tests", "ricaun.Revit.UI.Tests\ricaun.Revit.UI.Tests.csproj", "{B125918C-83C5-474A-9469-88262AC5BCE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2064BA4D-5527-41E9-8B76-0CBFEFA35900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2064BA4D-5527-41E9-8B76-0CBFEFA35900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2064BA4D-5527-41E9-8B76-0CBFEFA35900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2064BA4D-5527-41E9-8B76-0CBFEFA35900}.Release|Any CPU.Build.0 = Release|Any CPU
{DBD6BDAC-EC17-4B9F-B3CD-9E58CD582F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBD6BDAC-EC17-4B9F-B3CD-9E58CD582F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F736F68F-7101-4640-9093-8715F88CCB95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F736F68F-7101-4640-9093-8715F88CCB95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F736F68F-7101-4640-9093-8715F88CCB95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F736F68F-7101-4640-9093-8715F88CCB95}.Release|Any CPU.Build.0 = Release|Any CPU
{B125918C-83C5-474A-9469-88262AC5BCE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B125918C-83C5-474A-9469-88262AC5BCE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B125918C-83C5-474A-9469-88262AC5BCE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B125918C-83C5-474A-9469-88262AC5BCE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E22315E4-8753-4610-B0F8-91367AEA4F9A}
EndGlobalSection
EndGlobal