core.vcxproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</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. <ProjectGuid>{8AEA7F29-3466-4786-A10D-6A4BD0610977}</ProjectGuid>
  23. <RootNamespace>core</RootNamespace>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>StaticLibrary</ConfigurationType>
  28. <UseDebugLibraries>true</UseDebugLibraries>
  29. <PlatformToolset>v120</PlatformToolset>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  32. <ConfigurationType>StaticLibrary</ConfigurationType>
  33. <UseDebugLibraries>true</UseDebugLibraries>
  34. <PlatformToolset>v120</PlatformToolset>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v120</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <PlatformToolset>v120</PlatformToolset>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  47. <ImportGroup Label="ExtensionSettings">
  48. </ImportGroup>
  49. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  50. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  51. <Import Project="..\..\vsprops\base.props" />
  52. <Import Project="..\..\vsprops\externals.props" />
  53. <Import Project="..\..\vsprops\code_generation_debug.props" />
  54. <Import Project="..\..\vsprops\optimization_debug.props" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. <Import Project="..\..\vsprops\base.props" />
  59. <Import Project="..\..\vsprops\externals.props" />
  60. <Import Project="..\..\vsprops\code_generation_debug.props" />
  61. <Import Project="..\..\vsprops\optimization_debug.props" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="..\..\vsprops\base.props" />
  66. <Import Project="..\..\vsprops\externals.props" />
  67. <Import Project="..\..\vsprops\code_generation_release.props" />
  68. <Import Project="..\..\vsprops\optimization_release.props" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. <Import Project="..\..\vsprops\base.props" />
  73. <Import Project="..\..\vsprops\externals.props" />
  74. <Import Project="..\..\vsprops\code_generation_release.props" />
  75. <Import Project="..\..\vsprops\optimization_release.props" />
  76. </ImportGroup>
  77. <PropertyGroup Label="UserMacros" />
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <CustomBuildBeforeTargets>
  82. </CustomBuildBeforeTargets>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  85. <CustomBuildBeforeTargets />
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <CustomBuildBeforeTargets>
  91. </CustomBuildBeforeTargets>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  94. <CustomBuildBeforeTargets />
  95. </PropertyGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  97. <ClCompile />
  98. <Link>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. <ClCompile />
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <ClCompile />
  105. <Link>
  106. <GenerateDebugInformation>true</GenerateDebugInformation>
  107. </Link>
  108. <ClCompile />
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111. <ClCompile />
  112. <Link>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  115. <OptimizeReferences>true</OptimizeReferences>
  116. </Link>
  117. <ClCompile />
  118. <ClCompile />
  119. <ClCompile>
  120. <FloatingPointModel>Fast</FloatingPointModel>
  121. <BufferSecurityCheck>false</BufferSecurityCheck>
  122. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  123. </ClCompile>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  126. <ClCompile />
  127. <Link>
  128. <GenerateDebugInformation>true</GenerateDebugInformation>
  129. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  130. <OptimizeReferences>true</OptimizeReferences>
  131. </Link>
  132. <ClCompile />
  133. </ItemDefinitionGroup>
  134. <ItemGroup>
  135. <ProjectReference Include="..\common\common.vcxproj">
  136. <Project>{dfe335fc-755d-4baa-8452-94434f8a1edb}</Project>
  137. </ProjectReference>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ClCompile Include="src\arm\armemu.cpp" />
  141. <ClCompile Include="src\arm\arminit.cpp" />
  142. <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
  143. <ClCompile Include="src\core.cpp" />
  144. <ClCompile Include="src\core_timing.cpp" />
  145. <ClCompile Include="src\file_sys\directory_file_system.cpp" />
  146. <ClCompile Include="src\file_sys\meta_file_system.cpp" />
  147. <ClCompile Include="src\loader.cpp" />
  148. <ClCompile Include="src\mem_map.cpp" />
  149. <ClCompile Include="src\mem_map_funcs.cpp" />
  150. <ClCompile Include="src\system.cpp" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <ClInclude Include="src\arm\armcpu.h" />
  154. <ClInclude Include="src\arm\armdefs.h" />
  155. <ClInclude Include="src\arm\armemu.h" />
  156. <ClInclude Include="src\arm\armmmu.h" />
  157. <ClInclude Include="src\arm\armos.h" />
  158. <ClInclude Include="src\arm\arm_regformat.h" />
  159. <ClInclude Include="src\arm\disassembler\arm_disasm.h" />
  160. <ClInclude Include="src\arm\mmu\arm1176jzf_s_mmu.h" />
  161. <ClInclude Include="src\arm\mmu\cache.h" />
  162. <ClInclude Include="src\arm\mmu\rb.h" />
  163. <ClInclude Include="src\arm\mmu\tlb.h" />
  164. <ClInclude Include="src\arm\mmu\wb.h" />
  165. <ClInclude Include="src\arm\skyeye_defs.h" />
  166. <ClInclude Include="src\core.h" />
  167. <ClInclude Include="src\core_timing.h" />
  168. <ClInclude Include="src\file_sys\directory_file_system.h" />
  169. <ClInclude Include="src\file_sys\file_sys.h" />
  170. <ClInclude Include="src\file_sys\meta_file_system.h" />
  171. <ClInclude Include="src\loader.h" />
  172. <ClInclude Include="src\mem_map.h" />
  173. <ClInclude Include="src\system.h" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <None Include="CMakeLists.txt" />
  177. </ItemGroup>
  178. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  179. <ImportGroup Label="ExtensionTargets">
  180. </ImportGroup>
  181. </Project>