-
Notifications
You must be signed in to change notification settings - Fork 3
/
Neuro.sln
51 lines (51 loc) · 2.73 KB
/
Neuro.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
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neuro.Tests", "Neuro.Tests\Neuro.Tests.csproj", "{A9DDA189-A5D8-43AC-98D9-9301EACF5F4C}"
ProjectSection(ProjectDependencies) = postProject
{9895C169-C511-4686-8E53-742F6BE8AA63} = {9895C169-C511-4686-8E53-742F6BE8AA63}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neuro", "Neuro\Neuro.csproj", "{9895C169-C511-4686-8E53-742F6BE8AA63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neuro.PerfTests", "Neuro.PerfTests\Neuro.PerfTests.csproj", "{0D3FEAF4-D0BC-4A9B-A32C-35735374559F}"
ProjectSection(ProjectDependencies) = postProject
{9895C169-C511-4686-8E53-742F6BE8AA63} = {9895C169-C511-4686-8E53-742F6BE8AA63}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9DDA189-A5D8-43AC-98D9-9301EACF5F4C}.Debug|Any CPU.ActiveCfg = Debug|x64
{A9DDA189-A5D8-43AC-98D9-9301EACF5F4C}.Debug|x64.ActiveCfg = Debug|x64
{A9DDA189-A5D8-43AC-98D9-9301EACF5F4C}.Debug|x64.Build.0 = Debug|x64
{A9DDA189-A5D8-43AC-98D9-9301EACF5F4C}.Release|Any CPU.ActiveCfg = Release|x64
{A9DDA189-A5D8-43AC-98D9-9301EACF5F4C}.Release|x64.ActiveCfg = Release|x64
{A9DDA189-A5D8-43AC-98D9-9301EACF5F4C}.Release|x64.Build.0 = Release|x64
{9895C169-C511-4686-8E53-742F6BE8AA63}.Debug|Any CPU.ActiveCfg = Debug|x64
{9895C169-C511-4686-8E53-742F6BE8AA63}.Debug|x64.ActiveCfg = Debug|x64
{9895C169-C511-4686-8E53-742F6BE8AA63}.Debug|x64.Build.0 = Debug|x64
{9895C169-C511-4686-8E53-742F6BE8AA63}.Release|Any CPU.ActiveCfg = Release|x64
{9895C169-C511-4686-8E53-742F6BE8AA63}.Release|x64.ActiveCfg = Release|x64
{9895C169-C511-4686-8E53-742F6BE8AA63}.Release|x64.Build.0 = Release|x64
{0D3FEAF4-D0BC-4A9B-A32C-35735374559F}.Debug|Any CPU.ActiveCfg = Debug|x64
{0D3FEAF4-D0BC-4A9B-A32C-35735374559F}.Debug|x64.ActiveCfg = Debug|x64
{0D3FEAF4-D0BC-4A9B-A32C-35735374559F}.Debug|x64.Build.0 = Debug|x64
{0D3FEAF4-D0BC-4A9B-A32C-35735374559F}.Release|Any CPU.ActiveCfg = Release|x64
{0D3FEAF4-D0BC-4A9B-A32C-35735374559F}.Release|x64.ActiveCfg = Release|x64
{0D3FEAF4-D0BC-4A9B-A32C-35735374559F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF84A609-1E87-49D4-BC05-2387ABACE798}
EndGlobalSection
EndGlobal