You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 rivejä
762 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!--
  4. - lolengine.targets
  5. -
  6. - This file should be referenced by any project that uses Lol Engine
  7. -->
  8. <PropertyGroup>
  9. <LolEngineDir Condition="'$(LolEngineDir)'==''">$(MsBuildThisFileDirectory)</LolEngineDir>
  10. <_LolEngineTargetsIncluded>true</_LolEngineTargetsIncluded>
  11. </PropertyGroup>
  12. <Import Project="$(VCTargetsPath)Microsoft.Cpp.targets" />
  13. <ImportGroup Label="ExtensionTargets">
  14. <Import Project="$(LolEngineDir)build/msbuild/embed.targets" />
  15. <Import Condition="'$(enable_kinc)'!='no'"
  16. Project="$(LolEngineDir)build/msbuild/kinc.targets" />
  17. </ImportGroup>
  18. </Project>