~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to dists/msvc10/mohawk.vcxproj

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2012-01-14 11:39:15 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120114113915-hy9kyzbyncrqen3y
Tags: 1.4.1-1
* New upstream release
* Install translations.dat into scummvm-data    

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
28
        </ItemGroup>
 
29
        <PropertyGroup Label="Globals">
 
30
                <ProjectGuid>{214953C2-4A67-488D-B097-06A814303A5E}</ProjectGuid>
 
31
                <RootNamespace>mohawk</RootNamespace>
 
32
                <Keyword>Win32Proj</Keyword>
 
33
        </PropertyGroup>
 
34
        <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
35
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
36
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
37
        </PropertyGroup>
 
38
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="Configuration">
 
39
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
40
        </PropertyGroup>
 
41
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
42
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
43
        </PropertyGroup>
 
44
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
45
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
46
        </PropertyGroup>
 
47
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="Configuration">
 
48
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
49
        </PropertyGroup>
 
50
        <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
51
                <ConfigurationType>StaticLibrary</ConfigurationType>
 
52
        </PropertyGroup>
 
53
        <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
54
        <ImportGroup Label="ExtensionSettings">
 
55
        </ImportGroup>
 
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" />
 
59
        </ImportGroup>
 
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" />
 
63
        </ImportGroup>
 
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" />
 
67
        </ImportGroup>
 
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" />
 
71
        </ImportGroup>
 
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" />
 
75
        </ImportGroup>
 
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" />
 
79
        </ImportGroup>
 
80
        <PropertyGroup Label="UserMacros" />
 
81
        <ItemGroup>
 
82
                <ClCompile Include="..\..\engines\mohawk\bitmap.cpp" />
 
83
                <ClCompile Include="..\..\engines\mohawk\console.cpp" />
 
84
                <ClCompile Include="..\..\engines\mohawk\cursors.cpp" />
 
85
                <ClCompile Include="..\..\engines\mohawk\detection.cpp" />
 
86
                <ClCompile Include="..\..\engines\mohawk\dialogs.cpp" />
 
87
                <ClCompile Include="..\..\engines\mohawk\graphics.cpp" />
 
88
                <ClCompile Include="..\..\engines\mohawk\installer_archive.cpp" />
 
89
                <ClCompile Include="..\..\engines\mohawk\livingbooks.cpp" />
 
90
                <ClCompile Include="..\..\engines\mohawk\livingbooks_code.cpp" />
 
91
                <ClCompile Include="..\..\engines\mohawk\mohawk.cpp" />
 
92
                <ClCompile Include="..\..\engines\mohawk\resource.cpp" />
 
93
                <ClCompile Include="..\..\engines\mohawk\sound.cpp" />
 
94
                <ClCompile Include="..\..\engines\mohawk\video.cpp" />
 
95
                <ClCompile Include="..\..\engines\mohawk\view.cpp" />
 
96
        </ItemGroup>
 
97
        <ItemGroup>
 
98
                <ClInclude Include="..\..\engines\mohawk\bitmap.h" />
 
99
                <ClInclude Include="..\..\engines\mohawk\console.h" />
 
100
                <ClInclude Include="..\..\engines\mohawk\cursors.h" />
 
101
                <ClInclude Include="..\..\engines\mohawk\detection_tables.h" />
 
102
                <ClInclude Include="..\..\engines\mohawk\dialogs.h" />
 
103
                <ClInclude Include="..\..\engines\mohawk\graphics.h" />
 
104
                <ClInclude Include="..\..\engines\mohawk\installer_archive.h" />
 
105
                <ClInclude Include="..\..\engines\mohawk\livingbooks.h" />
 
106
                <ClInclude Include="..\..\engines\mohawk\livingbooks_code.h" />
 
107
                <ClInclude Include="..\..\engines\mohawk\mohawk.h" />
 
108
                <ClInclude Include="..\..\engines\mohawk\resource.h" />
 
109
                <ClInclude Include="..\..\engines\mohawk\sound.h" />
 
110
                <ClInclude Include="..\..\engines\mohawk\video.h" />
 
111
                <ClInclude Include="..\..\engines\mohawk\view.h" />
 
112
        </ItemGroup>
 
113
        <ItemGroup>
 
114
                <None Include="..\..\engines\mohawk\module.mk" />
 
115
        </ItemGroup>
 
116
        <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
117
        <ImportGroup Label="ExtensionTargets">
 
118
        </ImportGroup>
 
119
</Project>