thirtyflightsofloving/projects/VS2015/lazarus_2015.vcxproj
Knightmare66 3da932f697 Added Ethan Lee's fix for vsync on Unix builds.
Misc Unux compiling fixes.
Added VS2015 project files.
Added 32-bit static libs for VS2015.
2021-12-02 15:17:38 -05:00

411 lines
20 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>lazarus</ProjectName>
<ProjectGuid>{B068C1EF-C1E2-4319-B4FE-C0F8D9B7536D}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>.\debug\</OutDir>
<IntDir>.\debug\</IntDir>
<IgnoreImportLibrary>true</IgnoreImportLibrary>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>.\x64\debug\</OutDir>
<IntDir>.\x64\debug\</IntDir>
<IgnoreImportLibrary>true</IgnoreImportLibrary>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>.\..\</OutDir>
<IntDir>.\release\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>.\x64\release\</OutDir>
<IntDir>.\x64\release\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>Win32</TargetEnvironment>
<TypeLibraryName>.\debug/lazarus.tlb</TypeLibraryName>
<HeaderFileName />
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>c:\3dfx\sdk\glide2x\src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;BUILDING_REF_GL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeaderOutputFile>.\debug/lazarus.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>.\debug/</AssemblerListingLocation>
<ObjectFileName>.\debug/</ObjectFileName>
<ProgramDataBaseFileName>.\debug/</ProgramDataBaseFileName>
<BrowseInformation>true</BrowseInformation>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>./kmq2gamex86.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ModuleDefinitionFile>..\..\game\lazarus.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>.\debug/kmq2gamex86.pdb</ProgramDatabaseFile>
<GenerateMapFile>true</GenerateMapFile>
<MapFileName>.\debug/kmq2gamex86.map</MapFileName>
<SubSystem>Windows</SubSystem>
<BaseAddress>0x20000000</BaseAddress>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<ImportLibrary>.\debug/kmq2gamex86.lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\debug/lazarus.bsc</OutputFile>
</Bscmake>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>X64</TargetEnvironment>
<TypeLibraryName>.\debug/lazarus.tlb</TypeLibraryName>
<HeaderFileName />
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;BUILDING_REF_GL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeaderOutputFile>.\x64\debug/lazarus.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<ObjectFileName>$(IntDir)</ObjectFileName>
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
<BrowseInformation>true</BrowseInformation>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>./kmq2gamex64.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ModuleDefinitionFile>..\..\game\lazarus.def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>.\x64\debug/kmq2gamex64.pdb</ProgramDatabaseFile>
<GenerateMapFile>true</GenerateMapFile>
<MapFileName>.\x64\debug/kmq2gamex64.map</MapFileName>
<SubSystem>Windows</SubSystem>
<BaseAddress>0x20000000</BaseAddress>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<ImportLibrary>.\x64\debug/kmq2gamex64.lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\debug/lazarus.bsc</OutputFile>
</Bscmake>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>Win32</TargetEnvironment>
<TypeLibraryName>.\release/lazarus.tlb</TypeLibraryName>
<HeaderFileName />
</Midl>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>c:\3dfx\sdk\glide2x\src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>.\release/lazarus.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>.\release/</AssemblerListingLocation>
<ObjectFileName>.\release/</ObjectFileName>
<ProgramDataBaseFileName>.\release/</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<CompileAs>CompileAsC</CompileAs>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>./kmq2gamex86.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ModuleDefinitionFile>..\..\game\lazarus.def</ModuleDefinitionFile>
<ProgramDatabaseFile>.\release/kmq2gamex86.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<BaseAddress>0x20000000</BaseAddress>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<ImportLibrary>.\release/kmq2gamex86.lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\release/lazarus.bsc</OutputFile>
</Bscmake>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>X64</TargetEnvironment>
<TypeLibraryName>.\release/lazarus.tlb</TypeLibraryName>
<HeaderFileName />
</Midl>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>.\x64\release/lazarus.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<ObjectFileName>$(IntDir)</ObjectFileName>
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<CompileAs>CompileAsC</CompileAs>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>./kmq2gamex64.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ModuleDefinitionFile>..\..\game\lazarus.def</ModuleDefinitionFile>
<ProgramDatabaseFile>.\x64\release\kmq2gamex64.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<BaseAddress>0x20000000</BaseAddress>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<ImportLibrary>.\x64\release\kmq2gamex64.lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\release/lazarus.bsc</OutputFile>
</Bscmake>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\game\acebot_ai.c" />
<ClCompile Include="..\..\game\acebot_cmds.c" />
<ClCompile Include="..\..\game\acebot_compress.c" />
<ClCompile Include="..\..\game\acebot_items.c" />
<ClCompile Include="..\..\game\acebot_movement.c" />
<ClCompile Include="..\..\game\acebot_nodes.c" />
<ClCompile Include="..\..\game\acebot_spawn.c" />
<ClCompile Include="..\..\game\g_ai.c" />
<ClCompile Include="..\..\game\g_camera.c" />
<ClCompile Include="..\..\game\g_chase.c" />
<ClCompile Include="..\..\game\g_cmds.c" />
<ClCompile Include="..\..\game\g_combat.c" />
<ClCompile Include="..\..\game\g_crane.c" />
<ClCompile Include="..\..\game\g_ctf.c" />
<ClCompile Include="..\..\game\g_fog.c" />
<ClCompile Include="..\..\game\g_func.c" />
<ClCompile Include="..\..\game\g_items.c" />
<ClCompile Include="..\..\game\g_jetpack.c" />
<ClCompile Include="..\..\game\g_lights.c" />
<ClCompile Include="..\..\game\g_lock.c" />
<ClCompile Include="..\..\game\g_main.c" />
<ClCompile Include="..\..\game\g_misc.c" />
<ClCompile Include="..\..\game\g_model.c" />
<ClCompile Include="..\..\game\g_monster.c" />
<ClCompile Include="..\..\game\g_moreai.c" />
<ClCompile Include="..\..\game\g_mtrain.c" />
<ClCompile Include="..\..\game\g_patchplayermodels.c" />
<ClCompile Include="..\..\game\g_pendulum.c" />
<ClCompile Include="..\..\game\g_phys.c" />
<ClCompile Include="..\..\game\g_reflect.c" />
<ClCompile Include="..\..\game\g_save.c" />
<ClCompile Include="..\..\game\g_spawn.c" />
<ClCompile Include="..\..\game\g_svcmds.c" />
<ClCompile Include="..\..\game\g_target.c" />
<ClCompile Include="..\..\game\g_thing.c" />
<ClCompile Include="..\..\game\g_tracktrain.c" />
<ClCompile Include="..\..\game\g_trigger.c" />
<ClCompile Include="..\..\game\g_turret.c" />
<ClCompile Include="..\..\game\g_utils.c" />
<ClCompile Include="..\..\game\g_vehicle.c" />
<ClCompile Include="..\..\game\g_weapon.c" />
<ClCompile Include="..\..\game\km_cvar.c" />
<ClCompile Include="..\..\game\m_actor.c" />
<ClCompile Include="..\..\game\m_actor_weap.c" />
<ClCompile Include="..\..\game\m_berserk.c" />
<ClCompile Include="..\..\game\m_boss2.c" />
<ClCompile Include="..\..\game\m_boss3.c" />
<ClCompile Include="..\..\game\m_boss31.c" />
<ClCompile Include="..\..\game\m_boss32.c" />
<ClCompile Include="..\..\game\m_brain.c" />
<ClCompile Include="..\..\game\m_chick.c" />
<ClCompile Include="..\..\game\m_flash.c" />
<ClCompile Include="..\..\game\m_flipper.c" />
<ClCompile Include="..\..\game\m_float.c" />
<ClCompile Include="..\..\game\m_flyer.c" />
<ClCompile Include="..\..\game\m_gladiator.c" />
<ClCompile Include="..\..\game\m_gunner.c" />
<ClCompile Include="..\..\game\m_hover.c" />
<ClCompile Include="..\..\game\m_infantry.c" />
<ClCompile Include="..\..\game\m_insane.c" />
<ClCompile Include="..\..\game\m_medic.c" />
<ClCompile Include="..\..\game\m_move.c" />
<ClCompile Include="..\..\game\m_mutant.c" />
<ClCompile Include="..\..\game\m_parasite.c" />
<ClCompile Include="..\..\game\m_soldier.c" />
<ClCompile Include="..\..\game\m_supertank.c" />
<ClCompile Include="..\..\game\m_tank.c" />
<ClCompile Include="..\..\game\p_chase.c" />
<ClCompile Include="..\..\game\p_client.c" />
<ClCompile Include="..\..\game\p_hud.c" />
<ClCompile Include="..\..\game\p_menu.c" />
<ClCompile Include="..\..\game\p_text.c" />
<ClCompile Include="..\..\game\p_trail.c" />
<ClCompile Include="..\..\game\p_view.c" />
<ClCompile Include="..\..\game\p_weapon.c" />
<ClCompile Include="..\..\game\q_shared.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\game\acebot.h" />
<ClInclude Include="..\..\game\game.h" />
<ClInclude Include="..\..\game\g_ctf.h" />
<ClInclude Include="..\..\game\g_local.h" />
<ClInclude Include="..\..\game\km_cvar.h" />
<ClInclude Include="..\..\game\laz_misc.h" />
<ClInclude Include="..\..\game\m_actor.h" />
<ClInclude Include="..\..\game\m_berserk.h" />
<ClInclude Include="..\..\game\m_boss2.h" />
<ClInclude Include="..\..\game\m_boss31.h" />
<ClInclude Include="..\..\game\m_boss32.h" />
<ClInclude Include="..\..\game\m_brain.h" />
<ClInclude Include="..\..\game\m_chick.h" />
<ClInclude Include="..\..\game\m_flipper.h" />
<ClInclude Include="..\..\game\m_float.h" />
<ClInclude Include="..\..\game\m_flyer.h" />
<ClInclude Include="..\..\game\m_gladiator.h" />
<ClInclude Include="..\..\game\m_gunner.h" />
<ClInclude Include="..\..\game\m_hover.h" />
<ClInclude Include="..\..\game\m_infantry.h" />
<ClInclude Include="..\..\game\m_insane.h" />
<ClInclude Include="..\..\game\m_medic.h" />
<ClInclude Include="..\..\game\m_mutant.h" />
<ClInclude Include="..\..\game\m_parasite.h" />
<ClInclude Include="..\..\game\m_player.h" />
<ClInclude Include="..\..\game\m_soldier.h" />
<ClInclude Include="..\..\game\m_supertank.h" />
<ClInclude Include="..\..\game\m_tank.h" />
<ClInclude Include="..\..\game\pak.h" />
<ClInclude Include="..\..\game\p_menu.h" />
<ClInclude Include="..\..\game\p_text.h" />
<ClInclude Include="..\..\game\q_shared.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\game\lazarus.def" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="lazarus_2015.rc">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_DEBUG;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NDEBUG;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>