flycast/reicast/reicast.vcxproj

355 lines
20 KiB
XML

<?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="Fast|Win32">
<Configuration>Fast</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Slow|Win32">
<Configuration>Slow</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\newdc\cfg\cl.cpp" />
<ClCompile Include="..\newdc\cfg\cfg.cpp" />
<ClCompile Include="..\newdc\deps\chdpsr\cdipsr.cpp" />
<ClCompile Include="..\newdc\deps\chdr\chdr.cpp" />
<ClCompile Include="..\newdc\deps\crypto\md5.cpp" />
<ClCompile Include="..\newdc\deps\crypto\sha1.cpp" />
<ClCompile Include="..\newdc\deps\libelf\elf.cpp" />
<ClCompile Include="..\newdc\deps\libelf\elf32.cpp" />
<ClCompile Include="..\newdc\deps\libelf\elf64.cpp" />
<ClCompile Include="..\newdc\deps\libpng\png.c" />
<ClCompile Include="..\newdc\deps\libpng\pngerror.c" />
<ClCompile Include="..\newdc\deps\libpng\pngget.c" />
<ClCompile Include="..\newdc\deps\libpng\pngmem.c" />
<ClCompile Include="..\newdc\deps\libpng\pngpread.c" />
<ClCompile Include="..\newdc\deps\libpng\pngread.c" />
<ClCompile Include="..\newdc\deps\libpng\pngrio.c" />
<ClCompile Include="..\newdc\deps\libpng\pngrtran.c" />
<ClCompile Include="..\newdc\deps\libpng\pngrutil.c" />
<ClCompile Include="..\newdc\deps\libpng\pngset.c" />
<ClCompile Include="..\newdc\deps\libpng\pngtrans.c" />
<ClCompile Include="..\newdc\deps\libpng\pngwio.c" />
<ClCompile Include="..\newdc\deps\libpng\pngwrite.c" />
<ClCompile Include="..\newdc\deps\libpng\pngwtran.c" />
<ClCompile Include="..\newdc\deps\libpng\pngwutil.c" />
<ClCompile Include="..\newdc\deps\zlib\adler32.c" />
<ClCompile Include="..\newdc\deps\zlib\compress.c" />
<ClCompile Include="..\newdc\deps\zlib\crc32.c" />
<ClCompile Include="..\newdc\deps\zlib\deflate.c" />
<ClCompile Include="..\newdc\deps\zlib\infback.c" />
<ClCompile Include="..\newdc\deps\zlib\inffast.c" />
<ClCompile Include="..\newdc\deps\zlib\inflate.c" />
<ClCompile Include="..\newdc\deps\zlib\inftrees.c" />
<ClCompile Include="..\newdc\deps\zlib\trees.c" />
<ClCompile Include="..\newdc\deps\zlib\uncompr.c" />
<ClCompile Include="..\newdc\deps\zlib\zutil.c" />
<ClCompile Include="..\newdc\emitter\x86_emitter.cpp" />
<ClCompile Include="..\newdc\hw\aica\aica.cpp" />
<ClCompile Include="..\newdc\hw\aica\aica_if.cpp" />
<ClCompile Include="..\newdc\hw\aica\aica_mem.cpp" />
<ClCompile Include="..\newdc\hw\aica\dsp.cpp" />
<ClCompile Include="..\newdc\hw\aica\sgc_if.cpp" />
<ClCompile Include="..\newdc\hw\arm7\arm7.cpp" />
<ClCompile Include="..\newdc\hw\arm7\arm_mem.cpp" />
<ClCompile Include="..\newdc\hw\arm7\vbaARM.cpp" />
<ClCompile Include="..\newdc\hw\arm7\virt_arm.cpp" />
<ClCompile Include="..\newdc\hw\gdrom\gdromv3.cpp" />
<ClCompile Include="..\newdc\hw\gdrom\gdrom_response.cpp" />
<ClCompile Include="..\newdc\hw\holly\holly_intc.cpp" />
<ClCompile Include="..\newdc\hw\holly\sb.cpp" />
<ClCompile Include="..\newdc\hw\holly\sb_dma.cpp" />
<ClCompile Include="..\newdc\hw\holly\sb_mem.cpp" />
<ClCompile Include="..\newdc\hw\maple\maple_cfg.cpp" />
<ClCompile Include="..\newdc\hw\maple\maple_devs.cpp" />
<ClCompile Include="..\newdc\hw\maple\maple_helper.cpp" />
<ClCompile Include="..\newdc\hw\maple\maple_if.cpp" />
<ClCompile Include="..\newdc\hw\mem\_vmem.cpp" />
<ClCompile Include="..\newdc\hw\pvr\drkPvr.cpp" />
<ClCompile Include="..\newdc\hw\pvr\pvr_mem.cpp" />
<ClCompile Include="..\newdc\hw\pvr\pvr_regs.cpp" />
<ClCompile Include="..\newdc\hw\pvr\pvr_sb_regs.cpp" />
<ClCompile Include="..\newdc\hw\pvr\Renderer_if.cpp" />
<ClCompile Include="..\newdc\hw\pvr\spg.cpp" />
<ClCompile Include="..\newdc\hw\pvr\ta.cpp" />
<ClCompile Include="..\newdc\hw\pvr\ta_vtx.cpp" />
<ClCompile Include="..\newdc\hw\pvr\ta_ctx.cpp" />
<ClCompile Include="..\newdc\hw\sh4\dyna\blockmanager.cpp" />
<ClCompile Include="..\newdc\hw\sh4\dyna\decoder.cpp" />
<ClCompile Include="..\newdc\hw\sh4\dyna\driver.cpp" />
<ClCompile Include="..\newdc\hw\sh4\dyna\shil.cpp" />
<ClCompile Include="..\newdc\hw\sh4\interpr\sh4_fpu.cpp" />
<ClCompile Include="..\newdc\hw\sh4\interpr\sh4_interpreter.cpp" />
<ClCompile Include="..\newdc\hw\sh4\interpr\sh4_opcodes.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\bsc.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\ccn.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\cpg.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\dmac.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\intc.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\mmu.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\rtc.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\serial.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\tmu.cpp" />
<ClCompile Include="..\newdc\hw\sh4\modules\ubc.cpp" />
<ClCompile Include="..\newdc\hw\sh4\sh4_interrupts.cpp" />
<ClCompile Include="..\newdc\hw\sh4\sh4_mmr.cpp" />
<ClCompile Include="..\newdc\hw\sh4\sh4_mem.cpp" />
<ClCompile Include="..\newdc\hw\sh4\sh4_opcode_list.cpp" />
<ClCompile Include="..\newdc\hw\sh4\sh4_core_regs.cpp" />
<ClCompile Include="..\newdc\hw\sh4\sh4_rom.cpp" />
<ClCompile Include="..\newdc\hw\sh4\sh4_sched.cpp" />
<ClCompile Include="..\newdc\imgread\cdi.cpp" />
<ClCompile Include="..\newdc\imgread\chd.cpp" />
<ClCompile Include="..\newdc\imgread\common.cpp" />
<ClCompile Include="..\newdc\imgread\gdi.cpp" />
<ClCompile Include="..\newdc\imgread\ImgReader.cpp" />
<ClCompile Include="..\newdc\imgread\ioctl.cpp" />
<ClCompile Include="..\newdc\linux\common.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\newdc\linux\nixprof.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\newdc\nullDC.cpp" />
<ClCompile Include="..\newdc\oslib\alsa_audiostream.cpp" />
<ClCompile Include="..\newdc\oslib\audiostream.cpp" />
<ClCompile Include="..\newdc\oslib\ds_audiostream.cpp" />
<ClCompile Include="..\newdc\profiler\profiler.cpp" />
<ClCompile Include="..\newdc\rec-ARM\arm_dyna.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\newdc\rend\d3d11\d3d11.cpp" />
<ClCompile Include="..\newdc\rend\gles\gldraw.cpp" />
<ClCompile Include="..\newdc\rend\gles\gles.cpp" />
<ClCompile Include="..\newdc\rend\gles\gltex.cpp" />
<ClCompile Include="..\newdc\rend\TexCache.cpp" />
<ClCompile Include="..\newdc\stdclass.cpp" />
<ClCompile Include="..\newdc\windows\win86_driver.cpp" />
<ClCompile Include="..\newdc\windows\win86_il.cpp" />
<ClCompile Include="..\newdc\windows\win86_ngen.cpp" />
<ClCompile Include="..\newdc\windows\winmain.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\newdc\build.h" />
<ClInclude Include="..\newdc\cfg\cfg.h" />
<ClInclude Include="..\newdc\deps\chdpsr\cdipsr.h" />
<ClInclude Include="..\newdc\deps\chdr\chd.h" />
<ClInclude Include="..\newdc\deps\chdr\coretypes.h" />
<ClInclude Include="..\newdc\deps\crypto\md5.h" />
<ClInclude Include="..\newdc\deps\crypto\sha1.h" />
<ClInclude Include="..\newdc\deps\libelf\debug.h" />
<ClInclude Include="..\newdc\deps\libelf\elf.h" />
<ClInclude Include="..\newdc\deps\libelf\elf32.h" />
<ClInclude Include="..\newdc\deps\libelf\elf64.h" />
<ClInclude Include="..\newdc\deps\libpng\config.h" />
<ClInclude Include="..\newdc\deps\libpng\png.h" />
<ClInclude Include="..\newdc\deps\libpng\pngconf.h" />
<ClInclude Include="..\newdc\deps\libpng\pngpriv.h" />
<ClInclude Include="..\newdc\deps\zlib\crc32.h" />
<ClInclude Include="..\newdc\deps\zlib\deflate.h" />
<ClInclude Include="..\newdc\deps\zlib\inffast.h" />
<ClInclude Include="..\newdc\deps\zlib\inffixed.h" />
<ClInclude Include="..\newdc\deps\zlib\inflate.h" />
<ClInclude Include="..\newdc\deps\zlib\inftrees.h" />
<ClInclude Include="..\newdc\deps\zlib\trees.h" />
<ClInclude Include="..\newdc\deps\zlib\zconf.h" />
<ClInclude Include="..\newdc\deps\zlib\zconf.in.h" />
<ClInclude Include="..\newdc\deps\zlib\zlib.h" />
<ClInclude Include="..\newdc\deps\zlib\zutil.h" />
<ClInclude Include="..\newdc\emitter\generated_class_names.h" />
<ClInclude Include="..\newdc\emitter\generated_class_names_string.h" />
<ClInclude Include="..\newdc\emitter\generated_descriptors.h" />
<ClInclude Include="..\newdc\emitter\generated_indexes.h" />
<ClInclude Include="..\newdc\emitter\types.h" />
<ClInclude Include="..\newdc\emitter\x86_emitter.h" />
<ClInclude Include="..\newdc\emitter\x86_matcher.h" />
<ClInclude Include="..\newdc\emitter\x86_op_classes.h" />
<ClInclude Include="..\newdc\emitter\x86_op_encoder.h" />
<ClInclude Include="..\newdc\emitter\x86_op_table.h" />
<ClInclude Include="..\newdc\hw\aica\aica.h" />
<ClInclude Include="..\newdc\hw\aica\aica_if.h" />
<ClInclude Include="..\newdc\hw\aica\aica_mem.h" />
<ClInclude Include="..\newdc\hw\aica\dsp.h" />
<ClInclude Include="..\newdc\hw\aica\sgc_if.h" />
<ClInclude Include="..\newdc\hw\arm7\arm-new.h" />
<ClInclude Include="..\newdc\hw\arm7\arm7.h" />
<ClInclude Include="..\newdc\hw\arm7\arm_mem.h" />
<ClInclude Include="..\newdc\hw\arm7\resource.h" />
<ClInclude Include="..\newdc\hw\arm7\virt_arm.h" />
<ClInclude Include="..\newdc\hw\dc.h" />
<ClInclude Include="..\newdc\hw\flashrom\flashrom.h" />
<ClInclude Include="..\newdc\hw\gdrom\gdromv3.h" />
<ClInclude Include="..\newdc\hw\gdrom\gdrom_if.h" />
<ClInclude Include="..\newdc\hw\holly\holly_intc.h" />
<ClInclude Include="..\newdc\hw\holly\sb.h" />
<ClInclude Include="..\newdc\hw\holly\sb_mem.h" />
<ClInclude Include="..\newdc\hw\maple\maple_cfg.h" />
<ClInclude Include="..\newdc\hw\maple\maple_devs.h" />
<ClInclude Include="..\newdc\hw\maple\maple_helper.h" />
<ClInclude Include="..\newdc\hw\maple\maple_if.h" />
<ClInclude Include="..\newdc\hw\mem\_vmem.h" />
<ClInclude Include="..\newdc\hw\pvr\config.h" />
<ClInclude Include="..\newdc\hw\pvr\drkPvr.h" />
<ClInclude Include="..\newdc\hw\pvr\helper_classes.h" />
<ClInclude Include="..\newdc\hw\pvr\pvr_mem.h" />
<ClInclude Include="..\newdc\hw\pvr\pvr_regs.h" />
<ClInclude Include="..\newdc\hw\pvr\pvr_sb_regs.h" />
<ClInclude Include="..\newdc\hw\pvr\Renderer_if.h" />
<ClInclude Include="..\newdc\hw\pvr\spg.h" />
<ClInclude Include="..\newdc\hw\pvr\ta.h" />
<ClInclude Include="..\newdc\hw\pvr\ta_const_df.h" />
<ClInclude Include="..\newdc\hw\pvr\ta_ctx.h" />
<ClInclude Include="..\newdc\hw\pvr\ta_structs.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\blockmanager.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\decoder.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\decoder_opcodes.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\ngen.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\rec_config.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\regalloc.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\shil.h" />
<ClInclude Include="..\newdc\hw\sh4\dyna\shil_canonical.h" />
<ClInclude Include="..\newdc\hw\sh4\interpr\sh4_opcodes.h" />
<ClInclude Include="..\newdc\hw\sh4\modules\ccn.h" />
<ClInclude Include="..\newdc\hw\sh4\modules\dmac.h" />
<ClInclude Include="..\newdc\hw\sh4\modules\intc.h" />
<ClInclude Include="..\newdc\hw\sh4\modules\mmu.h" />
<ClInclude Include="..\newdc\hw\sh4\modules\modules.h" />
<ClInclude Include="..\newdc\hw\sh4\modules\tmu.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_if.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_interrupts.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_mmr.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_interpreter.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_mem.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_opcode.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_opcode_list.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_core.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_rom.h" />
<ClInclude Include="..\newdc\hw\sh4\sh4_sched.h" />
<ClInclude Include="..\newdc\imgread\common.h" />
<ClInclude Include="..\newdc\imgread\gd_driver.h" />
<ClInclude Include="..\newdc\imgread\ImgReader.h" />
<ClInclude Include="..\newdc\imgread\pfctoc.h" />
<ClInclude Include="..\newdc\imgread\resource.h" />
<ClInclude Include="..\newdc\imgread\SCSIDEFS.H" />
<ClInclude Include="..\newdc\linux\typedefs.h">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="..\newdc\oslib\audiostream_rif.h" />
<ClInclude Include="..\newdc\oslib\oslib.h" />
<ClInclude Include="..\newdc\profiler\profiler.h" />
<ClInclude Include="..\newdc\rend\gles\gles.h" />
<ClInclude Include="..\newdc\rend\rend.h" />
<ClInclude Include="..\newdc\rend\TexCache.h" />
<ClInclude Include="..\newdc\stdclass.h" />
<ClInclude Include="..\newdc\types.h" />
<ClInclude Include="..\newdc\windows\win86_ngen.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\newdc\deps\zlib\Makefile" />
<None Include="..\newdc\rec-ARM\ngen_arm.S">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">true</ExcludedFromBuild>
</None>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{58B14048-EACB-4780-8B1E-9C84C2C30A8E}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>reicast</RootNamespace>
<ProjectName>reicast</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'" Label="PropertySheets">
<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)'=='Fast|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Full</Optimization>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;X86;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir)..\newdc\;$(ProjectDir)..\newdc\khronos;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<MinimalRebuild>false</MinimalRebuild>
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)..\pvrframe</AdditionalLibraryDirectories>
<AdditionalDependencies>Dsound.lib;winmm.lib;wsock32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;X86;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir)..\newdc\;$(ProjectDir)..\newdc\khronos;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<MinimalRebuild>false</MinimalRebuild>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)..\pvrframe</AdditionalLibraryDirectories>
<AdditionalDependencies>Dsound.lib;winmm.lib;wsock32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>