-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPathwinder.sln
67 lines (67 loc) · 3.96 KB
/
Pathwinder.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PathwinderTest", "PathwinderTest.vcxproj", "{F28CA66F-4084-4C36-A4A7-D3048DF4C635}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pathwinder", "Pathwinder.vcxproj", "{8482EB4C-9E88-41A2-B593-BDCF578DD205}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{1E216D85-E0BF-428E-BDA1-CD9E2087AB05}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CoreInfra", "Modules\Infra\CoreInfra.vcxproj", "{5AF31C51-1646-4BDA-9407-12273B2DA870}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestInfra", "Modules\Infra\TestInfra.vcxproj", "{6ABF224B-C252-4876-B2E1-8CA88E93610A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Debug|Win32.ActiveCfg = Debug|Win32
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Debug|Win32.Build.0 = Debug|Win32
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Debug|x64.ActiveCfg = Debug|x64
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Debug|x64.Build.0 = Debug|x64
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Release|Win32.ActiveCfg = Release|Win32
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Release|Win32.Build.0 = Release|Win32
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Release|x64.ActiveCfg = Release|x64
{F28CA66F-4084-4C36-A4A7-D3048DF4C635}.Release|x64.Build.0 = Release|x64
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Debug|Win32.ActiveCfg = Debug|Win32
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Debug|Win32.Build.0 = Debug|Win32
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Debug|x64.ActiveCfg = Debug|x64
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Debug|x64.Build.0 = Debug|x64
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Release|Win32.ActiveCfg = Release|Win32
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Release|Win32.Build.0 = Release|Win32
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Release|x64.ActiveCfg = Release|x64
{8482EB4C-9E88-41A2-B593-BDCF578DD205}.Release|x64.Build.0 = Release|x64
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Debug|Win32.ActiveCfg = Debug|Win32
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Debug|Win32.Build.0 = Debug|Win32
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Debug|x64.ActiveCfg = Debug|x64
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Debug|x64.Build.0 = Debug|x64
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Release|Win32.ActiveCfg = Release|Win32
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Release|Win32.Build.0 = Release|Win32
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Release|x64.ActiveCfg = Release|x64
{5AF31C51-1646-4BDA-9407-12273B2DA870}.Release|x64.Build.0 = Release|x64
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Debug|Win32.ActiveCfg = Debug|Win32
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Debug|Win32.Build.0 = Debug|Win32
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Debug|x64.ActiveCfg = Debug|x64
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Debug|x64.Build.0 = Debug|x64
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Release|Win32.ActiveCfg = Release|Win32
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Release|Win32.Build.0 = Release|Win32
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Release|x64.ActiveCfg = Release|x64
{6ABF224B-C252-4876-B2E1-8CA88E93610A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5AF31C51-1646-4BDA-9407-12273B2DA870} = {1E216D85-E0BF-428E-BDA1-CD9E2087AB05}
{6ABF224B-C252-4876-B2E1-8CA88E93610A} = {1E216D85-E0BF-428E-BDA1-CD9E2087AB05}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46F7ADE4-708C-4356-8ED0-5E2214A1B3EB}
EndGlobalSection
EndGlobal