simplify 6502 hartetest project

This commit is contained in:
Adrian Conlon
2026-02-28 12:22:52 +00:00
parent 20da8caf4b
commit cd8e8bb9b5

View File

@@ -73,20 +73,20 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_78_0;$(IncludePath)</IncludePath>
<IncludePath>..\inc;..\..\inc;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_78_0;$(IncludePath)</IncludePath>
<IncludePath>..\inc;..\..\inc;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_78_0;$(IncludePath)</IncludePath>
<IncludePath>..\inc;..\..\inc;$(IncludePath)</IncludePath>
<LibraryPath>C:\Libraries\boost_1_78_0\lib64-msvc-14.3;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_78_0;$(IncludePath)</IncludePath>
<IncludePath>..\inc;..\..\inc;$(IncludePath)</IncludePath>
<LibraryPath>C:\Libraries\boost_1_78_0\lib64-msvc-14.3;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">