BeefRT.vcxproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug Static CStatic|Win32">
  5. <Configuration>Debug Static CStatic</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug Static CStatic|x64">
  9. <Configuration>Debug Static CStatic</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug Static|Win32">
  13. <Configuration>Debug Static</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug Static|x64">
  17. <Configuration>Debug Static</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|Win32">
  21. <Configuration>Debug</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Debug|x64">
  25. <Configuration>Debug</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release Static CStatic|Win32">
  29. <Configuration>Release Static CStatic</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release Static CStatic|x64">
  33. <Configuration>Release Static CStatic</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release Static|Win32">
  37. <Configuration>Release Static</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release Static|x64">
  41. <Configuration>Release Static</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release|Win32">
  45. <Configuration>Release</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release|x64">
  49. <Configuration>Release</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{5BE0B958-C13B-4986-A588-97A8F707E42E}</ProjectGuid>
  55. <Keyword>Win32Proj</Keyword>
  56. <RootNamespace>BeefRT</RootNamespace>
  57. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  61. <ConfigurationType>DynamicLibrary</ConfigurationType>
  62. <UseDebugLibraries>true</UseDebugLibraries>
  63. <PlatformToolset>v143</PlatformToolset>
  64. <CharacterSet>Unicode</CharacterSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
  67. <ConfigurationType>StaticLibrary</ConfigurationType>
  68. <UseDebugLibraries>true</UseDebugLibraries>
  69. <PlatformToolset>v143</PlatformToolset>
  70. <CharacterSet>Unicode</CharacterSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'" Label="Configuration">
  73. <ConfigurationType>StaticLibrary</ConfigurationType>
  74. <UseDebugLibraries>true</UseDebugLibraries>
  75. <PlatformToolset>v143</PlatformToolset>
  76. <CharacterSet>Unicode</CharacterSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  79. <ConfigurationType>DynamicLibrary</ConfigurationType>
  80. <UseDebugLibraries>true</UseDebugLibraries>
  81. <PlatformToolset>v143</PlatformToolset>
  82. <CharacterSet>Unicode</CharacterSet>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="Configuration">
  85. <ConfigurationType>StaticLibrary</ConfigurationType>
  86. <UseDebugLibraries>true</UseDebugLibraries>
  87. <PlatformToolset>v143</PlatformToolset>
  88. <CharacterSet>Unicode</CharacterSet>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'" Label="Configuration">
  91. <ConfigurationType>StaticLibrary</ConfigurationType>
  92. <UseDebugLibraries>true</UseDebugLibraries>
  93. <PlatformToolset>v143</PlatformToolset>
  94. <CharacterSet>Unicode</CharacterSet>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  97. <ConfigurationType>DynamicLibrary</ConfigurationType>
  98. <UseDebugLibraries>false</UseDebugLibraries>
  99. <PlatformToolset>v143</PlatformToolset>
  100. <WholeProgramOptimization>true</WholeProgramOptimization>
  101. <CharacterSet>Unicode</CharacterSet>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
  104. <ConfigurationType>StaticLibrary</ConfigurationType>
  105. <UseDebugLibraries>false</UseDebugLibraries>
  106. <PlatformToolset>v143</PlatformToolset>
  107. <WholeProgramOptimization>false</WholeProgramOptimization>
  108. <CharacterSet>Unicode</CharacterSet>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'" Label="Configuration">
  111. <ConfigurationType>StaticLibrary</ConfigurationType>
  112. <UseDebugLibraries>false</UseDebugLibraries>
  113. <PlatformToolset>v143</PlatformToolset>
  114. <WholeProgramOptimization>false</WholeProgramOptimization>
  115. <CharacterSet>Unicode</CharacterSet>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  118. <ConfigurationType>DynamicLibrary</ConfigurationType>
  119. <UseDebugLibraries>false</UseDebugLibraries>
  120. <PlatformToolset>v143</PlatformToolset>
  121. <WholeProgramOptimization>true</WholeProgramOptimization>
  122. <CharacterSet>Unicode</CharacterSet>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="Configuration">
  125. <ConfigurationType>StaticLibrary</ConfigurationType>
  126. <UseDebugLibraries>false</UseDebugLibraries>
  127. <PlatformToolset>v143</PlatformToolset>
  128. <WholeProgramOptimization>false</WholeProgramOptimization>
  129. <CharacterSet>Unicode</CharacterSet>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'" Label="Configuration">
  132. <ConfigurationType>StaticLibrary</ConfigurationType>
  133. <UseDebugLibraries>false</UseDebugLibraries>
  134. <PlatformToolset>v143</PlatformToolset>
  135. <WholeProgramOptimization>false</WholeProgramOptimization>
  136. <CharacterSet>Unicode</CharacterSet>
  137. </PropertyGroup>
  138. <ItemGroup>
  139. <ClCompile Include="..\BeefySysLib\Common.cpp" />
  140. <ClCompile Include="..\BeefySysLib\platform\win\CrashCatcher.cpp" />
  141. <ClCompile Include="..\BeefySysLib\platform\win\Platform.cpp" />
  142. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\closures.c">
  143. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  144. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  145. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  146. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  147. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  148. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  149. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  150. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  151. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  152. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  153. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  154. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  155. </ClCompile>
  156. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\debug.c">
  157. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  158. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  159. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  160. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  161. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  162. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  163. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  164. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  165. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  166. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  167. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  168. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  169. </ClCompile>
  170. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\java_raw_api.c">
  171. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  172. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  173. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  174. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  175. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  176. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  177. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  178. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  179. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  180. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  181. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  182. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  183. </ClCompile>
  184. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\prep_cif.c">
  185. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  186. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  187. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  188. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  189. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  190. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  191. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  192. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  193. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  194. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  195. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  196. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  197. </ClCompile>
  198. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\raw_api.c">
  199. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  200. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  201. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  202. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  203. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  204. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  205. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  206. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  207. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  208. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  209. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  210. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  211. </ClCompile>
  212. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\types.c">
  213. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  214. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  215. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  216. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  217. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  218. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  219. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  220. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  221. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  222. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  223. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  224. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  225. </ClCompile>
  226. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\x86\ffi.c">
  227. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  228. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  229. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  230. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  231. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  232. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  233. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  234. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  235. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  236. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  237. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  238. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  239. </ClCompile>
  240. <ClCompile Include="..\BeefySysLib\third_party\libffi\src\x86\ffi64.c">
  241. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
  242. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">TurnOffAllWarnings</WarningLevel>
  243. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  244. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
  245. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">TurnOffAllWarnings</WarningLevel>
  246. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  247. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
  248. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">TurnOffAllWarnings</WarningLevel>
  249. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">TurnOffAllWarnings</WarningLevel>
  250. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
  251. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">TurnOffAllWarnings</WarningLevel>
  252. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">TurnOffAllWarnings</WarningLevel>
  253. </ClCompile>
  254. <ClCompile Include="..\BeefySysLib\third_party\utf8proc\utf8proc.c" />
  255. <ClCompile Include="..\BeefySysLib\third_party\putty\wildcard.c" />
  256. <ClCompile Include="..\BeefySysLib\util\AllocDebug.cpp" />
  257. <ClCompile Include="..\BeefySysLib\util\BeefPerf.cpp" />
  258. <ClCompile Include="..\BeefySysLib\util\String.cpp" />
  259. <ClCompile Include="..\BeefySysLib\util\UTF8.cpp" />
  260. <ClCompile Include="rt\Object.cpp" />
  261. <ClCompile Include="rt\Chars.cpp" />
  262. <ClCompile Include="rt\Internal.cpp" />
  263. <ClCompile Include="rt\Math.cpp" />
  264. <ClCompile Include="rt\StompAlloc.cpp" />
  265. <ClCompile Include="rt\Thread.cpp" />
  266. <ClCompile Include="rt\ThreadLocalStorage.cpp" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <ClInclude Include="..\BeefySysLib\Common.h" />
  270. <ClInclude Include="..\BeefySysLib\platform\win\BFPlatform.h" />
  271. <ClInclude Include="..\BeefySysLib\platform\win\CrashCatcher.h" />
  272. <ClInclude Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\include\ffi.h" />
  273. <ClInclude Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\include\ffitarget.h" />
  274. <ClInclude Include="..\BeefySysLib\third_party\utf8proc\utf8proc.h" />
  275. <ClInclude Include="..\BeefySysLib\third_party\putty\wildcard.h" />
  276. <ClInclude Include="..\BeefySysLib\util\BeefPerf.h" />
  277. <ClInclude Include="..\BeefySysLib\util\String.h" />
  278. <ClInclude Include="..\BeefySysLib\util\UTF8.h" />
  279. <ClInclude Include="rt\BfObjects.h" />
  280. <ClInclude Include="rt\StompAlloc.h" />
  281. <ClInclude Include="rt\Thread.h" />
  282. <ClInclude Include="rt\ThreadLocalStorage.h" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <CustomBuild Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\src\x86\win64.asm">
  286. <FileType>Document</FileType>
  287. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  288. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  289. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  290. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  291. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  292. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  293. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  294. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  295. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  296. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  297. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  298. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  299. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing MASM</Message>
  300. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">Executing MASM</Message>
  301. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">Executing MASM</Message>
  302. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Executing MASM</Message>
  303. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">Executing MASM</Message>
  304. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">Executing MASM</Message>
  305. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing MASM</Message>
  306. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">Executing MASM</Message>
  307. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">Executing MASM</Message>
  308. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Executing MASM</Message>
  309. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">Executing MASM</Message>
  310. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">Executing MASM</Message>
  311. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  312. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  313. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  314. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)$(TargetName).obj</Outputs>
  315. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">$(OutDir)$(TargetName).obj</Outputs>
  316. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">$(OutDir)$(TargetName).obj</Outputs>
  317. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  318. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  319. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  320. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)$(TargetName).obj</Outputs>
  321. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">$(OutDir)$(TargetName).obj</Outputs>
  322. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">$(OutDir)$(TargetName).obj</Outputs>
  323. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  324. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">true</ExcludedFromBuild>
  325. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">true</ExcludedFromBuild>
  326. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">true</ExcludedFromBuild>
  327. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">true</ExcludedFromBuild>
  328. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  329. </CustomBuild>
  330. </ItemGroup>
  331. <ItemGroup>
  332. <CustomBuild Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\src\x86\win32.asm">
  333. <FileType>Document</FileType>
  334. <DeploymentContent>false</DeploymentContent>
  335. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
  336. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">false</ExcludedFromBuild>
  337. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">false</ExcludedFromBuild>
  338. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  339. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">true</ExcludedFromBuild>
  340. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">true</ExcludedFromBuild>
  341. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
  342. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">false</ExcludedFromBuild>
  343. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">false</ExcludedFromBuild>
  344. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  345. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">true</ExcludedFromBuild>
  346. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">true</ExcludedFromBuild>
  347. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  348. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  349. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  350. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  351. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  352. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  353. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing MASM</Message>
  354. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">Executing MASM</Message>
  355. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">Executing MASM</Message>
  356. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">Executing MASM</Message>
  357. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">Executing MASM</Message>
  358. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing MASM</Message>
  359. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  360. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  361. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  362. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  363. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  364. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  365. </CustomBuild>
  366. </ItemGroup>
  367. <ItemGroup>
  368. <None Include="BeefRT.def" />
  369. </ItemGroup>
  370. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  371. <ImportGroup Label="ExtensionSettings">
  372. </ImportGroup>
  373. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  374. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  375. <Import Project="BeefRT.props" />
  376. </ImportGroup>
  377. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="PropertySheets">
  378. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  379. <Import Project="BeefRT.props" />
  380. </ImportGroup>
  381. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'" Label="PropertySheets">
  382. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  383. <Import Project="BeefRT.props" />
  384. </ImportGroup>
  385. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  386. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  387. <Import Project="BeefRT.props" />
  388. </ImportGroup>
  389. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="PropertySheets">
  390. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  391. <Import Project="BeefRT.props" />
  392. </ImportGroup>
  393. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'" Label="PropertySheets">
  394. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  395. <Import Project="BeefRT.props" />
  396. </ImportGroup>
  397. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  398. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  399. <Import Project="BeefRT.props" />
  400. </ImportGroup>
  401. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="PropertySheets">
  402. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  403. <Import Project="BeefRT.props" />
  404. </ImportGroup>
  405. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'" Label="PropertySheets">
  406. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  407. <Import Project="BeefRT.props" />
  408. </ImportGroup>
  409. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  410. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  411. <Import Project="BeefRT.props" />
  412. </ImportGroup>
  413. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="PropertySheets">
  414. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  415. <Import Project="BeefRT.props" />
  416. </ImportGroup>
  417. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'" Label="PropertySheets">
  418. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  419. <Import Project="BeefRT.props" />
  420. </ImportGroup>
  421. <PropertyGroup Label="UserMacros" />
  422. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  423. <TargetName>Beef$(BeefFilesVersion)RT64_d</TargetName>
  424. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  425. </PropertyGroup>
  426. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">
  427. <TargetName>Beef$(BeefFilesVersion)RT64_sd</TargetName>
  428. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  429. </PropertyGroup>
  430. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">
  431. <TargetName>Beef$(BeefFilesVersion)RT64_ssd</TargetName>
  432. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  433. </PropertyGroup>
  434. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  435. <TargetName>Beef$(BeefFilesVersion)RT64</TargetName>
  436. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  437. </PropertyGroup>
  438. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">
  439. <TargetName>Beef$(BeefFilesVersion)RT64_s</TargetName>
  440. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  441. </PropertyGroup>
  442. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">
  443. <TargetName>Beef$(BeefFilesVersion)RT64_ss</TargetName>
  444. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  445. </PropertyGroup>
  446. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  447. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  448. <TargetName>Beef$(BeefFilesVersion)RT32_d</TargetName>
  449. </PropertyGroup>
  450. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  451. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  452. <TargetName>Beef$(BeefFilesVersion)RT32_sd</TargetName>
  453. </PropertyGroup>
  454. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">
  455. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  456. <TargetName>Beef$(BeefFilesVersion)RT32_ssd</TargetName>
  457. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  458. </PropertyGroup>
  459. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  460. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  461. <TargetName>Beef$(BeefFilesVersion)RT32</TargetName>
  462. </PropertyGroup>
  463. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  464. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  465. <TargetName>Beef$(BeefFilesVersion)RT32_s</TargetName>
  466. </PropertyGroup>
  467. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">
  468. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  469. <TargetName>Beef$(BeefFilesVersion)RT32_ss</TargetName>
  470. </PropertyGroup>
  471. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  472. <ClCompile>
  473. <PrecompiledHeader>
  474. </PrecompiledHeader>
  475. <WarningLevel>Level3</WarningLevel>
  476. <Optimization>Disabled</Optimization>
  477. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  478. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  479. <LanguageStandard>stdcpp17</LanguageStandard>
  480. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  481. <SupportJustMyCode>false</SupportJustMyCode>
  482. <BufferSecurityCheck>false</BufferSecurityCheck>
  483. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  484. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  485. </ClCompile>
  486. <Link>
  487. <SubSystem>Windows</SubSystem>
  488. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  489. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  490. </Link>
  491. </ItemDefinitionGroup>
  492. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  493. <ClCompile>
  494. <PrecompiledHeader>
  495. </PrecompiledHeader>
  496. <WarningLevel>Level3</WarningLevel>
  497. <Optimization>Disabled</Optimization>
  498. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  499. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  500. <LanguageStandard>stdcpp17</LanguageStandard>
  501. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  502. <SupportJustMyCode>false</SupportJustMyCode>
  503. <BufferSecurityCheck>false</BufferSecurityCheck>
  504. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  505. </ClCompile>
  506. <Link>
  507. <SubSystem>Windows</SubSystem>
  508. <GenerateDebugInformation>true</GenerateDebugInformation>
  509. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  510. </Link>
  511. </ItemDefinitionGroup>
  512. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">
  513. <ClCompile>
  514. <PrecompiledHeader>
  515. </PrecompiledHeader>
  516. <WarningLevel>Level3</WarningLevel>
  517. <Optimization>Disabled</Optimization>
  518. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  519. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  520. <LanguageStandard>stdcpp17</LanguageStandard>
  521. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  522. <SupportJustMyCode>false</SupportJustMyCode>
  523. <BufferSecurityCheck>false</BufferSecurityCheck>
  524. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  525. </ClCompile>
  526. <Link>
  527. <SubSystem>Windows</SubSystem>
  528. <GenerateDebugInformation>true</GenerateDebugInformation>
  529. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  530. </Link>
  531. </ItemDefinitionGroup>
  532. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  533. <ClCompile>
  534. <PrecompiledHeader>
  535. </PrecompiledHeader>
  536. <WarningLevel>Level3</WarningLevel>
  537. <Optimization>Disabled</Optimization>
  538. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  539. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  540. <DisableSpecificWarnings>
  541. </DisableSpecificWarnings>
  542. <SupportJustMyCode>false</SupportJustMyCode>
  543. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  544. <LanguageStandard>stdcpp17</LanguageStandard>
  545. <BufferSecurityCheck>false</BufferSecurityCheck>
  546. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  547. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  548. </ClCompile>
  549. <Link>
  550. <SubSystem>Windows</SubSystem>
  551. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  552. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  553. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  554. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  555. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  556. </Link>
  557. </ItemDefinitionGroup>
  558. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">
  559. <ClCompile>
  560. <PrecompiledHeader>
  561. </PrecompiledHeader>
  562. <WarningLevel>Level3</WarningLevel>
  563. <Optimization>Disabled</Optimization>
  564. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  565. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  566. <DisableSpecificWarnings>
  567. </DisableSpecificWarnings>
  568. <SupportJustMyCode>false</SupportJustMyCode>
  569. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  570. <LanguageStandard>stdcpp17</LanguageStandard>
  571. <BufferSecurityCheck>false</BufferSecurityCheck>
  572. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  573. </ClCompile>
  574. <Link>
  575. <SubSystem>Windows</SubSystem>
  576. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  577. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  578. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  579. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  580. </Link>
  581. </ItemDefinitionGroup>
  582. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">
  583. <ClCompile>
  584. <PrecompiledHeader>
  585. </PrecompiledHeader>
  586. <WarningLevel>Level3</WarningLevel>
  587. <Optimization>Disabled</Optimization>
  588. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  589. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  590. <DisableSpecificWarnings>
  591. </DisableSpecificWarnings>
  592. <SupportJustMyCode>false</SupportJustMyCode>
  593. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  594. <LanguageStandard>stdcpp17</LanguageStandard>
  595. <BufferSecurityCheck>false</BufferSecurityCheck>
  596. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  597. </ClCompile>
  598. <Link>
  599. <SubSystem>Windows</SubSystem>
  600. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  601. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  602. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  603. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  604. </Link>
  605. </ItemDefinitionGroup>
  606. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  607. <ClCompile>
  608. <WarningLevel>Level3</WarningLevel>
  609. <PrecompiledHeader>
  610. </PrecompiledHeader>
  611. <Optimization>MaxSpeed</Optimization>
  612. <FunctionLevelLinking>true</FunctionLevelLinking>
  613. <IntrinsicFunctions>true</IntrinsicFunctions>
  614. <PreprocessorDefinitions>BP_DISABLED;BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  615. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  616. <LanguageStandard>stdcpp17</LanguageStandard>
  617. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  618. <BufferSecurityCheck>false</BufferSecurityCheck>
  619. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  620. </ClCompile>
  621. <Link>
  622. <SubSystem>Windows</SubSystem>
  623. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  624. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  625. <OptimizeReferences>true</OptimizeReferences>
  626. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  627. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  628. </Link>
  629. </ItemDefinitionGroup>
  630. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  631. <ClCompile>
  632. <WarningLevel>Level3</WarningLevel>
  633. <PrecompiledHeader>
  634. </PrecompiledHeader>
  635. <Optimization>MaxSpeed</Optimization>
  636. <FunctionLevelLinking>true</FunctionLevelLinking>
  637. <IntrinsicFunctions>true</IntrinsicFunctions>
  638. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  639. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  640. <LanguageStandard>stdcpp17</LanguageStandard>
  641. <BufferSecurityCheck>false</BufferSecurityCheck>
  642. </ClCompile>
  643. <Link>
  644. <SubSystem>Windows</SubSystem>
  645. <GenerateDebugInformation>true</GenerateDebugInformation>
  646. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  647. <OptimizeReferences>true</OptimizeReferences>
  648. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  649. </Link>
  650. </ItemDefinitionGroup>
  651. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">
  652. <ClCompile>
  653. <WarningLevel>Level3</WarningLevel>
  654. <PrecompiledHeader>
  655. </PrecompiledHeader>
  656. <Optimization>MaxSpeed</Optimization>
  657. <FunctionLevelLinking>true</FunctionLevelLinking>
  658. <IntrinsicFunctions>true</IntrinsicFunctions>
  659. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  660. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  661. <LanguageStandard>stdcpp17</LanguageStandard>
  662. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  663. <BufferSecurityCheck>false</BufferSecurityCheck>
  664. </ClCompile>
  665. <Link>
  666. <SubSystem>Windows</SubSystem>
  667. <GenerateDebugInformation>true</GenerateDebugInformation>
  668. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  669. <OptimizeReferences>true</OptimizeReferences>
  670. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  671. </Link>
  672. </ItemDefinitionGroup>
  673. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  674. <ClCompile>
  675. <WarningLevel>Level3</WarningLevel>
  676. <PrecompiledHeader>
  677. </PrecompiledHeader>
  678. <Optimization>MaxSpeed</Optimization>
  679. <FunctionLevelLinking>true</FunctionLevelLinking>
  680. <IntrinsicFunctions>true</IntrinsicFunctions>
  681. <PreprocessorDefinitions>BP_DISABLED;BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  682. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  683. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  684. <BufferSecurityCheck>false</BufferSecurityCheck>
  685. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  686. <ExceptionHandling>false</ExceptionHandling>
  687. <FloatingPointExceptions>false</FloatingPointExceptions>
  688. <LanguageStandard>stdcpp17</LanguageStandard>
  689. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  690. </ClCompile>
  691. <Link>
  692. <SubSystem>Windows</SubSystem>
  693. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  694. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  695. <OptimizeReferences>true</OptimizeReferences>
  696. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  697. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  698. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  699. </Link>
  700. </ItemDefinitionGroup>
  701. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">
  702. <ClCompile>
  703. <WarningLevel>Level3</WarningLevel>
  704. <PrecompiledHeader>
  705. </PrecompiledHeader>
  706. <Optimization>MaxSpeed</Optimization>
  707. <FunctionLevelLinking>true</FunctionLevelLinking>
  708. <IntrinsicFunctions>true</IntrinsicFunctions>
  709. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  710. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  711. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  712. <BufferSecurityCheck>false</BufferSecurityCheck>
  713. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  714. <LanguageStandard>stdcpp17</LanguageStandard>
  715. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  716. </ClCompile>
  717. <Link>
  718. <SubSystem>Windows</SubSystem>
  719. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  720. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  721. <OptimizeReferences>true</OptimizeReferences>
  722. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  723. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  724. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  725. </Link>
  726. </ItemDefinitionGroup>
  727. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">
  728. <ClCompile>
  729. <WarningLevel>Level3</WarningLevel>
  730. <PrecompiledHeader>
  731. </PrecompiledHeader>
  732. <Optimization>MaxSpeed</Optimization>
  733. <FunctionLevelLinking>true</FunctionLevelLinking>
  734. <IntrinsicFunctions>true</IntrinsicFunctions>
  735. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  736. <AdditionalIncludeDirectories>.;..;../BeefySysLib/third_party;../BeefySysLib;../BeefySysLib/platform/win;gperftools/src;gperftools/src/windows;../BeefySysLib/third_party/libffi/i686-pc-cygwin;../BeefySysLib/third_party/libffi/i686-pc-cygwin/include;../BeefySysLib/third_party/libffi/include</AdditionalIncludeDirectories>
  737. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  738. <BufferSecurityCheck>false</BufferSecurityCheck>
  739. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  740. <LanguageStandard>stdcpp17</LanguageStandard>
  741. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  742. </ClCompile>
  743. <Link>
  744. <SubSystem>Windows</SubSystem>
  745. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  746. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  747. <OptimizeReferences>true</OptimizeReferences>
  748. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  749. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  750. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  751. </Link>
  752. </ItemDefinitionGroup>
  753. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  754. <ImportGroup Label="ExtensionTargets">
  755. </ImportGroup>
  756. </Project>