123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{737786b5-1e16-4767-9681-01f6c4c3d258}</ProjectGuid>
- <Keyword>Linux</Keyword>
- <RootNamespace>ksgScript_Linux</RootNamespace>
- <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
- <ApplicationType>Linux</ApplicationType>
- <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
- <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
- <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings" />
- <ImportGroup Label="Shared" />
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <TargetName>libdbgKsgScript</TargetName>
- <TargetExt>.so</TargetExt>
- <RemoteProjectDir>$(RemoteRootDir)/KsgScript/debug</RemoteProjectDir>
- <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
- <OutDir>$(RemoteRootDir)/KsgScript/debug/</OutDir>
- <IntDir>$(RemoteRootDir)/KsgScript/debug/</IntDir>
- <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <RemoteProjectDir>$(RemoteRootDir)/KsgScript/release</RemoteProjectDir>
- <TargetExt>.so</TargetExt>
- <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
- <TargetName>libKsgScript</TargetName>
- <OutDir>$(RemoteRootDir)/KsgScript/release/</OutDir>
- <IntDir>$(RemoteRootDir)/KsgScript/release/</IntDir>
- <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
- </PropertyGroup>
- <ItemGroup>
- <ClInclude Include="ksgScript\Befehl\KSGSBefehl.h" />
- <ClInclude Include="ksgScript\Befehl\KSGSFunktion.h" />
- <ClInclude Include="ksgScript\Befehl\KSGSKlasse.h" />
- <ClInclude Include="ksgScript\Editor\Editor.h" />
- <ClInclude Include="ksgScript\Editor\Parser\ColorParser.h" />
- <ClInclude Include="ksgScript\Error\Error.h" />
- <ClInclude Include="ksgScript\Funktionen\KSGSCallback.h" />
- <ClInclude Include="ksgScript\Include\KSGScript.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSArray.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSFenster.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSAnimation2D.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSAnimation2DData.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSBild.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSBildZ.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSBool.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSDouble.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSInt.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSKnopf.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSMausEreignis.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSTastaturEreignis.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSText.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSTextFeld.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSThread.h" />
- <ClInclude Include="ksgScript\Klassen\KSGSTyp.h" />
- <ClInclude Include="ksgScript\Leser\KSGSCompile.h" />
- <ClInclude Include="ksgScript\Leser\KSGSLeser.h" />
- <ClInclude Include="ksgScript\Main\KSGScriptObj.h" />
- <ClInclude Include="ksgScript\Main\KSGSExpressionEvaluator.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="ksgScript\Befehl\KSGSBefehl.cpp" />
- <ClCompile Include="ksgScript\Befehl\KSGSFunktion.cpp" />
- <ClCompile Include="ksgScript\Befehl\KSGSKlasse.cpp" />
- <ClCompile Include="ksgScript\Editor\Editor.cpp" />
- <ClCompile Include="ksgScript\Editor\Parser\ColorParser.cpp" />
- <ClCompile Include="ksgScript\Error\Error.cpp" />
- <ClCompile Include="ksgScript\Funktionen\KSGSCallback.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSAnimation2D.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSAnimation2DData.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSArray.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSBild.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSBildZ.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSBool.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSDouble.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSFenster.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSInt.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSKnopf.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSMausEreignis.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSTastaturEreignis.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSText.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSTextFeld.cpp" />
- <ClCompile Include="ksgScript\Klassen\KSGSThread.cpp" />
- <ClCompile Include="ksgScript\Leser\KSGSCompile.cpp" />
- <ClCompile Include="ksgScript\Leser\KSGSLeser.cpp" />
- <ClCompile Include="ksgScript\Main\Einstieg.cpp" />
- <ClCompile Include="ksgScript\Main\KSGScriptObj.cpp" />
- <ClCompile Include="ksgScript\Main\KSGSExpressionEvaluator.cpp" />
- </ItemGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Link />
- <ClCompile>
- <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- <Link>
- <ForceUndefineSymbolReferences>
- </ForceUndefineSymbolReferences>
- <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Link />
- <ClCompile>
- <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
- <AdditionalIncludeDirectories>%(ClCompile.AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <ForceUndefineSymbolReferences>
- </ForceUndefineSymbolReferences>
- <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
- </Link>
- <CustomBuildStep>
- <Outputs>kopieren;%(Outputs)</Outputs>
- </CustomBuildStep>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets" />
- </Project>
|