VisualStudio: Enable Edit&Continue, fix interm. dir
This commit is contained in:
parent
4a4a304815
commit
c942b2bbcc
|
@ -407,26 +407,26 @@
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
||||||
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
|
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
|
||||||
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Fast|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Fast|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
||||||
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
||||||
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
|
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|Win32'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
||||||
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
|
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
|
||||||
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Slow|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
<OutDir>$(SolutionDir)..\WorkDir\</OutDir>
|
||||||
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
<TargetName>$(ProjectName)_$(Platform)_$(Configuration)</TargetName>
|
||||||
<IntDir>$(Platform)\$(Configuration)\generated\objs</IntDir>
|
<IntDir>$(Platform)\$(Configuration)\generated\objs\</IntDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Fast|Win32'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
|
@ -529,6 +529,7 @@
|
||||||
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
|
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
|
||||||
<UndefinePreprocessorDefinitions>
|
<UndefinePreprocessorDefinitions>
|
||||||
</UndefinePreprocessorDefinitions>
|
</UndefinePreprocessorDefinitions>
|
||||||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||||
<OpenMPSupport>true</OpenMPSupport>
|
<OpenMPSupport>true</OpenMPSupport>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
|
|
Loading…
Reference in New Issue