2021-10-10 20:26:30 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<Keyword > Win32Proj</Keyword>
<ProjectGuid > {894eb6ef-4c8d-4401-bbaa-aba05a021abb}</ProjectGuid>
<RootNamespace > HarteTest_6502</RootNamespace>
<ProjectName > HarteTest_6502</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<LinkIncremental > true</LinkIncremental>
2021-10-11 18:13:05 +00:00
<IncludePath > ..\inc;..\..\inc;C:\Libraries\boost_1_77_0;$(ProjectDir)..\..\packages\JsonCpp.Windows.1.9.2\build\native\include;$(IncludePath)</IncludePath>
2021-10-10 20:26:30 +00:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<LinkIncremental > false</LinkIncremental>
2021-10-11 18:13:05 +00:00
<IncludePath > ..\inc;..\..\inc;C:\Libraries\boost_1_77_0;$(ProjectDir)..\..\packages\JsonCpp.Windows.1.9.2\build\native\include;$(IncludePath)</IncludePath>
2021-10-10 20:26:30 +00:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<LinkIncremental > true</LinkIncremental>
2021-10-11 18:13:05 +00:00
<IncludePath > ..\inc;..\..\inc;C:\Libraries\boost_1_77_0;$(ProjectDir)..\..\packages\JsonCpp.Windows.1.9.2\build\native\include;$(IncludePath)</IncludePath>
2021-10-10 20:26:30 +00:00
<LibraryPath > C:\Libraries\boost_1_77_0\lib64-msvc-14.2;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LinkIncremental > false</LinkIncremental>
2021-10-11 18:13:05 +00:00
<IncludePath > ..\inc;..\..\inc;C:\Libraries\boost_1_77_0;$(ProjectDir)..\..\packages\JsonCpp.Windows.1.9.2\build\native\include;$(IncludePath)</IncludePath>
2021-10-10 20:26:30 +00:00
<LibraryPath > C:\Libraries\boost_1_77_0\lib64-msvc-14.2;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<LanguageStandard > stdcpp17</LanguageStandard>
<PrecompiledHeader > Use</PrecompiledHeader>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<PreprocessorDefinitions > WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard > stdcpp17</LanguageStandard>
<PrecompiledHeader > Use</PrecompiledHeader>
2021-10-11 18:13:05 +00:00
<FavorSizeOrSpeed > Speed</FavorSizeOrSpeed>
<OmitFramePointers > true</OmitFramePointers>
<BufferSecurityCheck > false</BufferSecurityCheck>
<ControlFlowGuard > false</ControlFlowGuard>
<EnableParallelCodeGeneration > true</EnableParallelCodeGeneration>
<EnableEnhancedInstructionSet > AdvancedVectorExtensions</EnableEnhancedInstructionSet>
2021-10-10 20:26:30 +00:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<LanguageStandard > stdcpp17</LanguageStandard>
<PrecompiledHeader > Use</PrecompiledHeader>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<PreprocessorDefinitions > NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard > stdcpp17</LanguageStandard>
<PrecompiledHeader > Use</PrecompiledHeader>
2021-10-11 18:13:05 +00:00
<FavorSizeOrSpeed > Speed</FavorSizeOrSpeed>
<OmitFramePointers > true</OmitFramePointers>
<BufferSecurityCheck > false</BufferSecurityCheck>
<ControlFlowGuard > false</ControlFlowGuard>
<EnableParallelCodeGeneration > true</EnableParallelCodeGeneration>
<EnableEnhancedInstructionSet > AdvancedVectorExtensions</EnableEnhancedInstructionSet>
2021-10-10 20:26:30 +00:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2021-10-19 08:28:13 +00:00
<ClCompile Include= "byte_t.cpp" />
2021-10-18 10:54:01 +00:00
<ClCompile Include= "cycles_t.cpp" />
<ClCompile Include= "cycle_t.cpp" />
2021-10-10 20:26:30 +00:00
<ClCompile Include= "opcode_test_suite_t.cpp" />
2021-10-18 12:12:22 +00:00
<ClCompile Include= "ram_t.cpp" />
2021-10-11 21:09:03 +00:00
<ClCompile Include= "simdjson\simdjson.cpp" >
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > NotUsing</PrecompiledHeader>
</ClCompile>
2021-10-10 20:26:30 +00:00
<ClCompile Include= "state_t.cpp" />
<ClCompile Include= "stdafx.cpp" >
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "TestRunner.cpp" />
<ClCompile Include= "tests.cpp" />
<ClCompile Include= "test_t.cpp" />
</ItemGroup>
<ItemGroup >
2021-10-19 08:28:13 +00:00
<ClInclude Include= "byte_t.h" />
2021-10-18 10:54:01 +00:00
<ClInclude Include= "cycles_t.h" />
<ClInclude Include= "cycle_t.h" />
2021-10-11 13:59:23 +00:00
<ClInclude Include= "nlohmann\json.hpp" />
2021-10-10 20:26:30 +00:00
<ClInclude Include= "opcode_test_suite_t.h" />
2021-10-18 12:12:22 +00:00
<ClInclude Include= "ram_t.h" />
2021-10-18 23:39:26 +00:00
<ClInclude Include= "rapidjson\allocators.h" />
<ClInclude Include= "rapidjson\cursorstreamwrapper.h" />
<ClInclude Include= "rapidjson\document.h" />
<ClInclude Include= "rapidjson\encodedstream.h" />
<ClInclude Include= "rapidjson\encodings.h" />
<ClInclude Include= "rapidjson\filereadstream.h" />
<ClInclude Include= "rapidjson\filewritestream.h" />
<ClInclude Include= "rapidjson\fwd.h" />
<ClInclude Include= "rapidjson\istreamwrapper.h" />
<ClInclude Include= "rapidjson\memorybuffer.h" />
<ClInclude Include= "rapidjson\memorystream.h" />
<ClInclude Include= "rapidjson\ostreamwrapper.h" />
<ClInclude Include= "rapidjson\pointer.h" />
<ClInclude Include= "rapidjson\prettywriter.h" />
<ClInclude Include= "rapidjson\rapidjson.h" />
<ClInclude Include= "rapidjson\reader.h" />
<ClInclude Include= "rapidjson\schema.h" />
<ClInclude Include= "rapidjson\stream.h" />
<ClInclude Include= "rapidjson\stringbuffer.h" />
<ClInclude Include= "rapidjson\uri.h" />
<ClInclude Include= "rapidjson\writer.h" />
2021-10-11 21:09:03 +00:00
<ClInclude Include= "simdjson\simdjson.h" />
2021-10-10 20:26:30 +00:00
<ClInclude Include= "state_t.h" />
<ClInclude Include= "stdafx.h" />
<ClInclude Include= "TestRunner.h" />
<ClInclude Include= "test_t.h" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\src\EightBit.vcxproj" >
<Project > {a9c24bd9-0cb4-4c84-b09b-46b815f9da47}</Project>
</ProjectReference>
<ProjectReference Include= "..\src\M6502.vcxproj" >
<Project > {d8726a1b-bbfe-47ef-9860-26b90140ba66}</Project>
</ProjectReference>
</ItemGroup>
2021-10-11 18:13:05 +00:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2021-10-10 20:26:30 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2021-10-11 18:13:05 +00:00
<Import Project= "..\..\packages\JsonCpp.Windows.1.9.2\build\JsonCpp.Windows.targets" Condition= "Exists('..\..\packages\JsonCpp.Windows.1.9.2\build\JsonCpp.Windows.targets')" />
2021-10-10 20:26:30 +00:00
</ImportGroup>
2021-10-11 18:13:05 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\packages\JsonCpp.Windows.1.9.2\build\JsonCpp.Windows.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\JsonCpp.Windows.1.9.2\build\JsonCpp.Windows.targets'))" />
</Target>
2021-10-10 20:26:30 +00:00
</Project>