-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathaid2.sln
49 lines (49 loc) · 2.51 KB
/
aid2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33214.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aid2", "aid2\aid2.vcxproj", "{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{067F53C8-669C-4E67-A758-A2023FB89B5A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpp", "examples\cpp\cpp.vcxproj", "{95EE08FE-8B04-456B-A35C-F36AA07B1803}"
ProjectSection(ProjectDependencies) = postProject
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99} = {A5DB050B-3D3E-4CAF-8D49-189C95C73D99}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Debug|x64.ActiveCfg = Debug|x64
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Debug|x64.Build.0 = Debug|x64
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Debug|x86.ActiveCfg = Debug|Win32
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Debug|x86.Build.0 = Debug|Win32
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Release|x64.ActiveCfg = Release|x64
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Release|x64.Build.0 = Release|x64
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Release|x86.ActiveCfg = Release|Win32
{A5DB050B-3D3E-4CAF-8D49-189C95C73D99}.Release|x86.Build.0 = Release|Win32
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Debug|x64.ActiveCfg = Debug|x64
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Debug|x64.Build.0 = Debug|x64
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Debug|x86.ActiveCfg = Debug|Win32
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Debug|x86.Build.0 = Debug|Win32
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Release|x64.ActiveCfg = Release|x64
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Release|x64.Build.0 = Release|x64
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Release|x86.ActiveCfg = Release|Win32
{95EE08FE-8B04-456B-A35C-F36AA07B1803}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95EE08FE-8B04-456B-A35C-F36AA07B1803} = {067F53C8-669C-4E67-A758-A2023FB89B5A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1B73939-4F0C-4AB6-83EF-28467694633D}
EndGlobalSection
EndGlobal