1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<ItemGroup Label="ProjectConfigurations">
4
<ProjectConfiguration Include="Debug|Win32">
5
<Configuration>Debug</Configuration>
6
<Platform>Win32</Platform>
7
</ProjectConfiguration>
8
<ProjectConfiguration Include="Debug|x64">
9
<Configuration>Debug</Configuration>
10
<Platform>x64</Platform>
11
</ProjectConfiguration>
12
<ProjectConfiguration Include="Release|Win32">
13
<Configuration>Release</Configuration>
14
<Platform>Win32</Platform>
15
</ProjectConfiguration>
16
<ProjectConfiguration Include="Release|x64">
17
<Configuration>Release</Configuration>
18
<Platform>x64</Platform>
19
</ProjectConfiguration>
21
<PropertyGroup Label="Globals">
22
<ProjectGuid>5252DC41-D8F7-4016-8F43-DD3EAC2B49E9</ProjectGuid>
23
<RootNamespace>tucker</RootNamespace>
24
<Keyword>Win32Proj</Keyword>
26
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28
<ConfigurationType>StaticLibrary</ConfigurationType>
30
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31
<ConfigurationType>StaticLibrary</ConfigurationType>
33
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
34
<ConfigurationType>StaticLibrary</ConfigurationType>
36
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37
<ConfigurationType>StaticLibrary</ConfigurationType>
39
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40
<ImportGroup Label="ExtensionSettings">
42
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
43
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44
<Import Project="ScummVM_Release.props" />
46
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
47
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48
<Import Project="ScummVM_Debug.props" />
50
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
51
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52
<Import Project="ScummVM_Release64.props" />
54
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
55
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56
<Import Project="ScummVM_Debug64.props" />
58
<PropertyGroup Label="UserMacros" />
60
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
63
<ClCompile Include="..\..\engines\tucker\detection.cpp" />
64
<ClCompile Include="..\..\engines\tucker\graphics.cpp" />
65
<ClCompile Include="..\..\engines\tucker\locations.cpp" />
66
<ClCompile Include="..\..\engines\tucker\resource.cpp" />
67
<ClCompile Include="..\..\engines\tucker\saveload.cpp" />
68
<ClCompile Include="..\..\engines\tucker\sequences.cpp" />
69
<ClCompile Include="..\..\engines\tucker\staticres.cpp" />
70
<ClCompile Include="..\..\engines\tucker\tucker.cpp" />
73
<ClInclude Include="..\..\engines\tucker\graphics.h" />
74
<ClInclude Include="..\..\engines\tucker\tucker.h" />
77
<None Include="..\..\engines\tucker\detection.o" />
78
<None Include="..\..\engines\tucker\graphics.o" />
79
<None Include="..\..\engines\tucker\locations.o" />
80
<None Include="..\..\engines\tucker\module.mk" />
81
<None Include="..\..\engines\tucker\resource.o" />
82
<None Include="..\..\engines\tucker\saveload.o" />
83
<None Include="..\..\engines\tucker\sequences.o" />
84
<None Include="..\..\engines\tucker\staticres.o" />
85
<None Include="..\..\engines\tucker\tucker.o" />
87
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
88
<ImportGroup Label="ExtensionTargets">
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<ItemGroup Label="ProjectConfigurations">
4
<ProjectConfiguration Include="Debug|Win32">
5
<Configuration>Debug</Configuration>
6
<Platform>Win32</Platform>
7
</ProjectConfiguration>
8
<ProjectConfiguration Include="Debug|x64">
9
<Configuration>Debug</Configuration>
10
<Platform>x64</Platform>
11
</ProjectConfiguration>
12
<ProjectConfiguration Include="Analysis|Win32">
13
<Configuration>Analysis</Configuration>
14
<Platform>Win32</Platform>
15
</ProjectConfiguration>
16
<ProjectConfiguration Include="Analysis|x64">
17
<Configuration>Analysis</Configuration>
18
<Platform>x64</Platform>
19
</ProjectConfiguration>
20
<ProjectConfiguration Include="Release|Win32">
21
<Configuration>Release</Configuration>
22
<Platform>Win32</Platform>
23
</ProjectConfiguration>
24
<ProjectConfiguration Include="Release|x64">
25
<Configuration>Release</Configuration>
26
<Platform>x64</Platform>
27
</ProjectConfiguration>
29
<PropertyGroup Label="Globals">
30
<ProjectGuid>{119A3B44-D415-498B-A957-07D1213CB7EF}</ProjectGuid>
31
<RootNamespace>tucker</RootNamespace>
32
<Keyword>Win32Proj</Keyword>
34
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36
<ConfigurationType>StaticLibrary</ConfigurationType>
38
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="Configuration">
39
<ConfigurationType>StaticLibrary</ConfigurationType>
41
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42
<ConfigurationType>StaticLibrary</ConfigurationType>
44
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
45
<ConfigurationType>StaticLibrary</ConfigurationType>
47
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="Configuration">
48
<ConfigurationType>StaticLibrary</ConfigurationType>
50
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
51
<ConfigurationType>StaticLibrary</ConfigurationType>
53
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54
<ImportGroup Label="ExtensionSettings">
56
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
57
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58
<Import Project="ScummVM_Release.props" />
60
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="PropertySheets">
61
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62
<Import Project="ScummVM_Analysis.props" />
64
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
65
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66
<Import Project="ScummVM_Debug.props" />
68
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
69
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70
<Import Project="ScummVM_Release64.props" />
72
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="PropertySheets">
73
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74
<Import Project="ScummVM_Analysis64.props" />
76
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
77
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
78
<Import Project="ScummVM_Debug64.props" />
80
<PropertyGroup Label="UserMacros" />
82
<ClCompile Include="..\..\engines\tucker\console.cpp" />
83
<ClCompile Include="..\..\engines\tucker\detection.cpp" />
84
<ClCompile Include="..\..\engines\tucker\graphics.cpp" />
85
<ClCompile Include="..\..\engines\tucker\locations.cpp" />
86
<ClCompile Include="..\..\engines\tucker\resource.cpp" />
87
<ClCompile Include="..\..\engines\tucker\saveload.cpp" />
88
<ClCompile Include="..\..\engines\tucker\sequences.cpp" />
89
<ClCompile Include="..\..\engines\tucker\staticres.cpp" />
90
<ClCompile Include="..\..\engines\tucker\tucker.cpp" />
93
<ClInclude Include="..\..\engines\tucker\console.h" />
94
<ClInclude Include="..\..\engines\tucker\graphics.h" />
95
<ClInclude Include="..\..\engines\tucker\tucker.h" />
98
<None Include="..\..\engines\tucker\module.mk" />
100
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
101
<ImportGroup Label="ExtensionTargets">