-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathRevitApi.sln
24 lines (24 loc) · 1.2 KB
/
RevitApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{051E6468-DAC2-4258-B5A8-63B536D35555}") = "Build", "build\Build.csproj", "{5930652A-279B-4642-8AB9-B83D5E9B49CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevitApi", "RevitApi\RevitApi.csproj", "{6D0637D3-A07C-472F-86DB-21E3D7472587}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{72671729-D322-4EAC-9EBB-E48C00F38625}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
Build\Build.Configuration.cs = Build\Build.Configuration.cs
Changelog.md = Changelog.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5930652A-279B-4642-8AB9-B83D5E9B49CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D0637D3-A07C-472F-86DB-21E3D7472587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D0637D3-A07C-472F-86DB-21E3D7472587}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal