-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGH_CPPN.sln
More file actions
43 lines (43 loc) · 2.66 KB
/
Copy pathGH_CPPN.sln
File metadata and controls
43 lines (43 loc) · 2.66 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
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}") = "GH_CPPN", "GH_CPPN\GH_CPPN.csproj", "{2FCC0995-7B40-4241-B088-362C5FEE4F0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestTopolEvo", "UnitTestTopolEvo\UnitTestTopolEvo.csproj", "{E984AC02-8231-47A8-926B-32FF1E4647BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet", "..\..\..\..\..\repos\BriefFiniteElement.Net\BriefFiniteElementNet\BriefFiniteElementNet.csproj", "{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.Common", "..\..\..\..\..\repos\BriefFiniteElement.Net\BriefFiniteElementNet.Common\BriefFiniteElementNet.Common.csproj", "{82C63C6B-651A-4308-8B89-B4C643F3A7C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FCC0995-7B40-4241-B088-362C5FEE4F0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FCC0995-7B40-4241-B088-362C5FEE4F0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FCC0995-7B40-4241-B088-362C5FEE4F0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FCC0995-7B40-4241-B088-362C5FEE4F0D}.Release|Any CPU.Build.0 = Release|Any CPU
{E984AC02-8231-47A8-926B-32FF1E4647BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E984AC02-8231-47A8-926B-32FF1E4647BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E984AC02-8231-47A8-926B-32FF1E4647BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E984AC02-8231-47A8-926B-32FF1E4647BF}.Release|Any CPU.Build.0 = Release|Any CPU
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Release|Any CPU.Build.0 = Release|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA928243-1B74-4B11-A94E-7C6F9095B891}
EndGlobalSection
EndGlobal