BansheeSL.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="DebugRelease|Win32">
  5. <Configuration>DebugRelease</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugRelease|x64">
  9. <Configuration>DebugRelease</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{2BA791F1-87F6-4863-A784-D07FF605AC5E}</ProjectGuid>
  31. <RootNamespace>BansheeSL</RootNamespace>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v120</PlatformToolset>
  38. <CharacterSet>NotSet</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v120</PlatformToolset>
  44. <CharacterSet>NotSet</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v120</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>NotSet</CharacterSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  54. <ConfigurationType>DynamicLibrary</ConfigurationType>
  55. <UseDebugLibraries>false</UseDebugLibraries>
  56. <PlatformToolset>v120</PlatformToolset>
  57. <WholeProgramOptimization>true</WholeProgramOptimization>
  58. <CharacterSet>NotSet</CharacterSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'" Label="Configuration">
  61. <ConfigurationType>DynamicLibrary</ConfigurationType>
  62. <UseDebugLibraries>false</UseDebugLibraries>
  63. <PlatformToolset>v120</PlatformToolset>
  64. <WholeProgramOptimization>true</WholeProgramOptimization>
  65. <CharacterSet>NotSet</CharacterSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'" Label="Configuration">
  68. <ConfigurationType>DynamicLibrary</ConfigurationType>
  69. <UseDebugLibraries>false</UseDebugLibraries>
  70. <PlatformToolset>v120</PlatformToolset>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. <CharacterSet>NotSet</CharacterSet>
  73. </PropertyGroup>
  74. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  75. <ImportGroup Label="ExtensionSettings" />
  76. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. </ImportGroup>
  79. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'" Label="PropertySheets">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <PropertyGroup Label="UserMacros" />
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  97. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  100. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  101. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  104. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  105. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  108. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  109. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'">
  112. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  113. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">
  116. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  117. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  118. </PropertyGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  120. <ClCompile>
  121. <WarningLevel>Level3</WarningLevel>
  122. <Optimization>Disabled</Optimization>
  123. <SDLCheck>false</SDLCheck>
  124. <AdditionalIncludeDirectories>../BansheeCore/Include;../BansheeUtility/Include;../BansheeEngine/Include;./Include;../Dependencies/Include;./</AdditionalIncludeDirectories>
  125. <PreprocessorDefinitions>BS_SL_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. </ClCompile>
  127. <Link>
  128. <GenerateDebugInformation>true</GenerateDebugInformation>
  129. <AdditionalLibraryDirectories>../lib/x86/$(Configuration);../Dependencies/lib/x86/Debug</AdditionalLibraryDirectories>
  130. <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;BansheeEngine.lib;%(AdditionalDependencies)</AdditionalDependencies>
  131. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  132. </Link>
  133. <PreBuildEvent>
  134. <Command>.\Dependencies\tools\flex\flex.exe --wincompat BsLexerFX.l &amp; .\Dependencies\tools\bison\bison.exe BsParserFX.y</Command>
  135. </PreBuildEvent>
  136. <PreBuildEvent>
  137. <Message>Building lexer/parser...</Message>
  138. </PreBuildEvent>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  141. <ClCompile>
  142. <WarningLevel>Level3</WarningLevel>
  143. <Optimization>Disabled</Optimization>
  144. <SDLCheck>false</SDLCheck>
  145. <AdditionalIncludeDirectories>../BansheeCore/Include;../BansheeUtility/Include;../BansheeEngine/Include;./Include;../Dependencies/Include;./</AdditionalIncludeDirectories>
  146. <PreprocessorDefinitions>BS_SL_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. </ClCompile>
  148. <Link>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. <AdditionalLibraryDirectories>../lib/$(Platform)/$(Configuration);../Dependencies/lib/x64/Debug</AdditionalLibraryDirectories>
  151. <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;BansheeEngine.lib;%(AdditionalDependencies)</AdditionalDependencies>
  152. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  153. </Link>
  154. <PreBuildEvent>
  155. <Command>.\Dependencies\tools\flex\flex.exe --wincompat BsLexerFX.l &amp; .\Dependencies\tools\bison\bison.exe BsParserFX.y</Command>
  156. </PreBuildEvent>
  157. <PreBuildEvent>
  158. <Message>Building lexer/parser...</Message>
  159. </PreBuildEvent>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  162. <ClCompile>
  163. <WarningLevel>Level3</WarningLevel>
  164. <Optimization>MaxSpeed</Optimization>
  165. <FunctionLevelLinking>true</FunctionLevelLinking>
  166. <IntrinsicFunctions>true</IntrinsicFunctions>
  167. <SDLCheck>false</SDLCheck>
  168. <AdditionalIncludeDirectories>../BansheeCore/Include;../BansheeUtility/Include;../BansheeEngine/Include;./Include;../Dependencies/Include;./</AdditionalIncludeDirectories>
  169. <PreprocessorDefinitions>BS_SL_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <DebugInformationFormat>None</DebugInformationFormat>
  171. </ClCompile>
  172. <Link>
  173. <GenerateDebugInformation>false</GenerateDebugInformation>
  174. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  175. <OptimizeReferences>true</OptimizeReferences>
  176. <AdditionalLibraryDirectories>../lib/x86/$(Configuration);../Dependencies/lib/x86/Debug</AdditionalLibraryDirectories>
  177. <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;BansheeEngine.lib;%(AdditionalDependencies)</AdditionalDependencies>
  178. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  179. </Link>
  180. <PreBuildEvent>
  181. <Command>.\Dependencies\tools\flex\flex.exe --wincompat BsLexerFX.l &amp; .\Dependencies\tools\bison\bison.exe BsParserFX.y</Command>
  182. </PreBuildEvent>
  183. <PreBuildEvent>
  184. <Message>Building lexer/parser...</Message>
  185. </PreBuildEvent>
  186. </ItemDefinitionGroup>
  187. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  188. <ClCompile>
  189. <WarningLevel>Level3</WarningLevel>
  190. <Optimization>MaxSpeed</Optimization>
  191. <FunctionLevelLinking>true</FunctionLevelLinking>
  192. <IntrinsicFunctions>true</IntrinsicFunctions>
  193. <SDLCheck>false</SDLCheck>
  194. <AdditionalIncludeDirectories>../BansheeCore/Include;../BansheeUtility/Include;../BansheeEngine/Include;./Include;../Dependencies/Include;./</AdditionalIncludeDirectories>
  195. <PreprocessorDefinitions>BS_SL_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  196. <DebugInformationFormat>None</DebugInformationFormat>
  197. </ClCompile>
  198. <Link>
  199. <GenerateDebugInformation>false</GenerateDebugInformation>
  200. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  201. <OptimizeReferences>true</OptimizeReferences>
  202. <AdditionalLibraryDirectories>../lib/$(Platform)/$(Configuration);../Dependencies/lib/x64/Debug</AdditionalLibraryDirectories>
  203. <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;BansheeEngine.lib;%(AdditionalDependencies)</AdditionalDependencies>
  204. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  205. </Link>
  206. <PreBuildEvent>
  207. <Command>.\Dependencies\tools\flex\flex.exe --wincompat BsLexerFX.l &amp; .\Dependencies\tools\bison\bison.exe BsParserFX.y</Command>
  208. </PreBuildEvent>
  209. <PreBuildEvent>
  210. <Message>Building lexer/parser...</Message>
  211. </PreBuildEvent>
  212. </ItemDefinitionGroup>
  213. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'">
  214. <ClCompile>
  215. <WarningLevel>Level3</WarningLevel>
  216. <Optimization>MaxSpeed</Optimization>
  217. <FunctionLevelLinking>true</FunctionLevelLinking>
  218. <IntrinsicFunctions>true</IntrinsicFunctions>
  219. <SDLCheck>false</SDLCheck>
  220. <AdditionalIncludeDirectories>../BansheeCore/Include;../BansheeUtility/Include;../BansheeEngine/Include;./Include;../Dependencies/Include;./</AdditionalIncludeDirectories>
  221. <PreprocessorDefinitions>BS_SL_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  222. </ClCompile>
  223. <Link>
  224. <GenerateDebugInformation>true</GenerateDebugInformation>
  225. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  226. <OptimizeReferences>true</OptimizeReferences>
  227. <AdditionalLibraryDirectories>../lib/x86/$(Configuration);../Dependencies/lib/x86/Debug</AdditionalLibraryDirectories>
  228. <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;BansheeEngine.lib;%(AdditionalDependencies)</AdditionalDependencies>
  229. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  230. </Link>
  231. <PreBuildEvent>
  232. <Command>.\Dependencies\tools\flex\flex.exe --wincompat BsLexerFX.l &amp; .\Dependencies\tools\bison\bison.exe BsParserFX.y</Command>
  233. </PreBuildEvent>
  234. <PreBuildEvent>
  235. <Message>Building lexer/parser...</Message>
  236. </PreBuildEvent>
  237. </ItemDefinitionGroup>
  238. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">
  239. <ClCompile>
  240. <WarningLevel>Level3</WarningLevel>
  241. <Optimization>MaxSpeed</Optimization>
  242. <FunctionLevelLinking>true</FunctionLevelLinking>
  243. <IntrinsicFunctions>true</IntrinsicFunctions>
  244. <SDLCheck>false</SDLCheck>
  245. <AdditionalIncludeDirectories>../BansheeCore/Include;../BansheeUtility/Include;../BansheeEngine/Include;./Include;../Dependencies/Include;./</AdditionalIncludeDirectories>
  246. <PreprocessorDefinitions>BS_SL_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  247. </ClCompile>
  248. <Link>
  249. <GenerateDebugInformation>true</GenerateDebugInformation>
  250. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  251. <OptimizeReferences>true</OptimizeReferences>
  252. <AdditionalLibraryDirectories>../lib/$(Platform)/$(Configuration);../Dependencies/lib/x64/Debug</AdditionalLibraryDirectories>
  253. <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;BansheeEngine.lib;%(AdditionalDependencies)</AdditionalDependencies>
  254. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  255. </Link>
  256. <PreBuildEvent>
  257. <Command>.\Dependencies\tools\flex\flex.exe --wincompat BsLexerFX.l &amp; .\Dependencies\tools\bison\bison.exe BsParserFX.y</Command>
  258. </PreBuildEvent>
  259. <PreBuildEvent>
  260. <Message>Building lexer/parser...</Message>
  261. </PreBuildEvent>
  262. </ItemDefinitionGroup>
  263. <ItemGroup>
  264. <ClInclude Include="BsLexerFX.h" />
  265. <ClInclude Include="BsParserFX.h" />
  266. <ClInclude Include="Include\BsASTFX.h" />
  267. <ClInclude Include="Include\BsSLFXCompiler.h" />
  268. <ClInclude Include="Include\BsSLImporter.h" />
  269. <ClInclude Include="Include\BsMMAlloc.h" />
  270. <ClInclude Include="Include\BsSLPrerequisites.h" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <None Include="BsParserFX.y" />
  274. <None Include="BsLexerFX.l" />
  275. </ItemGroup>
  276. <ItemGroup>
  277. <ClCompile Include="BsLexerFX.c">
  278. <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Default</CompileAs>
  279. <CompileAs Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">Default</CompileAs>
  280. </ClCompile>
  281. <ClCompile Include="BsParserFX.c">
  282. <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Default</CompileAs>
  283. <CompileAs Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">Default</CompileAs>
  284. </ClCompile>
  285. <ClCompile Include="Source\BsASTFX.c" />
  286. <ClCompile Include="Source\BSMMAlloc.c" />
  287. <ClCompile Include="Source\BsSLFXCompiler.cpp" />
  288. <ClCompile Include="Source\BsSLImporter.cpp" />
  289. <ClCompile Include="Source\BsSLPlugin.cpp" />
  290. </ItemGroup>
  291. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  292. <ImportGroup Label="ExtensionTargets" />
  293. </Project>