2014-01-09 19:56:07 +00:00
|
|
|
|
<?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>
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ItemGroup>
|
2014-04-06 10:03:46 +00:00
|
|
|
|
<ClCompile Include="..\AddressBook.cpp" />
|
2014-06-26 03:55:40 +00:00
|
|
|
|
<ClCompile Include="..\aes.cpp" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ClCompile Include="..\base64.cpp" />
|
2014-06-26 03:55:40 +00:00
|
|
|
|
<ClCompile Include="..\CryptoConst.cpp" />
|
2014-04-20 01:54:34 +00:00
|
|
|
|
<ClCompile Include="..\Daemon.cpp" />
|
|
|
|
|
<ClCompile Include="..\DaemonLinux.cpp" />
|
|
|
|
|
<ClCompile Include="..\DaemonWin32.cpp" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ClCompile Include="..\Garlic.cpp" />
|
2014-03-18 10:41:37 +00:00
|
|
|
|
<ClCompile Include="..\HTTPProxy.cpp" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<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" />
|
2014-02-03 10:13:40 +00:00
|
|
|
|
<ClCompile Include="..\Reseed.cpp" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ClCompile Include="..\RouterContext.cpp" />
|
|
|
|
|
<ClCompile Include="..\RouterInfo.cpp" />
|
2014-01-25 06:58:11 +00:00
|
|
|
|
<ClCompile Include="..\SSU.cpp" />
|
2014-04-22 22:42:10 +00:00
|
|
|
|
<ClCompile Include="..\SSUData.cpp" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ClCompile Include="..\Streaming.cpp" />
|
|
|
|
|
<ClCompile Include="..\TransitTunnel.cpp" />
|
|
|
|
|
<ClCompile Include="..\Transports.cpp" />
|
|
|
|
|
<ClCompile Include="..\Tunnel.cpp" />
|
|
|
|
|
<ClCompile Include="..\TunnelEndpoint.cpp" />
|
|
|
|
|
<ClCompile Include="..\TunnelGateway.cpp" />
|
2014-03-18 10:41:37 +00:00
|
|
|
|
<ClCompile Include="..\TunnelPool.cpp" />
|
2014-03-13 04:10:05 +00:00
|
|
|
|
<ClCompile Include="..\UPnP.cpp" />
|
2014-02-03 10:13:40 +00:00
|
|
|
|
<ClCompile Include="..\util.cpp" />
|
2014-07-14 17:08:15 +00:00
|
|
|
|
<ClCompile Include="..\SOCKS.cpp" />
|
2014-04-18 20:20:11 +00:00
|
|
|
|
<ClCompile Include="Win32Service.cpp" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-04-06 10:03:46 +00:00
|
|
|
|
<ClInclude Include="..\AddressBook.h" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ClInclude Include="..\base64.h" />
|
|
|
|
|
<ClInclude Include="..\CryptoConst.h" />
|
2014-04-20 01:54:34 +00:00
|
|
|
|
<ClInclude Include="..\Daemon.h" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ClInclude Include="..\ElGamal.h" />
|
|
|
|
|
<ClInclude Include="..\Garlic.h" />
|
2014-03-18 10:41:37 +00:00
|
|
|
|
<ClInclude Include="..\HTTPProxy.h" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<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" />
|
2014-02-03 10:13:40 +00:00
|
|
|
|
<ClInclude Include="..\Reseed.h" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<ClInclude Include="..\RouterContext.h" />
|
|
|
|
|
<ClInclude Include="..\RouterInfo.h" />
|
2014-01-25 06:58:11 +00:00
|
|
|
|
<ClInclude Include="..\SSU.h" />
|
2014-04-22 22:42:10 +00:00
|
|
|
|
<ClInclude Include="..\SSUData.h" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<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" />
|
2014-03-18 10:41:37 +00:00
|
|
|
|
<ClInclude Include="..\TunnelPool.h" />
|
2014-03-13 04:10:05 +00:00
|
|
|
|
<ClInclude Include="..\UPnP.h" />
|
2014-02-03 10:13:40 +00:00
|
|
|
|
<ClInclude Include="..\util.h" />
|
2014-07-14 17:08:15 +00:00
|
|
|
|
<ClInclude Include="..\SOCKS.h" />
|
2014-04-18 20:20:11 +00:00
|
|
|
|
<ClInclude Include="Win32Service.h" />
|
2014-01-10 16:35:47 +00:00
|
|
|
|
</ItemGroup>
|
2014-01-09 19:56:07 +00:00
|
|
|
|
<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>
|
2014-08-07 09:13:56 +00:00
|
|
|
|
<PlatformToolset>CTP_Nov2013</PlatformToolset>
|
2014-01-09 19:56:07 +00:00
|
|
|
|
<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'">
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<IncludePath>./..;$(BOOST);$(CRYPTOPP);$(IncludePath)</IncludePath>
|
2014-01-09 19:56:07 +00:00
|
|
|
|
<LibraryPath>$(BOOST)\stage\lib;$(CRYPTOPP)\cryptopp\Win32\Output\$(Configuration)\;$(LibraryPath)</LibraryPath>
|
2014-01-10 16:35:47 +00:00
|
|
|
|
<SourcePath>./..;$(VC_SourcePath);</SourcePath>
|
2014-04-22 22:11:19 +00:00
|
|
|
|
<TargetName>$(ProjectName)_d</TargetName>
|
2014-01-09 19:56:07 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2014-04-17 23:30:29 +00:00
|
|
|
|
<IncludePath>./..;$(BOOST);$(CRYPTOPP);$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>$(BOOST)\stage\lib;$(CRYPTOPP)\cryptopp\Win32\Output\$(Configuration)\;$(LibraryPath)</LibraryPath>
|
|
|
|
|
<SourcePath>./..;$(VC_SourcePath);</SourcePath>
|
2014-01-09 19:56:07 +00:00
|
|
|
|
</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>
|
2014-06-26 03:55:40 +00:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2014-04-22 22:11:19 +00:00
|
|
|
|
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
|
2014-01-09 19:56:07 +00:00
|
|
|
|
</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>
|
2014-04-17 23:30:29 +00:00
|
|
|
|
<AdditionalDependencies>cryptlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-06-26 03:55:40 +00:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2014-04-18 20:20:11 +00:00
|
|
|
|
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
|
2014-01-09 19:56:07 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2014-08-07 09:13:56 +00:00
|
|
|
|
</Project>
|