2017-01-21 15:25:12 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "14.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= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > planetblupi</RootNamespace>
<WindowsTargetPlatformVersion > 8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v140</PlatformToolset>
2017-01-21 17:32:43 +01:00
<CharacterSet > MultiByte</CharacterSet>
2017-01-21 15:25:12 +01:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v140</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
2017-01-21 17:32:43 +01:00
<CharacterSet > MultiByte</CharacterSet>
2017-01-21 15:25:12 +01:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v140</PlatformToolset>
2017-01-21 17:32:43 +01:00
<CharacterSet > MultiByte</CharacterSet>
2017-01-21 15:25:12 +01:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v140</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
2017-01-21 17:32:43 +01:00
<CharacterSet > MultiByte</CharacterSet>
2017-01-21 15:25:12 +01:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<PrecompiledHeader >
</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
2017-01-21 17:32:43 +01:00
<PreprocessorDefinitions > _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2017-01-21 15:25:12 +01:00
<SDLCheck > true</SDLCheck>
2017-01-21 17:32:43 +01:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<MinimalRebuild > false</MinimalRebuild>
2017-01-21 15:25:12 +01:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
2017-01-21 17:32:43 +01:00
<AdditionalDependencies > winmm.lib;ddraw.lib;dsound.lib;%(AdditionalDependencies)</AdditionalDependencies>
2017-01-21 15:25:12 +01:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<PrecompiledHeader >
</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
2017-01-21 17:32:43 +01:00
<PreprocessorDefinitions > _CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2017-01-21 15:25:12 +01:00
<SDLCheck > true</SDLCheck>
2017-01-21 17:32:43 +01:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<MinimalRebuild > false</MinimalRebuild>
2017-01-21 15:25:12 +01:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
2017-01-21 17:32:43 +01:00
<AdditionalDependencies > winmm.lib;ddraw.lib;dsound.lib;%(AdditionalDependencies)</AdditionalDependencies>
2017-01-21 15:25:12 +01:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader >
</PrecompiledHeader>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
2017-01-21 17:32:43 +01:00
<PreprocessorDefinitions > _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2017-01-21 15:25:12 +01:00
<SDLCheck > true</SDLCheck>
2017-01-21 17:32:43 +01:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2017-01-21 15:25:12 +01:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
2017-01-21 17:32:43 +01:00
<AdditionalDependencies > winmm.lib;ddraw.lib;dsound.lib;%(AdditionalDependencies)</AdditionalDependencies>
2017-01-21 15:25:12 +01:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader >
</PrecompiledHeader>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
2017-01-21 17:32:43 +01:00
<PreprocessorDefinitions > _CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2017-01-21 15:25:12 +01:00
<SDLCheck > true</SDLCheck>
2017-01-21 17:32:43 +01:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2017-01-21 15:25:12 +01:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
2017-01-21 17:32:43 +01:00
<AdditionalDependencies > winmm.lib;ddraw.lib;dsound.lib;%(AdditionalDependencies)</AdditionalDependencies>
2017-01-21 15:25:12 +01:00
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2017-01-21 17:32:43 +01:00
<ClCompile Include= "action.cpp" />
<ClCompile Include= "arrange.cpp" />
<ClCompile Include= "blupi.cpp" />
<ClCompile Include= "button.cpp" />
<ClCompile Include= "chemin.cpp" />
<ClCompile Include= "ddutil.cpp" />
<ClCompile Include= "decblupi.cpp" />
<ClCompile Include= "decgoal.cpp" />
<ClCompile Include= "decio.cpp" />
<ClCompile Include= "decmap.cpp" />
<ClCompile Include= "decmove.cpp" />
<ClCompile Include= "decor.cpp" />
<ClCompile Include= "decstat.cpp" />
<ClCompile Include= "event.cpp" />
<ClCompile Include= "fifo.cpp" />
<ClCompile Include= "fog.cpp" />
<ClCompile Include= "jauge.cpp" />
<ClCompile Include= "menu.cpp" />
<ClCompile Include= "misc.cpp" />
<ClCompile Include= "movie.cpp" />
<ClCompile Include= "obstacle.cpp" />
<ClCompile Include= "pixmap.cpp" />
<ClCompile Include= "sound.cpp" />
<ClCompile Include= "tablefloor.cpp" />
<ClCompile Include= "tableobj.cpp" />
<ClCompile Include= "text.cpp" />
<ClCompile Include= "wave.cpp" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "action.h" />
2017-01-23 00:20:27 +01:00
<ClInclude Include= "blupi.h" />
2017-01-21 17:32:43 +01:00
<ClInclude Include= "button.h" />
<ClInclude Include= "ddutil.h" />
<ClInclude Include= "decgoal.h" />
<ClInclude Include= "decmove.h" />
<ClInclude Include= "decor.h" />
<ClInclude Include= "def.h" />
<ClInclude Include= "event.h" />
<ClInclude Include= "fifo.h" />
<ClInclude Include= "jauge.h" />
<ClInclude Include= "menu.h" />
<ClInclude Include= "misc.h" />
<ClInclude Include= "movie.h" />
<ClInclude Include= "pixmap.h" />
<ClInclude Include= "resource.h" />
<ClInclude Include= "sound.h" />
<ClInclude Include= "text.h" />
<ClInclude Include= "wave.h" />
</ItemGroup>
<ItemGroup >
2017-02-02 17:54:09 +01:00
<None Include= ".editorconfig" />
2017-01-21 17:32:43 +01:00
<None Include= "arrowdl.cur" />
<None Include= "arrow.cur" />
<None Include= "arrowdow.cur" />
<None Include= "arrowdr.cur" />
<None Include= "arrowlef.cur" />
<None Include= "arrowrig.cur" />
<None Include= "arrowul.cur" />
<None Include= "arrowup.cur" />
<None Include= "arrowur.cur" />
<None Include= "cursor1.cur" />
2017-01-21 17:50:59 +01:00
<None Include= "data\config.def" />
2017-01-21 17:32:43 +01:00
<None Include= "empty.cur" />
<None Include= "fill.cur" />
<None Include= "map.cur" />
2017-01-22 01:02:48 +01:00
<None Include= "packages.config" />
2017-01-21 17:32:43 +01:00
<None Include= "wait.cur" />
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "blupi-d.rc" >
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include= "blupi-e.rc" >
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include= "blupi-f.rc" />
</ItemGroup>
<ItemGroup >
<Image Include= "blupi.ico" />
2017-01-21 15:25:12 +01:00
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2017-01-22 01:02:48 +01:00
<Import Project= "packages\sdl2.redist.2.0.5\build\native\sdl2.redist.targets" Condition= "Exists('packages\sdl2.redist.2.0.5\build\native\sdl2.redist.targets')" />
<Import Project= "packages\sdl2.2.0.5\build\native\sdl2.targets" Condition= "Exists('packages\sdl2.2.0.5\build\native\sdl2.targets')" />
2017-01-21 15:25:12 +01:00
</ImportGroup>
2017-01-22 01:02:48 +01:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('packages\sdl2.redist.2.0.5\build\native\sdl2.redist.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\sdl2.redist.2.0.5\build\native\sdl2.redist.targets'))" />
<Error Condition= "!Exists('packages\sdl2.2.0.5\build\native\sdl2.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\sdl2.2.0.5\build\native\sdl2.targets'))" />
</Target>
2017-01-21 15:25:12 +01:00
</Project>