-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathann.sln
37 lines (37 loc) · 1.78 KB
/
ann.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ann_engine", "ann_engine\ann_engine.vcxproj", "{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "interface", "interface\interface.vcxitems", "{3EC79BC8-3240-4DB0-AE12-5ECECEBAE75E}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
interface\interface.vcxitems*{3ec79bc8-3240-4db0-ae12-5ececebae75e}*SharedItemsImports = 9
interface\interface.vcxitems*{ec5556bf-b12e-411a-a9b3-35923e0eaaef}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Debug|x64.ActiveCfg = Debug|x64
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Debug|x64.Build.0 = Debug|x64
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Debug|x86.ActiveCfg = Debug|Win32
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Debug|x86.Build.0 = Debug|Win32
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Release|x64.ActiveCfg = Release|x64
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Release|x64.Build.0 = Release|x64
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Release|x86.ActiveCfg = Release|Win32
{EC5556BF-B12E-411A-A9B3-35923E0EAAEF}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3E8C74D-56B0-415E-BC15-A88B1E1F6C8D}
EndGlobalSection
EndGlobal