ksgScript.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{50E49628-0E0C-41A3-B48D-1E9EE553EC6F}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>ksgScript</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v141</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <PlatformToolset>v141</PlatformToolset>
  37. <CharacterSet>MultiByte</CharacterSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  40. <ConfigurationType>DynamicLibrary</ConfigurationType>
  41. <UseDebugLibraries>false</UseDebugLibraries>
  42. <PlatformToolset>v141</PlatformToolset>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v141</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70. <LinkIncremental>true</LinkIncremental>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73. <LinkIncremental>true</LinkIncremental>
  74. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  75. <LibraryPath>..\..\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
  76. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  81. <LibraryPath>..\..\Framework\Release;$(LibraryPath)</LibraryPath>
  82. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  87. <LibraryPath>..\..\Framework\x64\Release;$(LibraryPath)</LibraryPath>
  88. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  89. </PropertyGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <ClCompile>
  92. <PrecompiledHeader>
  93. </PrecompiledHeader>
  94. <WarningLevel>Level3</WarningLevel>
  95. <Optimization>Disabled</Optimization>
  96. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;KSGSCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Windows</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  101. </Link>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <ClCompile>
  105. <PrecompiledHeader>
  106. </PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;KSGSCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. </ClCompile>
  111. <Link>
  112. <SubSystem>Windows</SubSystem>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  115. </Link>
  116. <CustomBuildStep>
  117. <Command>copy "..\x64\Debug\ksgScript.dll" "..\..\Framework_Test\Test\KSGScript.dll"
  118. copy "..\x64\Debug\ksgScript.dll" "..\..\..\Spiele Platform\Klient\patcher\patcher\data\bin\KSGScript.dll"
  119. copy "..\x64\Debug\ksgScript.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x64\data\bin\KSGScript.dll"</Command>
  120. </CustomBuildStep>
  121. <CustomBuildStep>
  122. <Outputs>Kopieren...;%(Outputs)</Outputs>
  123. </CustomBuildStep>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <Optimization>MaxSpeed</Optimization>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;KSGSCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  135. </ClCompile>
  136. <Link>
  137. <SubSystem>Windows</SubSystem>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  142. </Link>
  143. <CustomBuildStep>
  144. <Command>copy "..\Release\ksgScript.dll" "..\..\..\Spiele Platform\Klient\Fertig\x32\data\bin\KSGScript.dll"</Command>
  145. </CustomBuildStep>
  146. <CustomBuildStep>
  147. <Outputs>kopieren...;%(Outputs)</Outputs>
  148. </CustomBuildStep>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  151. <ClCompile>
  152. <WarningLevel>Level3</WarningLevel>
  153. <PrecompiledHeader>
  154. </PrecompiledHeader>
  155. <Optimization>MaxSpeed</Optimization>
  156. <FunctionLevelLinking>true</FunctionLevelLinking>
  157. <IntrinsicFunctions>true</IntrinsicFunctions>
  158. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;KSGSCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Windows</SubSystem>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  165. <OptimizeReferences>true</OptimizeReferences>
  166. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  167. </Link>
  168. <CustomBuildStep>
  169. <Command>copy "..\x64\Release\ksgScript.dll" "..\..\..\Spiele Platform\Klient\Fertig\x64\data\bin\KSGScript.dll"</Command>
  170. </CustomBuildStep>
  171. <CustomBuildStep>
  172. <Outputs>kopieren...;%(Outputs)</Outputs>
  173. </CustomBuildStep>
  174. </ItemDefinitionGroup>
  175. <ItemGroup>
  176. <ClInclude Include="Befehl\KSGSBefehl.h" />
  177. <ClInclude Include="Befehl\KSGSFunktion.h" />
  178. <ClInclude Include="Befehl\KSGSKlasse.h" />
  179. <ClInclude Include="Editor\Editor.h" />
  180. <ClInclude Include="Editor\Parser\ColorParser.h" />
  181. <ClInclude Include="Error\Error.h" />
  182. <ClInclude Include="Funktionen\KSGSRückruf.h" />
  183. <ClInclude Include="Include\KSGScript.h" />
  184. <ClInclude Include="Include\KSGSStandart.h" />
  185. <ClInclude Include="Klassen\KSGSArray.h" />
  186. <ClInclude Include="Klassen\KSGSFenster.h" />
  187. <ClInclude Include="Klassen\KSGSAnimation2D.h" />
  188. <ClInclude Include="Klassen\KSGSAnimation2DData.h" />
  189. <ClInclude Include="Klassen\KSGSBild.h" />
  190. <ClInclude Include="Klassen\KSGSBildZ.h" />
  191. <ClInclude Include="Klassen\KSGSBool.h" />
  192. <ClInclude Include="Klassen\KSGSDouble.h" />
  193. <ClInclude Include="Klassen\KSGSInt.h" />
  194. <ClInclude Include="Klassen\KSGSKnopf.h" />
  195. <ClInclude Include="Klassen\KSGSMausEreignis.h" />
  196. <ClInclude Include="Klassen\KSGSTastaturEreignis.h" />
  197. <ClInclude Include="Klassen\KSGSText.h" />
  198. <ClInclude Include="Klassen\KSGSTextFeld.h" />
  199. <ClInclude Include="Klassen\KSGSThread.h" />
  200. <ClInclude Include="Klassen\KSGSTyp.h" />
  201. <ClInclude Include="Leser\KSGSCompile.h" />
  202. <ClInclude Include="Leser\KSGSLeser.h" />
  203. <ClInclude Include="Main\KSGScriptObj.h" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <ClCompile Include="Befehl\KSGSBefehl.cpp" />
  207. <ClCompile Include="Befehl\KSGSFunktion.cpp" />
  208. <ClCompile Include="Befehl\KSGSKlasse.cpp" />
  209. <ClCompile Include="Editor\Editor.cpp" />
  210. <ClCompile Include="Editor\Parser\ColorParser.cpp" />
  211. <ClCompile Include="Error\Error.cpp" />
  212. <ClCompile Include="Funktionen\KSGSRückruf.cpp" />
  213. <ClCompile Include="Klassen\KSGSAnimation2D.cpp" />
  214. <ClCompile Include="Klassen\KSGSAnimation2DData.cpp" />
  215. <ClCompile Include="Klassen\KSGSArray.cpp" />
  216. <ClCompile Include="Klassen\KSGSBild.cpp" />
  217. <ClCompile Include="Klassen\KSGSBildZ.cpp" />
  218. <ClCompile Include="Klassen\KSGSBool.cpp" />
  219. <ClCompile Include="Klassen\KSGSDouble.cpp" />
  220. <ClCompile Include="Klassen\KSGSFenster.cpp" />
  221. <ClCompile Include="Klassen\KSGSInt.cpp" />
  222. <ClCompile Include="Klassen\KSGSKnopf.cpp" />
  223. <ClCompile Include="Klassen\KSGSMausEreignis.cpp" />
  224. <ClCompile Include="Klassen\KSGSTastaturEreignis.cpp" />
  225. <ClCompile Include="Klassen\KSGSText.cpp" />
  226. <ClCompile Include="Klassen\KSGSTextFeld.cpp" />
  227. <ClCompile Include="Klassen\KSGSThread.cpp" />
  228. <ClCompile Include="Leser\KSGSCompile.cpp" />
  229. <ClCompile Include="Leser\KSGSLeser.cpp" />
  230. <ClCompile Include="Main\Einstieg.cpp" />
  231. <ClCompile Include="Main\KSGScriptObj.cpp" />
  232. </ItemGroup>
  233. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  234. <ImportGroup Label="ExtensionTargets">
  235. </ImportGroup>
  236. </Project>