<?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>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <UseDebugLibraries>false</UseDebugLibraries>
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </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>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
    <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  </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>$(ProjectDir)bin\$(Platform)\release\</OutDir>
    <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
  </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>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Link />
    <ClCompile>
      <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
    </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>