BeefRT.vcxproj 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  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.17763.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>v142</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>v142</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>v142</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>v142</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>v142</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>v142</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>v142</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>v142</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>v142</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>v142</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>v142</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>v142</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\util\AllocDebug.cpp" />
  256. <ClCompile Include="..\BeefySysLib\util\BeefPerf.cpp" />
  257. <ClCompile Include="..\BeefySysLib\util\String.cpp" />
  258. <ClCompile Include="..\BeefySysLib\util\UTF8.cpp" />
  259. <ClCompile Include="rt\Object.cpp" />
  260. <ClCompile Include="rt\Chars.cpp" />
  261. <ClCompile Include="rt\Internal.cpp" />
  262. <ClCompile Include="rt\Math.cpp" />
  263. <ClCompile Include="rt\StompAlloc.cpp" />
  264. <ClCompile Include="rt\Thread.cpp" />
  265. <ClCompile Include="rt\ThreadLocalStorage.cpp" />
  266. </ItemGroup>
  267. <ItemGroup>
  268. <ClInclude Include="..\BeefySysLib\Common.h" />
  269. <ClInclude Include="..\BeefySysLib\platform\win\BFPlatform.h" />
  270. <ClInclude Include="..\BeefySysLib\platform\win\CrashCatcher.h" />
  271. <ClInclude Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\include\ffi.h" />
  272. <ClInclude Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\include\ffitarget.h" />
  273. <ClInclude Include="..\BeefySysLib\third_party\utf8proc\utf8proc.h" />
  274. <ClInclude Include="..\BeefySysLib\util\BeefPerf.h" />
  275. <ClInclude Include="..\BeefySysLib\util\String.h" />
  276. <ClInclude Include="..\BeefySysLib\util\UTF8.h" />
  277. <ClInclude Include="rt\BfObjects.h" />
  278. <ClInclude Include="rt\StompAlloc.h" />
  279. <ClInclude Include="rt\Thread.h" />
  280. <ClInclude Include="rt\ThreadLocalStorage.h" />
  281. </ItemGroup>
  282. <ItemGroup>
  283. <CustomBuild Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\src\x86\win64.asm">
  284. <FileType>Document</FileType>
  285. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  286. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  287. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  288. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  289. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  290. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  291. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  292. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  293. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  294. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  295. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  296. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">ml64.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  297. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing MASM</Message>
  298. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">Executing MASM</Message>
  299. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">Executing MASM</Message>
  300. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Executing MASM</Message>
  301. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">Executing MASM</Message>
  302. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">Executing MASM</Message>
  303. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing MASM</Message>
  304. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">Executing MASM</Message>
  305. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">Executing MASM</Message>
  306. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Executing MASM</Message>
  307. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">Executing MASM</Message>
  308. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">Executing MASM</Message>
  309. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  310. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  311. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  312. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)$(TargetName).obj</Outputs>
  313. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">$(OutDir)$(TargetName).obj</Outputs>
  314. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">$(OutDir)$(TargetName).obj</Outputs>
  315. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  316. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  317. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  318. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)$(TargetName).obj</Outputs>
  319. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">$(OutDir)$(TargetName).obj</Outputs>
  320. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">$(OutDir)$(TargetName).obj</Outputs>
  321. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  322. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">true</ExcludedFromBuild>
  323. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">true</ExcludedFromBuild>
  324. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">true</ExcludedFromBuild>
  325. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">true</ExcludedFromBuild>
  326. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  327. </CustomBuild>
  328. </ItemGroup>
  329. <ItemGroup>
  330. <CustomBuild Include="..\BeefySysLib\third_party\libffi\i686-pc-cygwin\src\x86\win32.asm">
  331. <FileType>Document</FileType>
  332. <DeploymentContent>false</DeploymentContent>
  333. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
  334. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">false</ExcludedFromBuild>
  335. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">false</ExcludedFromBuild>
  336. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  337. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">true</ExcludedFromBuild>
  338. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">true</ExcludedFromBuild>
  339. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
  340. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">false</ExcludedFromBuild>
  341. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">false</ExcludedFromBuild>
  342. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  343. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">true</ExcludedFromBuild>
  344. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">true</ExcludedFromBuild>
  345. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  346. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  347. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  348. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  349. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  350. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(TargetName).obj</Outputs>
  351. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing MASM</Message>
  352. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">Executing MASM</Message>
  353. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">Executing MASM</Message>
  354. <Message Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">Executing MASM</Message>
  355. <Message Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">Executing MASM</Message>
  356. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing MASM</Message>
  357. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  358. <Command Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  359. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  360. <Command Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  361. <Command Condition="'$(Configuration)|$(Platform)'=='Debug 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|Win32'">ml.exe /c /nologo /Zi /Fo"$(OutDir)$(TargetName).obj" /Fl"" /W3 /errorReport:prompt /Ta "%(FullPath)"</Command>
  363. </CustomBuild>
  364. </ItemGroup>
  365. <ItemGroup>
  366. <None Include="BeefRT.def" />
  367. </ItemGroup>
  368. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  369. <ImportGroup Label="ExtensionSettings">
  370. </ImportGroup>
  371. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  372. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  373. <Import Project="BeefRT.props" />
  374. </ImportGroup>
  375. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="PropertySheets">
  376. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  377. <Import Project="BeefRT.props" />
  378. </ImportGroup>
  379. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'" Label="PropertySheets">
  380. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  381. <Import Project="BeefRT.props" />
  382. </ImportGroup>
  383. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  384. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  385. <Import Project="BeefRT.props" />
  386. </ImportGroup>
  387. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="PropertySheets">
  388. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  389. <Import Project="BeefRT.props" />
  390. </ImportGroup>
  391. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'" Label="PropertySheets">
  392. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  393. <Import Project="BeefRT.props" />
  394. </ImportGroup>
  395. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  396. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  397. <Import Project="BeefRT.props" />
  398. </ImportGroup>
  399. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="PropertySheets">
  400. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  401. <Import Project="BeefRT.props" />
  402. </ImportGroup>
  403. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'" Label="PropertySheets">
  404. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  405. <Import Project="BeefRT.props" />
  406. </ImportGroup>
  407. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  408. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  409. <Import Project="BeefRT.props" />
  410. </ImportGroup>
  411. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="PropertySheets">
  412. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  413. <Import Project="BeefRT.props" />
  414. </ImportGroup>
  415. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'" Label="PropertySheets">
  416. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  417. <Import Project="BeefRT.props" />
  418. </ImportGroup>
  419. <PropertyGroup Label="UserMacros" />
  420. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  421. <TargetName>Beef$(BeefFilesVersion)RT64_d</TargetName>
  422. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  423. </PropertyGroup>
  424. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">
  425. <TargetName>Beef$(BeefFilesVersion)RT64_sd</TargetName>
  426. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  427. </PropertyGroup>
  428. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">
  429. <TargetName>Beef$(BeefFilesVersion)RT64_ssd</TargetName>
  430. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  431. </PropertyGroup>
  432. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  433. <TargetName>Beef$(BeefFilesVersion)RT64</TargetName>
  434. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  435. </PropertyGroup>
  436. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">
  437. <TargetName>Beef$(BeefFilesVersion)RT64_s</TargetName>
  438. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  439. </PropertyGroup>
  440. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">
  441. <TargetName>Beef$(BeefFilesVersion)RT64_ss</TargetName>
  442. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  443. </PropertyGroup>
  444. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  445. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  446. <TargetName>Beef$(BeefFilesVersion)RT32_d</TargetName>
  447. </PropertyGroup>
  448. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  449. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  450. <TargetName>Beef$(BeefFilesVersion)RT32_sd</TargetName>
  451. </PropertyGroup>
  452. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">
  453. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  454. <TargetName>Beef$(BeefFilesVersion)RT32_ssd</TargetName>
  455. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  456. </PropertyGroup>
  457. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  458. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  459. <TargetName>Beef$(BeefFilesVersion)RT32</TargetName>
  460. </PropertyGroup>
  461. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  462. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  463. <TargetName>Beef$(BeefFilesVersion)RT32_s</TargetName>
  464. </PropertyGroup>
  465. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">
  466. <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
  467. <TargetName>Beef$(BeefFilesVersion)RT32_ss</TargetName>
  468. </PropertyGroup>
  469. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  470. <ClCompile>
  471. <PrecompiledHeader>
  472. </PrecompiledHeader>
  473. <WarningLevel>Level3</WarningLevel>
  474. <Optimization>Disabled</Optimization>
  475. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  476. <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>
  477. <LanguageStandard>stdcpp17</LanguageStandard>
  478. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  479. <SupportJustMyCode>false</SupportJustMyCode>
  480. <BufferSecurityCheck>false</BufferSecurityCheck>
  481. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  482. </ClCompile>
  483. <Link>
  484. <SubSystem>Windows</SubSystem>
  485. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  486. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  487. </Link>
  488. </ItemDefinitionGroup>
  489. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  490. <ClCompile>
  491. <PrecompiledHeader>
  492. </PrecompiledHeader>
  493. <WarningLevel>Level3</WarningLevel>
  494. <Optimization>Disabled</Optimization>
  495. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  496. <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>
  497. <LanguageStandard>stdcpp17</LanguageStandard>
  498. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  499. <SupportJustMyCode>false</SupportJustMyCode>
  500. <BufferSecurityCheck>false</BufferSecurityCheck>
  501. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  502. </ClCompile>
  503. <Link>
  504. <SubSystem>Windows</SubSystem>
  505. <GenerateDebugInformation>true</GenerateDebugInformation>
  506. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  507. </Link>
  508. </ItemDefinitionGroup>
  509. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'">
  510. <ClCompile>
  511. <PrecompiledHeader>
  512. </PrecompiledHeader>
  513. <WarningLevel>Level3</WarningLevel>
  514. <Optimization>Disabled</Optimization>
  515. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  516. <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>
  517. <LanguageStandard>stdcpp17</LanguageStandard>
  518. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  519. <SupportJustMyCode>false</SupportJustMyCode>
  520. <BufferSecurityCheck>false</BufferSecurityCheck>
  521. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  522. </ClCompile>
  523. <Link>
  524. <SubSystem>Windows</SubSystem>
  525. <GenerateDebugInformation>true</GenerateDebugInformation>
  526. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  527. </Link>
  528. </ItemDefinitionGroup>
  529. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  530. <ClCompile>
  531. <PrecompiledHeader>
  532. </PrecompiledHeader>
  533. <WarningLevel>Level3</WarningLevel>
  534. <Optimization>Disabled</Optimization>
  535. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  536. <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>
  537. <DisableSpecificWarnings>
  538. </DisableSpecificWarnings>
  539. <SupportJustMyCode>false</SupportJustMyCode>
  540. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  541. <LanguageStandard>stdcpp17</LanguageStandard>
  542. <BufferSecurityCheck>false</BufferSecurityCheck>
  543. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  544. </ClCompile>
  545. <Link>
  546. <SubSystem>Windows</SubSystem>
  547. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  548. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  549. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  550. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  551. <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>
  552. </Link>
  553. </ItemDefinitionGroup>
  554. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'">
  555. <ClCompile>
  556. <PrecompiledHeader>
  557. </PrecompiledHeader>
  558. <WarningLevel>Level3</WarningLevel>
  559. <Optimization>Disabled</Optimization>
  560. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  561. <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>
  562. <DisableSpecificWarnings>
  563. </DisableSpecificWarnings>
  564. <SupportJustMyCode>false</SupportJustMyCode>
  565. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  566. <LanguageStandard>stdcpp17</LanguageStandard>
  567. <BufferSecurityCheck>false</BufferSecurityCheck>
  568. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  569. </ClCompile>
  570. <Link>
  571. <SubSystem>Windows</SubSystem>
  572. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  573. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  574. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  575. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  576. </Link>
  577. </ItemDefinitionGroup>
  578. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'">
  579. <ClCompile>
  580. <PrecompiledHeader>
  581. </PrecompiledHeader>
  582. <WarningLevel>Level3</WarningLevel>
  583. <Optimization>Disabled</Optimization>
  584. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  585. <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>
  586. <DisableSpecificWarnings>
  587. </DisableSpecificWarnings>
  588. <SupportJustMyCode>false</SupportJustMyCode>
  589. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  590. <LanguageStandard>stdcpp17</LanguageStandard>
  591. <BufferSecurityCheck>false</BufferSecurityCheck>
  592. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  593. </ClCompile>
  594. <Link>
  595. <SubSystem>Windows</SubSystem>
  596. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  597. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  598. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  599. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  600. </Link>
  601. </ItemDefinitionGroup>
  602. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  603. <ClCompile>
  604. <WarningLevel>Level3</WarningLevel>
  605. <PrecompiledHeader>
  606. </PrecompiledHeader>
  607. <Optimization>MaxSpeed</Optimization>
  608. <FunctionLevelLinking>true</FunctionLevelLinking>
  609. <IntrinsicFunctions>true</IntrinsicFunctions>
  610. <PreprocessorDefinitions>BP_DISABLED;BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  611. <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>
  612. <LanguageStandard>stdcpp17</LanguageStandard>
  613. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  614. <BufferSecurityCheck>false</BufferSecurityCheck>
  615. </ClCompile>
  616. <Link>
  617. <SubSystem>Windows</SubSystem>
  618. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  619. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  620. <OptimizeReferences>true</OptimizeReferences>
  621. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  622. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  623. </Link>
  624. </ItemDefinitionGroup>
  625. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  626. <ClCompile>
  627. <WarningLevel>Level3</WarningLevel>
  628. <PrecompiledHeader>
  629. </PrecompiledHeader>
  630. <Optimization>MaxSpeed</Optimization>
  631. <FunctionLevelLinking>true</FunctionLevelLinking>
  632. <IntrinsicFunctions>true</IntrinsicFunctions>
  633. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  634. <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>
  635. <LanguageStandard>stdcpp17</LanguageStandard>
  636. <BufferSecurityCheck>false</BufferSecurityCheck>
  637. </ClCompile>
  638. <Link>
  639. <SubSystem>Windows</SubSystem>
  640. <GenerateDebugInformation>true</GenerateDebugInformation>
  641. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  642. <OptimizeReferences>true</OptimizeReferences>
  643. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  644. </Link>
  645. </ItemDefinitionGroup>
  646. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'">
  647. <ClCompile>
  648. <WarningLevel>Level3</WarningLevel>
  649. <PrecompiledHeader>
  650. </PrecompiledHeader>
  651. <Optimization>MaxSpeed</Optimization>
  652. <FunctionLevelLinking>true</FunctionLevelLinking>
  653. <IntrinsicFunctions>true</IntrinsicFunctions>
  654. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  655. <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>
  656. <LanguageStandard>stdcpp17</LanguageStandard>
  657. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  658. <BufferSecurityCheck>false</BufferSecurityCheck>
  659. </ClCompile>
  660. <Link>
  661. <SubSystem>Windows</SubSystem>
  662. <GenerateDebugInformation>true</GenerateDebugInformation>
  663. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  664. <OptimizeReferences>true</OptimizeReferences>
  665. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  666. </Link>
  667. </ItemDefinitionGroup>
  668. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  669. <ClCompile>
  670. <WarningLevel>Level3</WarningLevel>
  671. <PrecompiledHeader>
  672. </PrecompiledHeader>
  673. <Optimization>MaxSpeed</Optimization>
  674. <FunctionLevelLinking>true</FunctionLevelLinking>
  675. <IntrinsicFunctions>true</IntrinsicFunctions>
  676. <PreprocessorDefinitions>BP_DISABLED;BF_SMALL;BF_NO_BFAPP;BFSYSLIB_DYNAMIC;BFRT_DYNAMIC;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  677. <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>
  678. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  679. <BufferSecurityCheck>false</BufferSecurityCheck>
  680. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  681. <ExceptionHandling>false</ExceptionHandling>
  682. <FloatingPointExceptions>false</FloatingPointExceptions>
  683. <LanguageStandard>stdcpp17</LanguageStandard>
  684. </ClCompile>
  685. <Link>
  686. <SubSystem>Windows</SubSystem>
  687. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  688. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  689. <OptimizeReferences>true</OptimizeReferences>
  690. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  691. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  692. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  693. </Link>
  694. </ItemDefinitionGroup>
  695. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">
  696. <ClCompile>
  697. <WarningLevel>Level3</WarningLevel>
  698. <PrecompiledHeader>
  699. </PrecompiledHeader>
  700. <Optimization>MaxSpeed</Optimization>
  701. <FunctionLevelLinking>true</FunctionLevelLinking>
  702. <IntrinsicFunctions>true</IntrinsicFunctions>
  703. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  704. <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>
  705. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  706. <BufferSecurityCheck>false</BufferSecurityCheck>
  707. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  708. <LanguageStandard>stdcpp17</LanguageStandard>
  709. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  710. </ClCompile>
  711. <Link>
  712. <SubSystem>Windows</SubSystem>
  713. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  714. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  715. <OptimizeReferences>true</OptimizeReferences>
  716. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  717. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  718. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  719. </Link>
  720. </ItemDefinitionGroup>
  721. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'">
  722. <ClCompile>
  723. <WarningLevel>Level3</WarningLevel>
  724. <PrecompiledHeader>
  725. </PrecompiledHeader>
  726. <Optimization>MaxSpeed</Optimization>
  727. <FunctionLevelLinking>true</FunctionLevelLinking>
  728. <IntrinsicFunctions>true</IntrinsicFunctions>
  729. <PreprocessorDefinitions>BF_SMALL;BF_NO_BFAPP;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  730. <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>
  731. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  732. <BufferSecurityCheck>false</BufferSecurityCheck>
  733. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  734. <LanguageStandard>stdcpp17</LanguageStandard>
  735. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  736. </ClCompile>
  737. <Link>
  738. <SubSystem>Windows</SubSystem>
  739. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  740. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  741. <OptimizeReferences>true</OptimizeReferences>
  742. <OutputFile>$(SolutionDir)\IDE\dist\$(TargetName).dll</OutputFile>
  743. <ImportLibrary>$(SolutionDir)\IDE\dist\$(TargetName).lib</ImportLibrary>
  744. <ModuleDefinitionFile>BeefRT.def</ModuleDefinitionFile>
  745. </Link>
  746. </ItemDefinitionGroup>
  747. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  748. <ImportGroup Label="ExtensionTargets">
  749. </ImportGroup>
  750. </Project>