Merge pull request #93 from cxd4/so_i_herd_u_liek_TargetName_and_TargetPath
Fix linker warning MSB8012 in VS2013 for RSP module.
This commit is contained in:
commit
975ec2dce8
|
@ -42,6 +42,10 @@
|
|||
<TargetName>RSP_d 1.7</TargetName>
|
||||
<OutDir>$(SolutionDir)Plugin\RSP\</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>$(SolutionDir)Plugin\RSP\</OutDir>
|
||||
<TargetName>RSP 1.7</TargetName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader />
|
||||
|
@ -55,9 +59,7 @@
|
|||
<ClCompile>
|
||||
<PrecompiledHeader />
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>$(Root)Plugin/RSP/RSP 1.7.dll</OutputFile>
|
||||
</Link>
|
||||
<Link />
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="breakpoint.c" />
|
||||
|
|
Loading…
Reference in New Issue