-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNeuralNetwork.sln
More file actions
34 lines (34 loc) · 1.88 KB
/
NeuralNetwork.sln
File metadata and controls
34 lines (34 loc) · 1.88 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NNConsole", "NNConsole\NNConsole.csproj", "{CBB5F256-91BC-449E-A9AD-F656D0E53E11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstNN", "FirstNN\FirstNN.csproj", "{C65BF5C0-C268-4F33-86AB-7C8AC32F4F02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstNNTest", "FirstNNTest\FirstNNTest.csproj", "{AC2E391C-E45C-45F8-AAFC-48A1DC5E4DF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBB5F256-91BC-449E-A9AD-F656D0E53E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBB5F256-91BC-449E-A9AD-F656D0E53E11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBB5F256-91BC-449E-A9AD-F656D0E53E11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBB5F256-91BC-449E-A9AD-F656D0E53E11}.Release|Any CPU.Build.0 = Release|Any CPU
{C65BF5C0-C268-4F33-86AB-7C8AC32F4F02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C65BF5C0-C268-4F33-86AB-7C8AC32F4F02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C65BF5C0-C268-4F33-86AB-7C8AC32F4F02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C65BF5C0-C268-4F33-86AB-7C8AC32F4F02}.Release|Any CPU.Build.0 = Release|Any CPU
{AC2E391C-E45C-45F8-AAFC-48A1DC5E4DF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC2E391C-E45C-45F8-AAFC-48A1DC5E4DF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC2E391C-E45C-45F8-AAFC-48A1DC5E4DF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC2E391C-E45C-45F8-AAFC-48A1DC5E4DF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal