mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-07 10:10:41 +00:00
cd36e5fd24
Silence many of the warnings related to TargetName. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2861 96395faa-99c1-11dd-bbfe-3dabce05a288
20 lines
807 B
XML
20 lines
807 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<TargetName>$(ProjectName)-dbg</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<StringPooling>true</StringPooling>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</Project> |