-
Notifications
You must be signed in to change notification settings - Fork 4
/
Revit.ScriptCS.sln
25 lines (25 loc) · 1.09 KB
/
Revit.ScriptCS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Revit.ScriptCS.ScriptRunner", "src\Revit.ScriptCS.ScriptRunner\Revit.ScriptCS.ScriptRunner.csproj", "{F831E5C7-ABC5-476A-88CB-638783F266D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F831E5C7-ABC5-476A-88CB-638783F266D0}.Debug|x64.ActiveCfg = Debug|x64
{F831E5C7-ABC5-476A-88CB-638783F266D0}.Debug|x64.Build.0 = Debug|x64
{F831E5C7-ABC5-476A-88CB-638783F266D0}.Release|x64.ActiveCfg = Release|x64
{F831E5C7-ABC5-476A-88CB-638783F266D0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82ED38C6-53D9-46C2-8C9C-46079962E637}
EndGlobalSection
EndGlobal