tietokone.vcxproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{6D7B0EC4-3B86-4DCC-AB40-D39AEBF5201B}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v141</PlatformToolset>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  33. <ConfigurationType>Application</ConfigurationType>
  34. <UseDebugLibraries>false</UseDebugLibraries>
  35. <PlatformToolset>v141</PlatformToolset>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseDebugLibraries>true</UseDebugLibraries>
  40. <PlatformToolset>v141</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v141</PlatformToolset>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <ImportGroup Label="ExtensionSettings">
  49. </ImportGroup>
  50. <ImportGroup Label="Shared">
  51. </ImportGroup>
  52. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. </ImportGroup>
  55. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <PropertyGroup Label="UserMacros" />
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  66. <LinkIncremental>true</LinkIncremental>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  69. <LinkIncremental>true</LinkIncremental>
  70. </PropertyGroup>
  71. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <ClCompile>
  73. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  74. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  75. <WarningLevel>Level3</WarningLevel>
  76. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  77. <Optimization>Disabled</Optimization>
  78. </ClCompile>
  79. <Link>
  80. <TargetMachine>MachineX86</TargetMachine>
  81. <GenerateDebugInformation>true</GenerateDebugInformation>
  82. <SubSystem>Console</SubSystem>
  83. </Link>
  84. </ItemDefinitionGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <ClCompile>
  87. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  89. <WarningLevel>Level3</WarningLevel>
  90. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  91. </ClCompile>
  92. <Link>
  93. <TargetMachine>MachineX86</TargetMachine>
  94. <GenerateDebugInformation>true</GenerateDebugInformation>
  95. <SubSystem>Windows</SubSystem>
  96. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  97. <OptimizeReferences>true</OptimizeReferences>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemGroup>
  101. <ClCompile Include="src\attotime.cpp" />
  102. <ClCompile Include="src\cpu.cpp" />
  103. <ClCompile Include="src\cpu_arith.cpp" />
  104. <ClCompile Include="src\cpu_io.cpp" />
  105. <ClCompile Include="src\cpu_jump.cpp" />
  106. <ClCompile Include="src\cpu_misc.cpp" />
  107. <ClCompile Include="src\cpu_mov.cpp" />
  108. <ClCompile Include="src\keyboard.cpp" />
  109. <ClCompile Include="src\log.cpp" />
  110. <ClCompile Include="src\main.cpp" />
  111. <ClCompile Include="src\mem.cpp" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ClInclude Include="src\attotime.h" />
  115. <ClInclude Include="src\commands.h" />
  116. <ClInclude Include="src\common.h" />
  117. <ClInclude Include="src\cpu.h" />
  118. <ClInclude Include="src\eminline.h" />
  119. <ClInclude Include="src\emucore.h" />
  120. <ClInclude Include="src\keyboard.h" />
  121. <ClInclude Include="src\log.h" />
  122. <ClInclude Include="src\mem.h" />
  123. </ItemGroup>
  124. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  125. <ImportGroup Label="ExtensionTargets">
  126. </ImportGroup>
  127. </Project>