<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{930568EC-31C9-406A-AD1C-9636DF5D8FAA}</ProjectGuid>
    <RootNamespace>i2pd</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v120</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v120</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <IncludePath>$(BOOST);$(CRYPTOPP);$(IncludePath)</IncludePath>
    <LibraryPath>$(BOOST)\stage\lib;$(CRYPTOPP)\cryptopp\Win32\Output\$(Configuration)\;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <IncludePath>.\boost;.\cryptopp;$(IncludePath)</IncludePath>
    <LibraryPath>.\stage-x86\lib;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <SDLCheck>true</SDLCheck>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <PreprocessorDefinitions>_MBCS;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <AdditionalDependencies>cryptlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
    </ClCompile>
    <Link>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClInclude Include="base64.h" />
    <ClInclude Include="CryptoConst.h" />
    <ClInclude Include="ElGamal.h" />
    <ClInclude Include="Garlic.h" />
    <ClInclude Include="HTTPServer.h" />
    <ClInclude Include="I2NPProtocol.h" />
    <ClInclude Include="I2PEndian.h" />
    <ClInclude Include="Identity.h" />
    <ClInclude Include="LeaseSet.h" />
    <ClInclude Include="LittleBigEndian.h" />
    <ClInclude Include="Log.h" />
    <ClInclude Include="NetDb.h" />
    <ClInclude Include="NTCPSession.h" />
    <ClInclude Include="Queue.h" />
    <ClInclude Include="RouterContext.h" />
    <ClInclude Include="RouterInfo.h" />
    <ClInclude Include="Streaming.h" />
    <ClInclude Include="Timestamp.h" />
    <ClInclude Include="TransitTunnel.h" />
    <ClInclude Include="Transports.h" />
    <ClInclude Include="Tunnel.h" />
    <ClInclude Include="TunnelBase.h" />
    <ClInclude Include="TunnelConfig.h" />
    <ClInclude Include="TunnelEndpoint.h" />
    <ClInclude Include="TunnelGateway.h" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="base64.cpp" />
    <ClCompile Include="Garlic.cpp" />
    <ClCompile Include="HTTPServer.cpp" />
    <ClCompile Include="I2NPProtocol.cpp" />
    <ClCompile Include="i2p.cpp" />
    <ClCompile Include="I2PEndian.cpp" />
    <ClCompile Include="Identity.cpp" />
    <ClCompile Include="LeaseSet.cpp" />
    <ClCompile Include="Log.cpp" />
    <ClCompile Include="NetDb.cpp" />
    <ClCompile Include="NTCPSession.cpp" />
    <ClCompile Include="RouterContext.cpp" />
    <ClCompile Include="RouterInfo.cpp" />
    <ClCompile Include="Streaming.cpp" />
    <ClCompile Include="TransitTunnel.cpp" />
    <ClCompile Include="Transports.cpp" />
    <ClCompile Include="Tunnel.cpp" />
    <ClCompile Include="TunnelEndpoint.cpp" />
    <ClCompile Include="TunnelGateway.cpp" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>