-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREVIT_API.sln
More file actions
51 lines (51 loc) · 3.01 KB
/
Copy pathREVIT_API.sln
File metadata and controls
51 lines (51 loc) · 3.01 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "REVIT_API_Day2", "REVIT_API\REVIT_API_Day2.csproj", "{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "REVIT_API_Day3", "REVIT_API Day 3\REVIT_API_Day3.csproj", "{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Revit_App for Creating Wall Plaster", "Revit_App\Revit_App for Creating Wall Plaster.csproj", "{8F11D21F-2127-4EEF-8427-30691436EDE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Debug|Any CPU.Build.0 = Release|Any CPU
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Debug|x64.ActiveCfg = Debug|x64
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Debug|x64.Build.0 = Debug|x64
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Release|Any CPU.Build.0 = Release|Any CPU
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Release|x64.ActiveCfg = Release|x64
{4D1181D2-1D20-4399-9AB8-995B5E6C5F36}.Release|x64.Build.0 = Release|x64
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Debug|x64.ActiveCfg = Debug|x64
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Debug|x64.Build.0 = Debug|x64
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Release|Any CPU.Build.0 = Release|Any CPU
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Release|x64.ActiveCfg = Release|x64
{F2BC1BC2-4B89-4162-8448-B8AE2F204AF2}.Release|x64.Build.0 = Release|x64
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Debug|x64.ActiveCfg = Debug|x64
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Debug|x64.Build.0 = Debug|x64
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Release|Any CPU.Build.0 = Release|Any CPU
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Release|x64.ActiveCfg = Release|x64
{8F11D21F-2127-4EEF-8427-30691436EDE7}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {365FE103-726B-45A3-856D-56DCBFD9D4CA}
EndGlobalSection
EndGlobal