forked from BHoM/File_Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFile_Toolkit.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
Copy pathFile_Toolkit.sln
File metadata and controls
37 lines (37 loc) · 2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "File_Adapter", "File_Adapter\File_Adapter.csproj", "{9FF48041-B1F9-4C39-9629-9DF1E0B48C97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "File_Engine", "File_Engine\File_Engine.csproj", "{D0B2A7E0-1D68-42A6-B699-8BB648D50932}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "File_oM", "File_oM\File_oM.csproj", "{D344DCF0-788D-4E0A-8596-70199A080619}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FF48041-B1F9-4C39-9629-9DF1E0B48C97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FF48041-B1F9-4C39-9629-9DF1E0B48C97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FF48041-B1F9-4C39-9629-9DF1E0B48C97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FF48041-B1F9-4C39-9629-9DF1E0B48C97}.Release|Any CPU.Build.0 = Release|Any CPU
{D0B2A7E0-1D68-42A6-B699-8BB648D50932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0B2A7E0-1D68-42A6-B699-8BB648D50932}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0B2A7E0-1D68-42A6-B699-8BB648D50932}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0B2A7E0-1D68-42A6-B699-8BB648D50932}.Release|Any CPU.Build.0 = Release|Any CPU
{D344DCF0-788D-4E0A-8596-70199A080619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D344DCF0-788D-4E0A-8596-70199A080619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D344DCF0-788D-4E0A-8596-70199A080619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D344DCF0-788D-4E0A-8596-70199A080619}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FE775B3-08C4-442D-9FF5-5E3D16B383F5}
EndGlobalSection
EndGlobal