-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSims.sln
More file actions
56 lines (56 loc) · 3.3 KB
/
Copy pathSims.sln
File metadata and controls
56 lines (56 loc) · 3.3 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sims", "Sims\Sims.vcxproj", "{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestCases", "TestCases\TestCases.vcxproj", "{4B81703A-1C32-4922-B717-6F9FC6D5B218}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
dx9lib_debug|x64 = dx9lib_debug|x64
dx9lib_debug|x86 = dx9lib_debug|x86
ogllib_debug|x64 = ogllib_debug|x64
ogllib_debug|x86 = ogllib_debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Debug|x64.ActiveCfg = Debug|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Debug|x64.Build.0 = Debug|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Debug|x86.ActiveCfg = Debug|Win32
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Debug|x86.Build.0 = Debug|Win32
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.dx9lib_debug|x64.ActiveCfg = dx9lib_debug|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.dx9lib_debug|x64.Build.0 = dx9lib_debug|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.dx9lib_debug|x86.ActiveCfg = dx9lib_debug|Win32
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.dx9lib_debug|x86.Build.0 = dx9lib_debug|Win32
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.ogllib_debug|x64.ActiveCfg = ogllib_debug|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.ogllib_debug|x64.Build.0 = ogllib_debug|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.ogllib_debug|x86.ActiveCfg = ogllib_debug|Win32
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.ogllib_debug|x86.Build.0 = ogllib_debug|Win32
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Release|x64.ActiveCfg = Release|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Release|x64.Build.0 = Release|x64
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Release|x86.ActiveCfg = Release|Win32
{CCBE66E5-559F-4EBB-8BE6-83396F87FDA5}.Release|x86.Build.0 = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.Debug|x64.ActiveCfg = Debug|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.Debug|x86.ActiveCfg = Debug|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.Debug|x86.Build.0 = Debug|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.dx9lib_debug|x64.ActiveCfg = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.dx9lib_debug|x64.Build.0 = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.dx9lib_debug|x86.ActiveCfg = Debug|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.dx9lib_debug|x86.Build.0 = Debug|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.ogllib_debug|x64.ActiveCfg = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.ogllib_debug|x64.Build.0 = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.ogllib_debug|x86.ActiveCfg = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.ogllib_debug|x86.Build.0 = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.Release|x64.ActiveCfg = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.Release|x86.ActiveCfg = Release|Win32
{4B81703A-1C32-4922-B717-6F9FC6D5B218}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal