aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc10/hugo.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'dists/msvc10/hugo.vcxproj')
-rw-r--r--dists/msvc10/hugo.vcxproj136
1 files changed, 136 insertions, 0 deletions
diff --git a/dists/msvc10/hugo.vcxproj b/dists/msvc10/hugo.vcxproj
new file mode 100644
index 0000000000..2c4eba1fa9
--- /dev/null
+++ b/dists/msvc10/hugo.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>{8FF7B36C-9A4B-4CBD-94F6-C5947FE62008}</ProjectGuid>
+ <RootNamespace>hugo</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\hugo\console.cpp" />
+ <ClCompile Include="..\..\engines\hugo\detection.cpp" />
+ <ClCompile Include="..\..\engines\hugo\dialogs.cpp" />
+ <ClCompile Include="..\..\engines\hugo\display.cpp" />
+ <ClCompile Include="..\..\engines\hugo\file.cpp" />
+ <ClCompile Include="..\..\engines\hugo\file_v1d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\file_v1w.cpp" />
+ <ClCompile Include="..\..\engines\hugo\file_v2d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\file_v2w.cpp" />
+ <ClCompile Include="..\..\engines\hugo\file_v3d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\hugo.cpp" />
+ <ClCompile Include="..\..\engines\hugo\intro.cpp" />
+ <ClCompile Include="..\..\engines\hugo\inventory.cpp" />
+ <ClCompile Include="..\..\engines\hugo\mouse.cpp" />
+ <ClCompile Include="..\..\engines\hugo\object.cpp" />
+ <ClCompile Include="..\..\engines\hugo\object_v1d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\object_v1w.cpp" />
+ <ClCompile Include="..\..\engines\hugo\object_v2d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\object_v3d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\parser.cpp" />
+ <ClCompile Include="..\..\engines\hugo\parser_v1d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\parser_v1w.cpp" />
+ <ClCompile Include="..\..\engines\hugo\parser_v2d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\parser_v3d.cpp" />
+ <ClCompile Include="..\..\engines\hugo\route.cpp" />
+ <ClCompile Include="..\..\engines\hugo\schedule.cpp" />
+ <ClCompile Include="..\..\engines\hugo\sound.cpp" />
+ <ClCompile Include="..\..\engines\hugo\text.cpp" />
+ <ClCompile Include="..\..\engines\hugo\util.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\engines\hugo\console.h" />
+ <ClInclude Include="..\..\engines\hugo\dialogs.h" />
+ <ClInclude Include="..\..\engines\hugo\display.h" />
+ <ClInclude Include="..\..\engines\hugo\file.h" />
+ <ClInclude Include="..\..\engines\hugo\game.h" />
+ <ClInclude Include="..\..\engines\hugo\hugo.h" />
+ <ClInclude Include="..\..\engines\hugo\intro.h" />
+ <ClInclude Include="..\..\engines\hugo\inventory.h" />
+ <ClInclude Include="..\..\engines\hugo\mouse.h" />
+ <ClInclude Include="..\..\engines\hugo\object.h" />
+ <ClInclude Include="..\..\engines\hugo\parser.h" />
+ <ClInclude Include="..\..\engines\hugo\route.h" />
+ <ClInclude Include="..\..\engines\hugo\schedule.h" />
+ <ClInclude Include="..\..\engines\hugo\sound.h" />
+ <ClInclude Include="..\..\engines\hugo\text.h" />
+ <ClInclude Include="..\..\engines\hugo\util.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\engines\hugo\module.mk" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>