-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInterface.sln
44 lines (44 loc) · 2.49 KB
/
Interface.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interface", "Interface\Interface.csproj", "{5C5591AA-1F57-4FDC-91B2-4B1B84135DE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Heuristics", "HeuristicsBase\Heuristics.csproj", "{2AA97273-3517-4BD8-8C15-1B75469F4972}"
EndProject
Project("{840C416C-B8F3-42BC-B0DD-F6BB14C9F8CB}") = "Installer", "Installer\Installer.aiproj", "{05D25F10-6FE6-4BD0-A046-12208F900DB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
All|Any CPU = All|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C5591AA-1F57-4FDC-91B2-4B1B84135DE1}.All|Any CPU.ActiveCfg = Release|Any CPU
{5C5591AA-1F57-4FDC-91B2-4B1B84135DE1}.All|Any CPU.Build.0 = Release|Any CPU
{5C5591AA-1F57-4FDC-91B2-4B1B84135DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C5591AA-1F57-4FDC-91B2-4B1B84135DE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C5591AA-1F57-4FDC-91B2-4B1B84135DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C5591AA-1F57-4FDC-91B2-4B1B84135DE1}.Release|Any CPU.Build.0 = Release|Any CPU
{2AA97273-3517-4BD8-8C15-1B75469F4972}.All|Any CPU.ActiveCfg = Release|Any CPU
{2AA97273-3517-4BD8-8C15-1B75469F4972}.All|Any CPU.Build.0 = Release|Any CPU
{2AA97273-3517-4BD8-8C15-1B75469F4972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AA97273-3517-4BD8-8C15-1B75469F4972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AA97273-3517-4BD8-8C15-1B75469F4972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AA97273-3517-4BD8-8C15-1B75469F4972}.Release|Any CPU.Build.0 = Release|Any CPU
{05D25F10-6FE6-4BD0-A046-12208F900DB9}.All|Any CPU.ActiveCfg = DefaultBuild
{05D25F10-6FE6-4BD0-A046-12208F900DB9}.All|Any CPU.Build.0 = DefaultBuild
{05D25F10-6FE6-4BD0-A046-12208F900DB9}.Debug|Any CPU.ActiveCfg = DefaultBuild
{05D25F10-6FE6-4BD0-A046-12208F900DB9}.Debug|Any CPU.Build.0 = DefaultBuild
{05D25F10-6FE6-4BD0-A046-12208F900DB9}.Release|Any CPU.ActiveCfg = DefaultBuild
{05D25F10-6FE6-4BD0-A046-12208F900DB9}.Release|Any CPU.Build.0 = DefaultBuild
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {206B585A-54FC-46A6-A5C6-AB6526B8BF07}
EndGlobalSection
EndGlobal