diff options
Diffstat (limited to 'dists/msvc10/groovie.vcxproj')
-rw-r--r-- | dists/msvc10/groovie.vcxproj | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/dists/msvc10/groovie.vcxproj b/dists/msvc10/groovie.vcxproj new file mode 100644 index 0000000000..d6a3585e83 --- /dev/null +++ b/dists/msvc10/groovie.vcxproj @@ -0,0 +1,121 @@ +<?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>{8866637A-46EB-4749-B652-22AB27359661}</ProjectGuid> + <RootNamespace>groovie</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\groovie\cell.cpp" /> + <ClCompile Include="..\..\engines\groovie\cursor.cpp" /> + <ClCompile Include="..\..\engines\groovie\debug.cpp" /> + <ClCompile Include="..\..\engines\groovie\detection.cpp" /> + <ClCompile Include="..\..\engines\groovie\font.cpp" /> + <ClCompile Include="..\..\engines\groovie\graphics.cpp" /> + <ClCompile Include="..\..\engines\groovie\groovie.cpp" /> + <ClCompile Include="..\..\engines\groovie\lzss.cpp" /> + <ClCompile Include="..\..\engines\groovie\music.cpp" /> + <ClCompile Include="..\..\engines\groovie\player.cpp" /> + <ClCompile Include="..\..\engines\groovie\resource.cpp" /> + <ClCompile Include="..\..\engines\groovie\roq.cpp" /> + <ClCompile Include="..\..\engines\groovie\saveload.cpp" /> + <ClCompile Include="..\..\engines\groovie\script.cpp" /> + <ClCompile Include="..\..\engines\groovie\vdx.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\engines\groovie\cell.h" /> + <ClInclude Include="..\..\engines\groovie\cursor.h" /> + <ClInclude Include="..\..\engines\groovie\debug.h" /> + <ClInclude Include="..\..\engines\groovie\detection.h" /> + <ClInclude Include="..\..\engines\groovie\font.h" /> + <ClInclude Include="..\..\engines\groovie\graphics.h" /> + <ClInclude Include="..\..\engines\groovie\groovie.h" /> + <ClInclude Include="..\..\engines\groovie\lzss.h" /> + <ClInclude Include="..\..\engines\groovie\music.h" /> + <ClInclude Include="..\..\engines\groovie\player.h" /> + <ClInclude Include="..\..\engines\groovie\resource.h" /> + <ClInclude Include="..\..\engines\groovie\roq.h" /> + <ClInclude Include="..\..\engines\groovie\saveload.h" /> + <ClInclude Include="..\..\engines\groovie\script.h" /> + <ClInclude Include="..\..\engines\groovie\vdx.h" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\engines\groovie\module.mk" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> |