diff options
Diffstat (limited to 'dists/msvc10/parallaction.vcxproj')
-rw-r--r-- | dists/msvc10/parallaction.vcxproj | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/dists/msvc10/parallaction.vcxproj b/dists/msvc10/parallaction.vcxproj new file mode 100644 index 0000000000..0d3b04d9f7 --- /dev/null +++ b/dists/msvc10/parallaction.vcxproj @@ -0,0 +1,136 @@ +<?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>{F2B53874-6226-4411-A59B-F88FCCA89A3A}</ProjectGuid> + <RootNamespace>parallaction</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\parallaction\balloons.cpp" /> + <ClCompile Include="..\..\engines\parallaction\callables_br.cpp" /> + <ClCompile Include="..\..\engines\parallaction\callables_ns.cpp" /> + <ClCompile Include="..\..\engines\parallaction\debug.cpp" /> + <ClCompile Include="..\..\engines\parallaction\detection.cpp" /> + <ClCompile Include="..\..\engines\parallaction\dialogue.cpp" /> + <ClCompile Include="..\..\engines\parallaction\disk.cpp" /> + <ClCompile Include="..\..\engines\parallaction\disk_br.cpp" /> + <ClCompile Include="..\..\engines\parallaction\disk_ns.cpp" /> + <ClCompile Include="..\..\engines\parallaction\exec.cpp" /> + <ClCompile Include="..\..\engines\parallaction\exec_br.cpp" /> + <ClCompile Include="..\..\engines\parallaction\exec_ns.cpp" /> + <ClCompile Include="..\..\engines\parallaction\font.cpp" /> + <ClCompile Include="..\..\engines\parallaction\gfxbase.cpp" /> + <ClCompile Include="..\..\engines\parallaction\graphics.cpp" /> + <ClCompile Include="..\..\engines\parallaction\gui.cpp" /> + <ClCompile Include="..\..\engines\parallaction\gui_br.cpp" /> + <ClCompile Include="..\..\engines\parallaction\gui_ns.cpp" /> + <ClCompile Include="..\..\engines\parallaction\input.cpp" /> + <ClCompile Include="..\..\engines\parallaction\inventory.cpp" /> + <ClCompile Include="..\..\engines\parallaction\objects.cpp" /> + <ClCompile Include="..\..\engines\parallaction\parallaction.cpp" /> + <ClCompile Include="..\..\engines\parallaction\parallaction_br.cpp" /> + <ClCompile Include="..\..\engines\parallaction\parallaction_ns.cpp" /> + <ClCompile Include="..\..\engines\parallaction\parser.cpp" /> + <ClCompile Include="..\..\engines\parallaction\parser_br.cpp" /> + <ClCompile Include="..\..\engines\parallaction\parser_ns.cpp" /> + <ClCompile Include="..\..\engines\parallaction\saveload.cpp" /> + <ClCompile Include="..\..\engines\parallaction\sound_br.cpp" /> + <ClCompile Include="..\..\engines\parallaction\sound_ns.cpp" /> + <ClCompile Include="..\..\engines\parallaction\staticres.cpp" /> + <ClCompile Include="..\..\engines\parallaction\walk.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\engines\parallaction\debug.h" /> + <ClInclude Include="..\..\engines\parallaction\disk.h" /> + <ClInclude Include="..\..\engines\parallaction\exec.h" /> + <ClInclude Include="..\..\engines\parallaction\graphics.h" /> + <ClInclude Include="..\..\engines\parallaction\gui.h" /> + <ClInclude Include="..\..\engines\parallaction\input.h" /> + <ClInclude Include="..\..\engines\parallaction\inventory.h" /> + <ClInclude Include="..\..\engines\parallaction\objects.h" /> + <ClInclude Include="..\..\engines\parallaction\parallaction.h" /> + <ClInclude Include="..\..\engines\parallaction\parser.h" /> + <ClInclude Include="..\..\engines\parallaction\saveload.h" /> + <ClInclude Include="..\..\engines\parallaction\sound.h" /> + <ClInclude Include="..\..\engines\parallaction\walk.h" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\engines\parallaction\module.mk" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> |