mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-04-26 21:18:36 +00:00
simplify 6502 hartetest project
This commit is contained in:
@@ -73,20 +73,20 @@
|
|||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_78_0;$(IncludePath)</IncludePath>
|
<IncludePath>..\inc;..\..\inc;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_78_0;$(IncludePath)</IncludePath>
|
<IncludePath>..\inc;..\..\inc;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<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>
|
<LibraryPath>C:\Libraries\boost_1_78_0\lib64-msvc-14.3;$(LibraryPath)</LibraryPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<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>
|
<LibraryPath>C:\Libraries\boost_1_78_0\lib64-msvc-14.3;$(LibraryPath)</LibraryPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
|||||||
Reference in New Issue
Block a user