This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTile Converter.sln
54 lines (54 loc) · 3.04 KB
/
Tile Converter.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tile Converter", "Tile Converter.vcxproj", "{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}"
ProjectSection(ProjectDependencies) = postProject
{BB62BF96-0530-40ED-877E-FB3BDB331144} = {BB62BF96-0530-40ED-877E-FB3BDB331144}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua", "Lua.vcxproj", "{BB62BF96-0530-40ED-877E-FB3BDB331144}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
ReleaseDebugInfo|x64 = ReleaseDebugInfo|x64
ReleaseDebugInfo|x86 = ReleaseDebugInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Debug|x64.ActiveCfg = Debug|x64
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Debug|x64.Build.0 = Debug|x64
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Debug|x86.ActiveCfg = Debug|Win32
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Debug|x86.Build.0 = Debug|Win32
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Release|x64.ActiveCfg = Release|x64
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Release|x64.Build.0 = Release|x64
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Release|x86.ActiveCfg = Release|Win32
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.Release|x86.Build.0 = Release|Win32
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.ReleaseDebugInfo|x64.ActiveCfg = TileConverterRDI|x64
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.ReleaseDebugInfo|x64.Build.0 = TileConverterRDI|x64
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.ReleaseDebugInfo|x86.ActiveCfg = ReleaseDebugInfo|Win32
{AA90FB17-EE08-4148-9DC1-6F3110FFEA91}.ReleaseDebugInfo|x86.Build.0 = ReleaseDebugInfo|Win32
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Debug|x64.ActiveCfg = Debug|x64
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Debug|x64.Build.0 = Debug|x64
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Debug|x86.ActiveCfg = Debug|Win32
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Debug|x86.Build.0 = Debug|Win32
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Release|x64.ActiveCfg = Release|x64
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Release|x64.Build.0 = Release|x64
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Release|x86.ActiveCfg = Release|Win32
{BB62BF96-0530-40ED-877E-FB3BDB331144}.Release|x86.Build.0 = Release|Win32
{BB62BF96-0530-40ED-877E-FB3BDB331144}.ReleaseDebugInfo|x64.ActiveCfg = LuaLibRDI|x64
{BB62BF96-0530-40ED-877E-FB3BDB331144}.ReleaseDebugInfo|x64.Build.0 = LuaLibRDI|x64
{BB62BF96-0530-40ED-877E-FB3BDB331144}.ReleaseDebugInfo|x86.ActiveCfg = Release|Win32
{BB62BF96-0530-40ED-877E-FB3BDB331144}.ReleaseDebugInfo|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34038639-B9E7-4C14-A42C-4878E35E7C3F}
EndGlobalSection
EndGlobal