2018-08-08 06:12:38 -05:00
|
|
|
|
<?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|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{626FBC16-64C6-407D-BC2B-6C087794E0D0}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>TunSafe</RootNamespace>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ProjectName>TunSafe</ProjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<Import Project="crypto\tools\nasm.props" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<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>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<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'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<TargetName>TunSafe</TargetName>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<OutDir>$(SolutionDir)build\$(Platform)_$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)build\$(Platform)_$(Configuration)\obj\$(ProjectName)\</IntDir>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<ExecutablePath>$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);C:\Bin\Dev\nasm</ExecutablePath>
|
|
|
|
|
<TargetName>TunSafe</TargetName>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<OutDir>$(SolutionDir)build\$(Platform)_$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)build\$(Platform)_$(Configuration)\obj\$(ProjectName)\</IntDir>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<TargetName>TunSafe</TargetName>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<OutDir>$(SolutionDir)build\$(Platform)_$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)build\$(Platform)_$(Configuration)\obj\$(ProjectName)\</IntDir>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<ExecutablePath>$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);C:\Bin\Dev\nasm</ExecutablePath>
|
|
|
|
|
<TargetName>TunSafe</TargetName>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<IntDir>$(SolutionDir)build\$(Platform)_$(Configuration)\obj\$(ProjectName)\</IntDir>
|
|
|
|
|
<OutDir>$(SolutionDir)build\$(Platform)_$(Configuration)\</OutDir>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);ws2_32.lib;Iphlpapi.lib</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS=1</PreprocessorDefinitions>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);ws2_32.lib;Iphlpapi.lib;Comctl32.lib</AdditionalDependencies>
|
|
|
|
|
<AdditionalManifestDependencies>
|
|
|
|
|
</AdditionalManifestDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);ws2_32.lib;Iphlpapi.lib</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>MinSpace</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS=1</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);ws2_32.lib;Iphlpapi.lib</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="bit_ops.h" />
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<ClInclude Include="crypto\blake2s\blake2s-load-sse2.h" />
|
|
|
|
|
<ClInclude Include="crypto\blake2s\blake2s-load-sse41.h" />
|
|
|
|
|
<ClInclude Include="crypto\blake2s\blake2s-load-xop.h" />
|
|
|
|
|
<ClInclude Include="crypto\blake2s\blake2s-round.h" />
|
|
|
|
|
<ClInclude Include="crypto\blake2s\blake2s-sse-impl.h" />
|
|
|
|
|
<ClInclude Include="crypto\curve25519\curve25519-donna.h" />
|
2018-11-19 14:24:43 -06:00
|
|
|
|
<ClInclude Include="crypto\sha\sha1.h" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClInclude Include="ip_to_peer_map.h" />
|
2018-11-17 12:14:05 -06:00
|
|
|
|
<ClInclude Include="network_bsd.h">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClInclude>
|
|
|
|
|
<ClInclude Include="network_common.h" />
|
|
|
|
|
<ClInclude Include="network_win32_tcp.h" />
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<ClInclude Include="service_pipe_win32.h" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClInclude Include="service_win32.h" />
|
|
|
|
|
<ClInclude Include="service_win32_api.h" />
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<ClInclude Include="service_win32_constants.h" />
|
2018-11-17 12:14:05 -06:00
|
|
|
|
<ClInclude Include="tunsafe_bsd.h">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClInclude>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClInclude Include="tunsafe_config.h" />
|
|
|
|
|
<ClInclude Include="tunsafe_cpu.h" />
|
|
|
|
|
<ClInclude Include="crypto\aesgcm\aes.h" />
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<ClInclude Include="crypto\blake2s\blake2s.h" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClInclude Include="crypto\chacha20poly1305.h" />
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<ClInclude Include="crypto\siphash\siphash.h" />
|
2018-10-19 06:40:39 -05:00
|
|
|
|
<ClInclude Include="tunsafe_dnsresolve.h" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClInclude Include="tunsafe_endian.h" />
|
|
|
|
|
<ClInclude Include="netapi.h" />
|
|
|
|
|
<ClInclude Include="network_win32_api.h" />
|
|
|
|
|
<ClInclude Include="network_win32_dnsblock.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
<ClInclude Include="stdafx.h" />
|
2018-10-21 09:00:15 -05:00
|
|
|
|
<ClInclude Include="tunsafe_ipaddr.h" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClInclude Include="tunsafe_threading.h" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClInclude Include="tunsafe_types.h" />
|
2018-11-19 14:24:43 -06:00
|
|
|
|
<ClInclude Include="tunsafe_wg_plugin.h" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClInclude Include="util_win32.h" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClInclude Include="wireguard_config.h" />
|
|
|
|
|
<ClInclude Include="util.h" />
|
|
|
|
|
<ClInclude Include="network_win32.h" />
|
|
|
|
|
<ClInclude Include="wireguard.h" />
|
|
|
|
|
<ClInclude Include="wireguard_proto.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="benchmark.cpp" />
|
2018-11-19 14:24:43 -06:00
|
|
|
|
<ClCompile Include="crypto\sha\sha1.cpp" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClCompile Include="ip_to_peer_map.cpp" />
|
2018-11-17 12:14:05 -06:00
|
|
|
|
<ClCompile Include="network_bsd.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="network_bsd_mt.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="network_common.cpp" />
|
|
|
|
|
<ClCompile Include="network_win32_tcp.cpp" />
|
2018-09-15 11:22:05 -05:00
|
|
|
|
<ClCompile Include="service_pipe_win32.cpp" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClCompile Include="service_win32.cpp" />
|
2018-11-17 12:14:05 -06:00
|
|
|
|
<ClCompile Include="tunsafe_bsd.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClCompile Include="tunsafe_cpu.cpp" />
|
|
|
|
|
<ClCompile Include="crypto\aesgcm\aesgcm.cpp" />
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<ClCompile Include="crypto\siphash\siphash.cpp" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClCompile Include="network_win32_dnsblock.cpp" />
|
2018-10-21 09:00:15 -05:00
|
|
|
|
<ClCompile Include="tunsafe_ipaddr.cpp" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClCompile Include="tunsafe_threading.cpp" />
|
2018-11-19 14:24:43 -06:00
|
|
|
|
<ClCompile Include="tunsafe_wg_plugin.cpp" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClCompile Include="util.cpp" />
|
|
|
|
|
<ClCompile Include="network_win32.cpp" />
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<ClCompile Include="util_win32.cpp" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ClCompile Include="wireguard.cpp" />
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<ClCompile Include="crypto\blake2s\blake2s.cpp">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="crypto\chacha20poly1305.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<ClCompile Include="crypto\curve25519\curve25519-donna.cpp">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="wireguard_config.cpp" />
|
|
|
|
|
<ClCompile Include="tunsafe_win32.cpp" />
|
|
|
|
|
<ClCompile Include="wireguard_proto.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="TunSafe.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-08-11 20:27:14 -05:00
|
|
|
|
<Image Include="downarrow.bmp" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<Image Include="icons\green-bg-icon.ico" />
|
|
|
|
|
<Image Include="icons\green-icon.ico" />
|
|
|
|
|
<Image Include="icons\neutral-icon.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<NASM Include="crypto\aesgcm\aesni_gcm-x64-win.asm">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</NASM>
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<NASM Include="crypto\aesgcm\aesni-x64-win.asm">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</NASM>
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<NASM Include="crypto\aesgcm\ghash-x64-win.asm">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</NASM>
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<NASM Include="crypto\chacha20\chacha20-x64-win.asm">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</NASM>
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<NASM Include="crypto\curve25519\curve25519-x64-win.asm">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</NASM>
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<NASM Include="crypto\poly1305\poly1305-x64-win.asm">
|
2018-08-08 06:12:38 -05:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</NASM>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
2018-10-07 12:41:58 -05:00
|
|
|
|
<Import Project="crypto\tools\nasm.targets" />
|
2018-08-08 06:12:38 -05:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|