17 lines
794 B
Diff
17 lines
794 B
Diff
|
--- a/Source/Projects/VS2019/MACDll/MACDll.vcxproj 2020-12-23 21:42:15.830541000 +0100
|
||
|
+++ b/Source/Projects/VS2019/MACDll/MACDll.vcxproj 2020-12-29 06:07:36.101967600 +0100
|
||
|
@@ -74,11 +74,9 @@
|
||
|
<_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
- <OutDir>C:\Applications\Cool Edit Pro\</OutDir>
|
||
|
+ <OutDir>$(Configuration)\</OutDir>
|
||
|
<IntDir>$(Configuration)\</IntDir>
|
||
|
- <LinkIncremental>true</LinkIncremental>
|
||
|
- <TargetName>APE</TargetName>
|
||
|
- <TargetExt>.flt</TargetExt>
|
||
|
+ <LinkIncremental>false</LinkIncremental>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<OutDir>$(Configuration)\</OutDir>
|