generated from BHoM/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAGS_Toolkit.sln
36 lines (36 loc) · 2 KB
/
AGS_Toolkit.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
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32901.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AGS_Adapter", "AGS_Adapter\AGS_Adapter.csproj", "{F84BEFC2-C702-4A86-9626-C7FA48785606}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AGS_Engine", "AGS_Engine\AGS_Engine.csproj", "{C68B4D77-E46D-41C9-A72C-F29984D8AB4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AGS_oM", "AGS_oM\AGS_oM.csproj", "{FA23407E-1C08-4183-A02E-A57FA9D09BCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F84BEFC2-C702-4A86-9626-C7FA48785606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F84BEFC2-C702-4A86-9626-C7FA48785606}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F84BEFC2-C702-4A86-9626-C7FA48785606}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F84BEFC2-C702-4A86-9626-C7FA48785606}.Release|Any CPU.Build.0 = Release|Any CPU
{C68B4D77-E46D-41C9-A72C-F29984D8AB4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C68B4D77-E46D-41C9-A72C-F29984D8AB4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C68B4D77-E46D-41C9-A72C-F29984D8AB4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C68B4D77-E46D-41C9-A72C-F29984D8AB4A}.Release|Any CPU.Build.0 = Release|Any CPU
{FA23407E-1C08-4183-A02E-A57FA9D09BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA23407E-1C08-4183-A02E-A57FA9D09BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA23407E-1C08-4183-A02E-A57FA9D09BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA23407E-1C08-4183-A02E-A57FA9D09BCA}.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