-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssemblyExplorer.sln
37 lines (37 loc) · 2.02 KB
/
AssemblyExplorer.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
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AECore", "AECore\AECore.csproj", "{91617FC5-7E5C-485B-9581-194A07A64BAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyTest", "AssemblyTest\AssemblyTest.csproj", "{C9EF4925-4367-4023-91D9-A7E7F8195643}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeometryTest", "GeometryTest\GeometryTest.csproj", "{51C47702-871A-4BDF-BF94-F0F03E310421}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91617FC5-7E5C-485B-9581-194A07A64BAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91617FC5-7E5C-485B-9581-194A07A64BAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91617FC5-7E5C-485B-9581-194A07A64BAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91617FC5-7E5C-485B-9581-194A07A64BAE}.Release|Any CPU.Build.0 = Release|Any CPU
{C9EF4925-4367-4023-91D9-A7E7F8195643}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9EF4925-4367-4023-91D9-A7E7F8195643}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9EF4925-4367-4023-91D9-A7E7F8195643}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9EF4925-4367-4023-91D9-A7E7F8195643}.Release|Any CPU.Build.0 = Release|Any CPU
{51C47702-871A-4BDF-BF94-F0F03E310421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51C47702-871A-4BDF-BF94-F0F03E310421}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51C47702-871A-4BDF-BF94-F0F03E310421}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51C47702-871A-4BDF-BF94-F0F03E310421}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBAC4648-8A16-4F61-826E-2176A3EA34FB}
EndGlobalSection
EndGlobal