-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathricaun.Revit.DI.sln
39 lines (39 loc) · 2.03 KB
/
ricaun.Revit.DI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ricaun.Revit.DI", "ricaun.Revit.DI\ricaun.Revit.DI.csproj", "{DA9266B6-4DF2-40E0-90AE-AEFFC952D127}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{E6476217-DF28-4466-9515-B9C90C1515A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{FF6D9868-D208-4931-95BA-3EECCCA3AE31}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ricaun.Revit.DI.Example", "ricaun.Revit.DI.Example\ricaun.Revit.DI.Example.csproj", "{6B668F60-80F8-4F10-821D-E44A3C880B4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA9266B6-4DF2-40E0-90AE-AEFFC952D127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA9266B6-4DF2-40E0-90AE-AEFFC952D127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA9266B6-4DF2-40E0-90AE-AEFFC952D127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA9266B6-4DF2-40E0-90AE-AEFFC952D127}.Release|Any CPU.Build.0 = Release|Any CPU
{E6476217-DF28-4466-9515-B9C90C1515A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6476217-DF28-4466-9515-B9C90C1515A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B668F60-80F8-4F10-821D-E44A3C880B4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B668F60-80F8-4F10-821D-E44A3C880B4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B668F60-80F8-4F10-821D-E44A3C880B4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B668F60-80F8-4F10-821D-E44A3C880B4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal