diff options
author | Johannes Schickel | 2011-05-24 14:04:05 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-05-24 14:04:05 +0200 |
commit | 7a9fe3f855e9d9a53253cec4dde6bb30dce24e41 (patch) | |
tree | 4bfc29a88403c7892a265506d68b3f04d29b4ed6 /dists/msvc10/made.vcxproj | |
parent | 793849c97480da2e2f9b0b08e004d33205984bc2 (diff) | |
download | scummvm-rg350-7a9fe3f855e9d9a53253cec4dde6bb30dce24e41.tar.gz scummvm-rg350-7a9fe3f855e9d9a53253cec4dde6bb30dce24e41.tar.bz2 scummvm-rg350-7a9fe3f855e9d9a53253cec4dde6bb30dce24e41.zip |
BUILD: Add msvc8/9/10 build files.
Diffstat (limited to 'dists/msvc10/made.vcxproj')
-rw-r--r-- | dists/msvc10/made.vcxproj | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/dists/msvc10/made.vcxproj b/dists/msvc10/made.vcxproj new file mode 100644 index 0000000000..4f21c48921 --- /dev/null +++ b/dists/msvc10/made.vcxproj @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Analysis|Win32"> + <Configuration>Analysis</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Analysis|x64"> + <Configuration>Analysis</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{D5D4CC46-81AC-4C7F-AE3F-A6E62930AF0B}</ProjectGuid> + <RootNamespace>made</RootNamespace> + <Keyword>Win32Proj</Keyword> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="ScummVM_Release.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="ScummVM_Analysis.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="ScummVM_Debug.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="ScummVM_Release64.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="ScummVM_Analysis64.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="ScummVM_Debug64.props" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <ItemGroup> + <ClCompile Include="..\..\engines\made\console.cpp" /> + <ClCompile Include="..\..\engines\made\database.cpp" /> + <ClCompile Include="..\..\engines\made\detection.cpp" /> + <ClCompile Include="..\..\engines\made\graphics.cpp" /> + <ClCompile Include="..\..\engines\made\made.cpp" /> + <ClCompile Include="..\..\engines\made\music.cpp" /> + <ClCompile Include="..\..\engines\made\pmvplayer.cpp" /> + <ClCompile Include="..\..\engines\made\redreader.cpp" /> + <ClCompile Include="..\..\engines\made\resource.cpp" /> + <ClCompile Include="..\..\engines\made\screen.cpp" /> + <ClCompile Include="..\..\engines\made\screenfx.cpp" /> + <ClCompile Include="..\..\engines\made\script.cpp" /> + <ClCompile Include="..\..\engines\made\scriptfuncs.cpp" /> + <ClCompile Include="..\..\engines\made\sound.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\engines\made\console.h" /> + <ClInclude Include="..\..\engines\made\database.h" /> + <ClInclude Include="..\..\engines\made\graphics.h" /> + <ClInclude Include="..\..\engines\made\made.h" /> + <ClInclude Include="..\..\engines\made\music.h" /> + <ClInclude Include="..\..\engines\made\pmvplayer.h" /> + <ClInclude Include="..\..\engines\made\redreader.h" /> + <ClInclude Include="..\..\engines\made\resource.h" /> + <ClInclude Include="..\..\engines\made\screen.h" /> + <ClInclude Include="..\..\engines\made\screenfx.h" /> + <ClInclude Include="..\..\engines\made\script.h" /> + <ClInclude Include="..\..\engines\made\scriptfuncs.h" /> + <ClInclude Include="..\..\engines\made\sound.h" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\engines\made\module.mk" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> |