common.vcxproj 9.9 KB

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