common.vcxproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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>{DFE335FC-755D-4BAA-8452-94434F8A1EDB}</ProjectGuid>
  23. <RootNamespace>common</RootNamespace>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <UseDebugLibraries>true</UseDebugLibraries>
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  32. <UseDebugLibraries>true</UseDebugLibraries>
  33. <ConfigurationType>StaticLibrary</ConfigurationType>
  34. <CharacterSet>MultiByte</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <ConfigurationType>StaticLibrary</ConfigurationType>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <UseDebugLibraries>false</UseDebugLibraries>
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <CharacterSet>Unicode</CharacterSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="Configuration">
  52. <ConfigurationType>StaticLibrary</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="..\..\vsprops\base.props" />
  62. <Import Project="..\..\vsprops\externals.props" />
  63. <Import Project="..\..\vsprops\code_generation_debug.props" />
  64. <Import Project="..\..\vsprops\optimization_debug.props" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. <Import Project="..\..\vsprops\base.props" />
  69. <Import Project="..\..\vsprops\externals.props" />
  70. <Import Project="..\..\vsprops\code_generation_debug.props" />
  71. <Import Project="..\..\vsprops\optimization_debug.props" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. <Import Project="..\..\vsprops\base.props" />
  76. <Import Project="..\..\vsprops\externals.props" />
  77. <Import Project="..\..\vsprops\code_generation_release.props" />
  78. <Import Project="..\..\vsprops\optimization_release.props" />
  79. </ImportGroup>
  80. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. <Import Project="..\..\vsprops\base.props" />
  83. <Import Project="..\..\vsprops\externals.props" />
  84. <Import Project="..\..\vsprops\code_generation_release.props" />
  85. <Import Project="..\..\vsprops\optimization_release.props" />
  86. </ImportGroup>
  87. <PropertyGroup Label="UserMacros" />
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <ClCompile />
  94. <Link>
  95. <GenerateDebugInformation>true</GenerateDebugInformation>
  96. </Link>
  97. <Lib />
  98. <ClCompile>
  99. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  100. </ClCompile>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <ClCompile />
  104. <Link>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. </Link>
  107. <Lib />
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  110. <ClCompile />
  111. <Link>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  114. <OptimizeReferences>true</OptimizeReferences>
  115. </Link>
  116. <Lib />
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
  119. <ClCompile />
  120. <Link>
  121. <GenerateDebugInformation>true</GenerateDebugInformation>
  122. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  123. <OptimizeReferences>true</OptimizeReferences>
  124. </Link>
  125. <Lib />
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  128. <ClCompile />
  129. <Link>
  130. <GenerateDebugInformation>true</GenerateDebugInformation>
  131. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  132. <OptimizeReferences>true</OptimizeReferences>
  133. </Link>
  134. <Lib />
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
  137. <ClCompile />
  138. <Link>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <OptimizeReferences>true</OptimizeReferences>
  142. </Link>
  143. <Lib />
  144. </ItemDefinitionGroup>
  145. <ItemGroup>
  146. <ClInclude Include="src\atomic.h" />
  147. <ClInclude Include="src\atomic_gcc.h" />
  148. <ClInclude Include="src\atomic_win32.h" />
  149. <ClInclude Include="src\break_points.h" />
  150. <ClInclude Include="src\chunk_file.h" />
  151. <ClInclude Include="src\common.h" />
  152. <ClInclude Include="src\common_funcs.h" />
  153. <ClInclude Include="src\common_paths.h" />
  154. <ClInclude Include="src\common_types.h" />
  155. <ClInclude Include="src\console_listener.h" />
  156. <ClInclude Include="src\cpu_detect.h" />
  157. <ClInclude Include="src\debug_interface.h" />
  158. <ClInclude Include="src\emu_window.h" />
  159. <ClInclude Include="src\extended_trace.h" />
  160. <ClInclude Include="src\fifo_queue.h" />
  161. <ClInclude Include="src\file_search.h" />
  162. <ClInclude Include="src\file_util.h" />
  163. <ClInclude Include="src\fixed_size_queue.h" />
  164. <ClInclude Include="src\hash.h" />
  165. <ClInclude Include="src\linear_disk_cache.h" />
  166. <ClInclude Include="src\log.h" />
  167. <ClInclude Include="src\log_manager.h" />
  168. <ClInclude Include="src\math_util.h" />
  169. <ClInclude Include="src\memory_util.h" />
  170. <ClInclude Include="src\mem_arena.h" />
  171. <ClInclude Include="src\msg_handler.h" />
  172. <ClInclude Include="src\platform.h" />
  173. <ClInclude Include="src\scm_rev.h" />
  174. <ClInclude Include="src\std_condition_variable.h" />
  175. <ClInclude Include="src\std_mutex.h" />
  176. <ClInclude Include="src\std_thread.h" />
  177. <ClInclude Include="src\string_util.h" />
  178. <ClInclude Include="src\swap.h" />
  179. <ClInclude Include="src\thread.h" />
  180. <ClInclude Include="src\thunk.h" />
  181. <ClInclude Include="src\timer.h" />
  182. <ClInclude Include="src\utf8.h" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ClCompile Include="src\break_points.cpp" />
  186. <ClCompile Include="src\console_listener.cpp" />
  187. <ClCompile Include="src\extended_trace.cpp" />
  188. <ClCompile Include="src\file_search.cpp" />
  189. <ClCompile Include="src\file_util.cpp" />
  190. <ClCompile Include="src\hash.cpp" />
  191. <ClCompile Include="src\log_manager.cpp" />
  192. <ClCompile Include="src\math_util.cpp" />
  193. <ClCompile Include="src\memory_util.cpp" />
  194. <ClCompile Include="src\mem_arena.cpp" />
  195. <ClCompile Include="src\misc.cpp" />
  196. <ClCompile Include="src\msg_handler.cpp" />
  197. <ClCompile Include="src\string_util.cpp" />
  198. <ClCompile Include="src\thread.cpp" />
  199. <ClCompile Include="src\timer.cpp" />
  200. <ClCompile Include="src\utf8.cpp" />
  201. <ClCompile Include="src\version.cpp" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <None Include="CMakeLists.txt" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <Reference Include="System" />
  208. <Reference Include="System.Data" />
  209. <Reference Include="System.Drawing" />
  210. <Reference Include="System.Windows.Forms" />
  211. <Reference Include="System.Xml" />
  212. </ItemGroup>
  213. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  214. <ImportGroup Label="ExtensionTargets">
  215. </ImportGroup>
  216. </Project>