327 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			327 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0" encoding="utf-8"?>
							 | 
						|||
| 
								 | 
							
								<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
							 | 
						|||
| 
								 | 
							
								  <ItemGroup Label="ProjectConfigurations">
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="DebugDLL|Win32">
							 | 
						|||
| 
								 | 
							
								      <Configuration>DebugDLL</Configuration>
							 | 
						|||
| 
								 | 
							
								      <Platform>Win32</Platform>
							 | 
						|||
| 
								 | 
							
								    </ProjectConfiguration>
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="DebugDLL|x64">
							 | 
						|||
| 
								 | 
							
								      <Configuration>DebugDLL</Configuration>
							 | 
						|||
| 
								 | 
							
								      <Platform>x64</Platform>
							 | 
						|||
| 
								 | 
							
								    </ProjectConfiguration>
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="Debug|Win32">
							 | 
						|||
| 
								 | 
							
								      <Configuration>Debug</Configuration>
							 | 
						|||
| 
								 | 
							
								      <Platform>Win32</Platform>
							 | 
						|||
| 
								 | 
							
								    </ProjectConfiguration>
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="Debug|x64">
							 | 
						|||
| 
								 | 
							
								      <Configuration>Debug</Configuration>
							 | 
						|||
| 
								 | 
							
								      <Platform>x64</Platform>
							 | 
						|||
| 
								 | 
							
								    </ProjectConfiguration>
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="ReleaseDLL|Win32">
							 | 
						|||
| 
								 | 
							
								      <Configuration>ReleaseDLL</Configuration>
							 | 
						|||
| 
								 | 
							
								      <Platform>Win32</Platform>
							 | 
						|||
| 
								 | 
							
								    </ProjectConfiguration>
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="ReleaseDLL|x64">
							 | 
						|||
| 
								 | 
							
								      <Configuration>ReleaseDLL</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>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid>
							 | 
						|||
| 
								 | 
							
								    <Keyword>Win32Proj</Keyword>
							 | 
						|||
| 
								 | 
							
								    <RootNamespace>libsodium</RootNamespace>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>StaticLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>true</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>false</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>DynamicLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>true</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>false</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>StaticLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>true</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>false</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>DynamicLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>true</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>false</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>StaticLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>false</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>true</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>DynamicLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>false</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>true</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>StaticLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>false</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>true</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>DynamicLibrary</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <UseDebugLibraries>false</UseDebugLibraries>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>true</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>MultiByte</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <PlatformToolset>v140</PlatformToolset>
							 | 
						|||
| 
								 | 
							
								  </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" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
							 | 
						|||
| 
								 | 
							
								    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </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" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
							 | 
						|||
| 
								 | 
							
								    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </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" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
							 | 
						|||
| 
								 | 
							
								    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </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" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
							 | 
						|||
| 
								 | 
							
								    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
							 | 
						|||
| 
								 | 
							
								    <Import Project="msvc-scripts\sodium.props" />
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Label="UserMacros" />
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>true</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>true</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>true</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>true</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>false</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>false</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>false</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental>false</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <Optimization>Disabled</Optimization>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <Optimization>Disabled</Optimization>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <Optimization>Disabled</Optimization>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <Optimization>Disabled</Optimization>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <Optimization>Full</Optimization>
							 | 
						|||
| 
								 | 
							
								      <FunctionLevelLinking>true</FunctionLevelLinking>
							 | 
						|||
| 
								 | 
							
								      <IntrinsicFunctions>true</IntrinsicFunctions>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
							 | 
						|||
| 
								 | 
							
								      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								      <EnableCOMDATFolding>true</EnableCOMDATFolding>
							 | 
						|||
| 
								 | 
							
								      <OptimizeReferences>true</OptimizeReferences>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <Optimization>Full</Optimization>
							 | 
						|||
| 
								 | 
							
								      <FunctionLevelLinking>true</FunctionLevelLinking>
							 | 
						|||
| 
								 | 
							
								      <IntrinsicFunctions>true</IntrinsicFunctions>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
							 | 
						|||
| 
								 | 
							
								      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								      <EnableCOMDATFolding>true</EnableCOMDATFolding>
							 | 
						|||
| 
								 | 
							
								      <OptimizeReferences>true</OptimizeReferences>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <Optimization>MaxSpeed</Optimization>
							 | 
						|||
| 
								 | 
							
								      <FunctionLevelLinking>true</FunctionLevelLinking>
							 | 
						|||
| 
								 | 
							
								      <IntrinsicFunctions>true</IntrinsicFunctions>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								      <EnableCOMDATFolding>true</EnableCOMDATFolding>
							 | 
						|||
| 
								 | 
							
								      <OptimizeReferences>true</OptimizeReferences>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <Optimization>MaxSpeed</Optimization>
							 | 
						|||
| 
								 | 
							
								      <FunctionLevelLinking>true</FunctionLevelLinking>
							 | 
						|||
| 
								 | 
							
								      <IntrinsicFunctions>true</IntrinsicFunctions>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								      <EnableCOMDATFolding>true</EnableCOMDATFolding>
							 | 
						|||
| 
								 | 
							
								      <OptimizeReferences>true</OptimizeReferences>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Label="ExtensionTargets">
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								</Project>
							 |