-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEvolvingNeuralNetworksXNA.sln
24 lines (24 loc) · 1.29 KB
/
EvolvingNeuralNetworksXNA.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvolvingNeuralNetworksXNA", "EvolvingNeuralNetworksXNA\EvolvingNeuralNetworksXNA\EvolvingNeuralNetworksXNA.csproj", "{7C2D3753-597E-47B4-BA24-5B8A4AB46431}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvolvingNeuralNetworksXNAContent", "EvolvingNeuralNetworksXNA\EvolvingNeuralNetworksXNAContent\EvolvingNeuralNetworksXNAContent.contentproj", "{6962B04A-6580-4A8B-BB40-9AC469FEB4C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C2D3753-597E-47B4-BA24-5B8A4AB46431}.Debug|x86.ActiveCfg = Debug|x86
{7C2D3753-597E-47B4-BA24-5B8A4AB46431}.Debug|x86.Build.0 = Debug|x86
{7C2D3753-597E-47B4-BA24-5B8A4AB46431}.Release|x86.ActiveCfg = Release|x86
{7C2D3753-597E-47B4-BA24-5B8A4AB46431}.Release|x86.Build.0 = Release|x86
{6962B04A-6580-4A8B-BB40-9AC469FEB4C1}.Debug|x86.ActiveCfg = Debug|x86
{6962B04A-6580-4A8B-BB40-9AC469FEB4C1}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal