123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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>{6c19e412-b93c-45d5-b95d-feaf978aea55}</ProjectGuid>
- <Keyword>Linux</Keyword>
- <RootNamespace>Network_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>libdbgNetwork</TargetName>
- <TargetExt>.so</TargetExt>
- <RemoteProjectDir>$(RemoteRootDir)/Network/debug</RemoteProjectDir>
- <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
- <OutDir>$(RemoteRootDir)/Network/debug/</OutDir>
- <IntDir>$(RemoteRootDir)/Network/debug/</IntDir>
- <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <RemoteProjectDir>$(RemoteRootDir)/Network/release</RemoteProjectDir>
- <TargetExt>.so</TargetExt>
- <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
- <TargetName>libNetwork</TargetName>
- <OutDir>$(RemoteRootDir)/Network/release/</OutDir>
- <IntDir>$(RemoteRootDir)/Network/release/</IntDir>
- <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
- </PropertyGroup>
- <ItemGroup>
- <ClCompile Include="Network\HttpRequest.cpp" />
- <ClCompile Include="Network\Klient.cpp" />
- <ClCompile Include="Network\Network.cpp" />
- <ClCompile Include="Network\Server.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="Network\HttpRequest.h" />
- <ClInclude Include="Network\Klient.h" />
- <ClInclude Include="Network\Network.h" />
- <ClInclude Include="Network\Server.h" />
- </ItemGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Link />
- <ClCompile>
- <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- <Link>
- <ForceUndefineSymbolReferences>
- </ForceUndefineSymbolReferences>
- <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
- <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
- </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>
- <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
- </Link>
- <CustomBuildStep>
- <Outputs>kopieren;%(Outputs)</Outputs>
- </CustomBuildStep>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets" />
- </Project>
|