VisualStudio: Enable Edit&Continue, fix interm. dir

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2015-08-19 00:54:33 +02:00
parent 4a4a304815
commit c942b2bbcc
1 changed files with 5 additions and 4 deletions

View File

@ -407,26 +407,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Fast|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
<ClCompile>
@ -529,6 +529,7 @@
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
<UndefinePreprocessorDefinitions>
</UndefinePreprocessorDefinitions>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<OpenMPSupport>true</OpenMPSupport>
</ClCompile>
<Link>