-
Notifications
You must be signed in to change notification settings - Fork 12
/
EvoNet.sln
47 lines (47 loc) · 2.63 KB
/
EvoNet.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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvoSim", "EvoSim\EvoSim.csproj", "{0CA1D951-1554-408C-9B2A-48FF8EB89588}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvoCommand", "EvoCommand\EvoCommand.csproj", "{5495F0FD-46B7-4326-8357-8B0A569E6F5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvoNet", "EvoNet\EvoNet.csproj", "{170D57A3-6637-4C5B-83F3-AE28E809CE74}"
ProjectSection(ProjectDependencies) = postProject
{434896CF-A010-41E4-96D6-B404FCCBC115} = {434896CF-A010-41E4-96D6-B404FCCBC115}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvoNetContent", "EvoNetContent\EvoNetContent.contentproj", "{0469043F-8A26-4398-BDC2-C0B8DA7AE423}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Graph", "Graph\Graph.csproj", "{434896CF-A010-41E4-96D6-B404FCCBC115}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CA1D951-1554-408C-9B2A-48FF8EB89588}.Debug|x86.ActiveCfg = Debug|x86
{0CA1D951-1554-408C-9B2A-48FF8EB89588}.Debug|x86.Build.0 = Debug|x86
{0CA1D951-1554-408C-9B2A-48FF8EB89588}.Release|x86.ActiveCfg = Release|x86
{0CA1D951-1554-408C-9B2A-48FF8EB89588}.Release|x86.Build.0 = Release|x86
{5495F0FD-46B7-4326-8357-8B0A569E6F5B}.Debug|x86.ActiveCfg = Debug|x86
{5495F0FD-46B7-4326-8357-8B0A569E6F5B}.Debug|x86.Build.0 = Debug|x86
{5495F0FD-46B7-4326-8357-8B0A569E6F5B}.Release|x86.ActiveCfg = Release|x86
{5495F0FD-46B7-4326-8357-8B0A569E6F5B}.Release|x86.Build.0 = Release|x86
{170D57A3-6637-4C5B-83F3-AE28E809CE74}.Debug|x86.ActiveCfg = Debug|x86
{170D57A3-6637-4C5B-83F3-AE28E809CE74}.Debug|x86.Build.0 = Debug|x86
{170D57A3-6637-4C5B-83F3-AE28E809CE74}.Release|x86.ActiveCfg = Release|x86
{170D57A3-6637-4C5B-83F3-AE28E809CE74}.Release|x86.Build.0 = Release|x86
{0469043F-8A26-4398-BDC2-C0B8DA7AE423}.Debug|x86.ActiveCfg = Debug|x86
{0469043F-8A26-4398-BDC2-C0B8DA7AE423}.Release|x86.ActiveCfg = Release|x86
{434896CF-A010-41E4-96D6-B404FCCBC115}.Debug|x86.ActiveCfg = Debug|x86
{434896CF-A010-41E4-96D6-B404FCCBC115}.Debug|x86.Build.0 = Debug|x86
{434896CF-A010-41E4-96D6-B404FCCBC115}.Release|x86.ActiveCfg = Release|x86
{434896CF-A010-41E4-96D6-B404FCCBC115}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal