ksgScript Linux.vcxproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{737786b5-1e16-4767-9681-01f6c4c3d258}</ProjectGuid>
  15. <Keyword>Linux</Keyword>
  16. <RootNamespace>ksgScript_Linux</RootNamespace>
  17. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  18. <ApplicationType>Linux</ApplicationType>
  19. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  20. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  21. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  22. </PropertyGroup>
  23. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  25. <UseDebugLibraries>true</UseDebugLibraries>
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  30. <UseDebugLibraries>false</UseDebugLibraries>
  31. <ConfigurationType>DynamicLibrary</ConfigurationType>
  32. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings" />
  36. <ImportGroup Label="Shared" />
  37. <ImportGroup Label="PropertySheets" />
  38. <PropertyGroup Label="UserMacros" />
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  40. <TargetName>libdbgKsgScript</TargetName>
  41. <TargetExt>.so</TargetExt>
  42. <RemoteProjectDir>$(RemoteRootDir)/KsgScript/debug</RemoteProjectDir>
  43. <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
  44. <OutDir>$(RemoteRootDir)/KsgScript/debug/</OutDir>
  45. <IntDir>$(RemoteRootDir)/KsgScript/debug/</IntDir>
  46. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  49. <RemoteProjectDir>$(RemoteRootDir)/KsgScript/release</RemoteProjectDir>
  50. <TargetExt>.so</TargetExt>
  51. <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
  52. <TargetName>libKsgScript</TargetName>
  53. <OutDir>$(RemoteRootDir)/KsgScript/release/</OutDir>
  54. <IntDir>$(RemoteRootDir)/KsgScript/release/</IntDir>
  55. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <ClInclude Include="ksgScript\Befehl\KSGSBefehl.h" />
  59. <ClInclude Include="ksgScript\Befehl\KSGSFunktion.h" />
  60. <ClInclude Include="ksgScript\Befehl\KSGSKlasse.h" />
  61. <ClInclude Include="ksgScript\Editor\Editor.h" />
  62. <ClInclude Include="ksgScript\Editor\Parser\ColorParser.h" />
  63. <ClInclude Include="ksgScript\Error\Error.h" />
  64. <ClInclude Include="ksgScript\Funktionen\KSGSCallback.h" />
  65. <ClInclude Include="ksgScript\Include\KSGScript.h" />
  66. <ClInclude Include="ksgScript\Klassen\KSGSArray.h" />
  67. <ClInclude Include="ksgScript\Klassen\KSGSFenster.h" />
  68. <ClInclude Include="ksgScript\Klassen\KSGSAnimation2D.h" />
  69. <ClInclude Include="ksgScript\Klassen\KSGSAnimation2DData.h" />
  70. <ClInclude Include="ksgScript\Klassen\KSGSBild.h" />
  71. <ClInclude Include="ksgScript\Klassen\KSGSBildZ.h" />
  72. <ClInclude Include="ksgScript\Klassen\KSGSBool.h" />
  73. <ClInclude Include="ksgScript\Klassen\KSGSDouble.h" />
  74. <ClInclude Include="ksgScript\Klassen\KSGSInt.h" />
  75. <ClInclude Include="ksgScript\Klassen\KSGSKnopf.h" />
  76. <ClInclude Include="ksgScript\Klassen\KSGSMausEreignis.h" />
  77. <ClInclude Include="ksgScript\Klassen\KSGSTastaturEreignis.h" />
  78. <ClInclude Include="ksgScript\Klassen\KSGSText.h" />
  79. <ClInclude Include="ksgScript\Klassen\KSGSTextFeld.h" />
  80. <ClInclude Include="ksgScript\Klassen\KSGSThread.h" />
  81. <ClInclude Include="ksgScript\Klassen\KSGSTyp.h" />
  82. <ClInclude Include="ksgScript\Leser\KSGSCompile.h" />
  83. <ClInclude Include="ksgScript\Leser\KSGSLeser.h" />
  84. <ClInclude Include="ksgScript\Main\KSGScriptObj.h" />
  85. <ClInclude Include="ksgScript\Main\KSGSExpressionEvaluator.h" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ClCompile Include="ksgScript\Befehl\KSGSBefehl.cpp" />
  89. <ClCompile Include="ksgScript\Befehl\KSGSFunktion.cpp" />
  90. <ClCompile Include="ksgScript\Befehl\KSGSKlasse.cpp" />
  91. <ClCompile Include="ksgScript\Editor\Editor.cpp" />
  92. <ClCompile Include="ksgScript\Editor\Parser\ColorParser.cpp" />
  93. <ClCompile Include="ksgScript\Error\Error.cpp" />
  94. <ClCompile Include="ksgScript\Funktionen\KSGSCallback.cpp" />
  95. <ClCompile Include="ksgScript\Klassen\KSGSAnimation2D.cpp" />
  96. <ClCompile Include="ksgScript\Klassen\KSGSAnimation2DData.cpp" />
  97. <ClCompile Include="ksgScript\Klassen\KSGSArray.cpp" />
  98. <ClCompile Include="ksgScript\Klassen\KSGSBild.cpp" />
  99. <ClCompile Include="ksgScript\Klassen\KSGSBildZ.cpp" />
  100. <ClCompile Include="ksgScript\Klassen\KSGSBool.cpp" />
  101. <ClCompile Include="ksgScript\Klassen\KSGSDouble.cpp" />
  102. <ClCompile Include="ksgScript\Klassen\KSGSFenster.cpp" />
  103. <ClCompile Include="ksgScript\Klassen\KSGSInt.cpp" />
  104. <ClCompile Include="ksgScript\Klassen\KSGSKnopf.cpp" />
  105. <ClCompile Include="ksgScript\Klassen\KSGSMausEreignis.cpp" />
  106. <ClCompile Include="ksgScript\Klassen\KSGSTastaturEreignis.cpp" />
  107. <ClCompile Include="ksgScript\Klassen\KSGSText.cpp" />
  108. <ClCompile Include="ksgScript\Klassen\KSGSTextFeld.cpp" />
  109. <ClCompile Include="ksgScript\Klassen\KSGSThread.cpp" />
  110. <ClCompile Include="ksgScript\Leser\KSGSCompile.cpp" />
  111. <ClCompile Include="ksgScript\Leser\KSGSLeser.cpp" />
  112. <ClCompile Include="ksgScript\Main\Einstieg.cpp" />
  113. <ClCompile Include="ksgScript\Main\KSGScriptObj.cpp" />
  114. <ClCompile Include="ksgScript\Main\KSGSExpressionEvaluator.cpp" />
  115. </ItemGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  117. <Link />
  118. <ClCompile>
  119. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  120. </ClCompile>
  121. <Link>
  122. <ForceUndefineSymbolReferences>
  123. </ForceUndefineSymbolReferences>
  124. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  125. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  129. <Link />
  130. <ClCompile>
  131. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  132. <AdditionalIncludeDirectories>%(ClCompile.AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  133. </ClCompile>
  134. <Link>
  135. <ForceUndefineSymbolReferences>
  136. </ForceUndefineSymbolReferences>
  137. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  138. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  139. </Link>
  140. <CustomBuildStep>
  141. <Outputs>kopieren;%(Outputs)</Outputs>
  142. </CustomBuildStep>
  143. </ItemDefinitionGroup>
  144. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  145. <ImportGroup Label="ExtensionTargets" />
  146. </Project>