forked from RtsAiResearch/Serialization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Serialization.sln
38 lines (38 loc) · 2.1 KB
/
Serialization.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TypeInfoCollector", "TypeInfoCollector\TypeInfoCollector.vcproj", "{2EC19DD0-FF3B-408E-93CC-24FBCDAA6660}"
ProjectSection(ProjectDependencies) = postProject
{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2} = {DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ObjectSerializer", "ObjectSerializer\ObjectSerializer.vcproj", "{DD11FDAE-53EA-4613-AD3A-1E5D636C90D2}"
ProjectSection(ProjectDependencies) = postProject
{F31617ED-0C0C-4D22-96A0-1779F9E366F5} = {F31617ED-0C0C-4D22-96A0-1779F9E366F5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealCompiler", "UnrealCompiler\UnrealCompiler.vcproj", "{F31617ED-0C0C-4D22-96A0-1779F9E366F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{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
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal