ERM.vcxproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="RD|Win32">
  13. <Configuration>RD</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="RD|x64">
  17. <Configuration>RD</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{8F202F43-106D-4F63-AD9D-B1D43E803E8C}</ProjectGuid>
  23. <RootNamespace>ERM</RootNamespace>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>DynamicLibrary</ConfigurationType>
  28. <UseDebugLibraries>true</UseDebugLibraries>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  32. <ConfigurationType>DynamicLibrary</ConfigurationType>
  33. <UseDebugLibraries>true</UseDebugLibraries>
  34. <CharacterSet>MultiByte</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <WholeProgramOptimization>true</WholeProgramOptimization>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  49. <ImportGroup Label="ExtensionSettings">
  50. </ImportGroup>
  51. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. <Import Project="..\..\VCMI_global.props" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="..\..\VCMI_global.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="..\..\VCMI_global.props" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="..\..\VCMI_global.props" />
  66. </ImportGroup>
  67. <PropertyGroup Label="UserMacros" />
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  69. <OutDir>$(SolutionDir)\Scripting\</OutDir>
  70. <IncludePath>$(IncludePath)</IncludePath>
  71. <LibraryPath>$(LibraryPath)</LibraryPath>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <OutDir>$(SolutionDir)\Scripting\</OutDir>
  75. <IncludePath>$(IncludePath)</IncludePath>
  76. <LibraryPath>$(LibraryPath)</LibraryPath>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  79. <OutDir>$(SolutionDir)$(Configuration)\bin\Scripting\</OutDir>
  80. <IncludePath>$(IncludePath)</IncludePath>
  81. <LibraryPath>$(LibraryPath)</LibraryPath>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  84. <OutDir>$(SolutionDir)$(Configuration)\bin\Scripting\</OutDir>
  85. <IncludePath>$(IncludePath)</IncludePath>
  86. <LibraryPath>$(LibraryPath)</LibraryPath>
  87. </PropertyGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <ClCompile>
  90. <WarningLevel>Level3</WarningLevel>
  91. <Optimization>Disabled</Optimization>
  92. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  93. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  94. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  95. </ClCompile>
  96. <Link>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  99. <OptimizeReferences>true</OptimizeReferences>
  100. <AdditionalLibraryDirectories>../../../libs; ../../;</AdditionalLibraryDirectories>
  101. <AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  102. </Link>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  105. <ClCompile>
  106. <WarningLevel>Level3</WarningLevel>
  107. <Optimization>MaxSpeed</Optimization>
  108. <FunctionLevelLinking>true</FunctionLevelLinking>
  109. <IntrinsicFunctions>true</IntrinsicFunctions>
  110. <AdditionalIncludeDirectories>../../../include;</AdditionalIncludeDirectories>
  111. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  112. </ClCompile>
  113. <Link>
  114. <GenerateDebugInformation>true</GenerateDebugInformation>
  115. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  116. <OptimizeReferences>true</OptimizeReferences>
  117. <AdditionalLibraryDirectories>../../../libs; ../../;</AdditionalLibraryDirectories>
  118. <AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  122. <ClCompile>
  123. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  124. </ClCompile>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  127. <ClCompile>
  128. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  129. </ClCompile>
  130. </ItemDefinitionGroup>
  131. <ItemGroup>
  132. <ClInclude Include="ERMInterpreter.h" />
  133. <ClInclude Include="ERMParser.h" />
  134. <ClInclude Include="ERMScriptModule.h" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <ClCompile Include="ERMInterpreter.cpp" />
  138. <ClCompile Include="ERMParser.cpp" />
  139. <ClCompile Include="ERMScriptModule.cpp" />
  140. </ItemGroup>
  141. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  142. <ImportGroup Label="ExtensionTargets">
  143. </ImportGroup>
  144. </Project>