libPolycodeLUA.vcxproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ClInclude Include="..\..\..\Contents\LUA\Include\PolycodeLUA.h" />
  15. <ClInclude Include="..\..\..\Contents\LUA\Include\PolycodeLUA2D.h" />
  16. <ClInclude Include="..\..\..\Contents\LUA\Include\PolycodeLUAWrappers.h" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ClCompile Include="..\..\..\Contents\LUA\Source\PolycodeLUA.cpp" />
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{B385DF0A-7408-45CF-B0FF-ACA07130AB7C}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>libPolycodeLUA</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  33. <ConfigurationType>StaticLibrary</ConfigurationType>
  34. <UseDebugLibraries>false</UseDebugLibraries>
  35. <WholeProgramOptimization>true</WholeProgramOptimization>
  36. <CharacterSet>Unicode</CharacterSet>
  37. </PropertyGroup>
  38. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  39. <ImportGroup Label="ExtensionSettings">
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  45. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  46. </ImportGroup>
  47. <PropertyGroup Label="UserMacros" />
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  49. <IncludePath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Core\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Bindings\Contents\LUA\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  52. <IncludePath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Core\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Bindings\Contents\LUA\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
  53. </PropertyGroup>
  54. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  55. <ClCompile>
  56. <PrecompiledHeader>
  57. </PrecompiledHeader>
  58. <WarningLevel>Level3</WarningLevel>
  59. <Optimization>Disabled</Optimization>
  60. <PreprocessorDefinitions>_WINDOWS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  61. </ClCompile>
  62. <Link>
  63. <SubSystem>Windows</SubSystem>
  64. <GenerateDebugInformation>true</GenerateDebugInformation>
  65. </Link>
  66. </ItemDefinitionGroup>
  67. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <ClCompile>
  69. <WarningLevel>Level3</WarningLevel>
  70. <PrecompiledHeader>
  71. </PrecompiledHeader>
  72. <Optimization>MaxSpeed</Optimization>
  73. <FunctionLevelLinking>true</FunctionLevelLinking>
  74. <IntrinsicFunctions>true</IntrinsicFunctions>
  75. <PreprocessorDefinitions>_WINDOWS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76. </ClCompile>
  77. <Link>
  78. <SubSystem>Windows</SubSystem>
  79. <GenerateDebugInformation>true</GenerateDebugInformation>
  80. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  81. <OptimizeReferences>true</OptimizeReferences>
  82. </Link>
  83. </ItemDefinitionGroup>
  84. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  85. <ImportGroup Label="ExtensionTargets">
  86. </ImportGroup>
  87. </Project>