-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRevitAddin.VisualStudioDebug.sln
33 lines (33 loc) · 1.57 KB
/
RevitAddin.VisualStudioDebug.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E5013FE9-7EB6-40DC-804C-7207ED298FCC}") = "RevitAddin.VisualStudioDebug", "RevitAddin.VisualStudioDebug\RevitAddin.VisualStudioDebug.csproj", "{C917B240-4C2B-431A-BB03-730BE9802F25}"
EndProject
Project("{E5013FE9-7EB6-40DC-804C-7207ED298FCC}") = "Build", "Build\Build.csproj", "{170615F1-1644-459A-BCA7-264A86D7A4F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{29943FE0-2027-4FB7-8B51-0F185DC51C3D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C917B240-4C2B-431A-BB03-730BE9802F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C917B240-4C2B-431A-BB03-730BE9802F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C917B240-4C2B-431A-BB03-730BE9802F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C917B240-4C2B-431A-BB03-730BE9802F25}.Release|Any CPU.Build.0 = Release|Any CPU
{170615F1-1644-459A-BCA7-264A86D7A4F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{170615F1-1644-459A-BCA7-264A86D7A4F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal