-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathUOAI.sln
More file actions
31 lines (31 loc) · 1.66 KB
/
UOAI.sln
File metadata and controls
31 lines (31 loc) · 1.66 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UOAI", "UOAI.vcxproj", "{D4CAE9B5-6A02-A3D7-3666-1D9EBA2C1DCE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UOAITest", "UOAITest\UOAITest.vcxproj", "{5CB7D380-63AC-918F-6D1D-862EB88800CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
Template|Win32 = Template|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4CAE9B5-6A02-A3D7-3666-1D9EBA2C1DCE}.Debug|Win32.ActiveCfg = Debug|Win32
{D4CAE9B5-6A02-A3D7-3666-1D9EBA2C1DCE}.Debug|Win32.Build.0 = Debug|Win32
{D4CAE9B5-6A02-A3D7-3666-1D9EBA2C1DCE}.Release|Win32.ActiveCfg = Release|Win32
{D4CAE9B5-6A02-A3D7-3666-1D9EBA2C1DCE}.Release|Win32.Build.0 = Release|Win32
{D4CAE9B5-6A02-A3D7-3666-1D9EBA2C1DCE}.Template|Win32.ActiveCfg = Release|Win32
{D4CAE9B5-6A02-A3D7-3666-1D9EBA2C1DCE}.Template|Win32.Build.0 = Release|Win32
{5CB7D380-63AC-918F-6D1D-862EB88800CB}.Debug|Win32.ActiveCfg = Debug|Win32
{5CB7D380-63AC-918F-6D1D-862EB88800CB}.Debug|Win32.Build.0 = Debug|Win32
{5CB7D380-63AC-918F-6D1D-862EB88800CB}.Release|Win32.ActiveCfg = Release|Win32
{5CB7D380-63AC-918F-6D1D-862EB88800CB}.Release|Win32.Build.0 = Release|Win32
{5CB7D380-63AC-918F-6D1D-862EB88800CB}.Template|Win32.ActiveCfg = Template|Win32
{5CB7D380-63AC-918F-6D1D-862EB88800CB}.Template|Win32.Build.0 = Template|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal