matched VS2013 RSP rel to RSP dbg, glide rel and glide dbg
This commit is contained in:
parent
7345ecd97e
commit
5975976d82
|
@ -42,6 +42,10 @@
|
||||||
<TargetName>RSP_d 1.7</TargetName>
|
<TargetName>RSP_d 1.7</TargetName>
|
||||||
<OutDir>$(SolutionDir)Plugin\RSP\</OutDir>
|
<OutDir>$(SolutionDir)Plugin\RSP\</OutDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<OutDir>$(SolutionDir)Plugin\RSP\</OutDir>
|
||||||
|
<TargetName>RSP 1.7</TargetName>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader />
|
<PrecompiledHeader />
|
||||||
|
@ -55,9 +59,7 @@
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader />
|
<PrecompiledHeader />
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link />
|
||||||
<OutputFile>$(Root)Plugin/RSP/RSP 1.7.dll</OutputFile>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="breakpoint.c" />
|
<ClCompile Include="breakpoint.c" />
|
||||||
|
|
Loading…
Reference in New Issue