-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCaseVisualizer.sln
More file actions
65 lines (65 loc) · 4 KB
/
CaseVisualizer.sln
File metadata and controls
65 lines (65 loc) · 4 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
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CaseVisualizer", "CaseVisualizer\CaseVisualizer.vcxproj", "{91A99414-2864-4939-9C49-2BCEFEE10DA2}"
ProjectSection(ProjectDependencies) = postProject
{CA0A224E-C279-40AC-8171-4643A29E466E} = {CA0A224E-C279-40AC-8171-4643A29E466E}
{9C288A8B-AF2E-4A26-8573-A7A68E23A8BD} = {9C288A8B-AF2E-4A26-8573-A7A68E23A8BD}
{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2} = {DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PlanVisualizerWidget", "PlanVisualizerWidget\PlanVisualizerWidget.vcxproj", "{9C288A8B-AF2E-4A26-8573-A7A68E23A8BD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealCompiler", "..\Serialization\UnrealCompiler\UnrealCompiler.vcxproj", "{F31617ED-0C0C-4D22-96A0-1779F9E366F5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ObjectSerializer", "..\Serialization\ObjectSerializer\ObjectSerializer.vcxproj", "{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IStrategizer", "..\IStrategizer\Build\IStrategizer\IStrategizer.vcxproj", "{CA0A224E-C279-40AC-8171-4643A29E466E}"
ProjectSection(ProjectDependencies) = postProject
{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2} = {DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}
{2EC19DD0-FF3B-408E-93CC-24FBCDAA6660} = {2EC19DD0-FF3B-408E-93CC-24FBCDAA6660}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TypeInfoCollector", "..\Serialization\TypeInfoCollector\TypeInfoCollector.vcxproj", "{2EC19DD0-FF3B-408E-93CC-24FBCDAA6660}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91A99414-2864-4939-9C49-2BCEFEE10DA2}.Debug|Win32.ActiveCfg = Debug|Win32
{91A99414-2864-4939-9C49-2BCEFEE10DA2}.Debug|Win32.Build.0 = Debug|Win32
{91A99414-2864-4939-9C49-2BCEFEE10DA2}.Release|Win32.ActiveCfg = Release|Win32
{91A99414-2864-4939-9C49-2BCEFEE10DA2}.Release|Win32.Build.0 = Release|Win32
{9C288A8B-AF2E-4A26-8573-A7A68E23A8BD}.Debug|Win32.ActiveCfg = Debug|Win32
{9C288A8B-AF2E-4A26-8573-A7A68E23A8BD}.Debug|Win32.Build.0 = Debug|Win32
{9C288A8B-AF2E-4A26-8573-A7A68E23A8BD}.Release|Win32.ActiveCfg = Release|Win32
{9C288A8B-AF2E-4A26-8573-A7A68E23A8BD}.Release|Win32.Build.0 = Release|Win32
{F31617ED-0C0C-4D22-96A0-1779F9E366F5}.Debug|Win32.ActiveCfg = Debug|Win32
{F31617ED-0C0C-4D22-96A0-1779F9E366F5}.Debug|Win32.Build.0 = Debug|Win32
{F31617ED-0C0C-4D22-96A0-1779F9E366F5}.Release|Win32.ActiveCfg = Release|Win32
{F31617ED-0C0C-4D22-96A0-1779F9E366F5}.Release|Win32.Build.0 = Release|Win32
{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}.Debug|Win32.ActiveCfg = Debug|Win32
{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}.Debug|Win32.Build.0 = Debug|Win32
{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}.Release|Win32.ActiveCfg = Release|Win32
{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}.Release|Win32.Build.0 = Release|Win32
{CA0A224E-C279-40AC-8171-4643A29E466E}.Debug|Win32.ActiveCfg = Debug|Win32
{CA0A224E-C279-40AC-8171-4643A29E466E}.Debug|Win32.Build.0 = Debug|Win32
{CA0A224E-C279-40AC-8171-4643A29E466E}.Release|Win32.ActiveCfg = Release|Win32
{CA0A224E-C279-40AC-8171-4643A29E466E}.Release|Win32.Build.0 = Release|Win32
{2EC19DD0-FF3B-408E-93CC-24FBCDAA6660}.Debug|Win32.ActiveCfg = Debug|Win32
{2EC19DD0-FF3B-408E-93CC-24FBCDAA6660}.Debug|Win32.Build.0 = Debug|Win32
{2EC19DD0-FF3B-408E-93CC-24FBCDAA6660}.Release|Win32.ActiveCfg = Release|Win32
{2EC19DD0-FF3B-408E-93CC-24FBCDAA6660}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Qt5Version = $(DefaultQtVersion)
EndGlobalSection
GlobalSection(Qt) = preSolution
Integration = True
EndGlobalSection
EndGlobal