11.1Sriastrad<?xml version="1.0" encoding="utf-8"?>
21.1Sriastrad<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
31.1Sriastrad  <ItemGroup Label="ProjectConfigurations">
41.1Sriastrad    <ProjectConfiguration Include="DebugDLL|Win32">
51.1Sriastrad      <Configuration>DebugDLL</Configuration>
61.1Sriastrad      <Platform>Win32</Platform>
71.1Sriastrad    </ProjectConfiguration>
81.1Sriastrad    <ProjectConfiguration Include="DebugDLL|x64">
91.1Sriastrad      <Configuration>DebugDLL</Configuration>
101.1Sriastrad      <Platform>x64</Platform>
111.1Sriastrad    </ProjectConfiguration>
121.1Sriastrad    <ProjectConfiguration Include="Debug|Win32">
131.1Sriastrad      <Configuration>Debug</Configuration>
141.1Sriastrad      <Platform>Win32</Platform>
151.1Sriastrad    </ProjectConfiguration>
161.1Sriastrad    <ProjectConfiguration Include="Debug|x64">
171.1Sriastrad      <Configuration>Debug</Configuration>
181.1Sriastrad      <Platform>x64</Platform>
191.1Sriastrad    </ProjectConfiguration>
201.1Sriastrad    <ProjectConfiguration Include="ReleaseDLL|Win32">
211.1Sriastrad      <Configuration>ReleaseDLL</Configuration>
221.1Sriastrad      <Platform>Win32</Platform>
231.1Sriastrad    </ProjectConfiguration>
241.1Sriastrad    <ProjectConfiguration Include="ReleaseDLL|x64">
251.1Sriastrad      <Configuration>ReleaseDLL</Configuration>
261.1Sriastrad      <Platform>x64</Platform>
271.1Sriastrad    </ProjectConfiguration>
281.1Sriastrad    <ProjectConfiguration Include="Release|Win32">
291.1Sriastrad      <Configuration>Release</Configuration>
301.1Sriastrad      <Platform>Win32</Platform>
311.1Sriastrad    </ProjectConfiguration>
321.1Sriastrad    <ProjectConfiguration Include="Release|x64">
331.1Sriastrad      <Configuration>Release</Configuration>
341.1Sriastrad      <Platform>x64</Platform>
351.1Sriastrad    </ProjectConfiguration>
361.1Sriastrad  </ItemGroup>
371.1Sriastrad  <PropertyGroup Label="Globals">
381.1Sriastrad    <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid>
391.1Sriastrad    <Keyword>Win32Proj</Keyword>
401.1Sriastrad    <RootNamespace>libsodium</RootNamespace>
411.1Sriastrad  </PropertyGroup>
421.1Sriastrad  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
431.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
441.1Sriastrad    <ConfigurationType>StaticLibrary</ConfigurationType>
451.1Sriastrad    <UseDebugLibraries>true</UseDebugLibraries>
461.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
471.1Sriastrad    <WholeProgramOptimization>false</WholeProgramOptimization>
481.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
491.1Sriastrad  </PropertyGroup>
501.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
511.1Sriastrad    <ConfigurationType>DynamicLibrary</ConfigurationType>
521.1Sriastrad    <UseDebugLibraries>true</UseDebugLibraries>
531.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
541.1Sriastrad    <WholeProgramOptimization>false</WholeProgramOptimization>
551.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
561.1Sriastrad  </PropertyGroup>
571.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
581.1Sriastrad    <ConfigurationType>StaticLibrary</ConfigurationType>
591.1Sriastrad    <UseDebugLibraries>true</UseDebugLibraries>
601.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
611.1Sriastrad    <WholeProgramOptimization>false</WholeProgramOptimization>
621.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
631.1Sriastrad  </PropertyGroup>
641.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
651.1Sriastrad    <ConfigurationType>DynamicLibrary</ConfigurationType>
661.1Sriastrad    <UseDebugLibraries>true</UseDebugLibraries>
671.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
681.1Sriastrad    <WholeProgramOptimization>false</WholeProgramOptimization>
691.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
701.1Sriastrad  </PropertyGroup>
711.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
721.1Sriastrad    <ConfigurationType>StaticLibrary</ConfigurationType>
731.1Sriastrad    <UseDebugLibraries>false</UseDebugLibraries>
741.1Sriastrad    <WholeProgramOptimization>true</WholeProgramOptimization>
751.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
761.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
771.1Sriastrad  </PropertyGroup>
781.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
791.1Sriastrad    <ConfigurationType>DynamicLibrary</ConfigurationType>
801.1Sriastrad    <UseDebugLibraries>false</UseDebugLibraries>
811.1Sriastrad    <WholeProgramOptimization>true</WholeProgramOptimization>
821.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
831.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
841.1Sriastrad  </PropertyGroup>
851.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
861.1Sriastrad    <ConfigurationType>StaticLibrary</ConfigurationType>
871.1Sriastrad    <UseDebugLibraries>false</UseDebugLibraries>
881.1Sriastrad    <WholeProgramOptimization>true</WholeProgramOptimization>
891.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
901.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
911.1Sriastrad  </PropertyGroup>
921.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
931.1Sriastrad    <ConfigurationType>DynamicLibrary</ConfigurationType>
941.1Sriastrad    <UseDebugLibraries>false</UseDebugLibraries>
951.1Sriastrad    <WholeProgramOptimization>true</WholeProgramOptimization>
961.1Sriastrad    <CharacterSet>MultiByte</CharacterSet>
971.1Sriastrad    <PlatformToolset>v140</PlatformToolset>
981.1Sriastrad  </PropertyGroup>
991.1Sriastrad  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
1001.1Sriastrad  <ImportGroup Label="ExtensionSettings">
1011.1Sriastrad  </ImportGroup>
1021.1Sriastrad  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1031.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1041.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1051.1Sriastrad  </ImportGroup>
1061.1Sriastrad  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
1071.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1081.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1091.1Sriastrad  </ImportGroup>
1101.1Sriastrad  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
1111.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1121.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1131.1Sriastrad  </ImportGroup>
1141.1Sriastrad  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
1151.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1161.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1171.1Sriastrad  </ImportGroup>
1181.1Sriastrad  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
1191.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1201.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1211.1Sriastrad  </ImportGroup>
1221.1Sriastrad  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
1231.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1241.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1251.1Sriastrad  </ImportGroup>
1261.1Sriastrad  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
1271.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1281.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1291.1Sriastrad  </ImportGroup>
1301.1Sriastrad  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
1311.1Sriastrad    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1321.1Sriastrad    <Import Project="msvc-scripts\sodium.props" />
1331.1Sriastrad  </ImportGroup>
1341.1Sriastrad  <PropertyGroup Label="UserMacros" />
1351.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1361.1Sriastrad    <LinkIncremental>true</LinkIncremental>
1371.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1381.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1391.1Sriastrad  </PropertyGroup>
1401.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
1411.1Sriastrad    <LinkIncremental>true</LinkIncremental>
1421.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1431.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1441.1Sriastrad  </PropertyGroup>
1451.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1461.1Sriastrad    <LinkIncremental>true</LinkIncremental>
1471.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1481.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1491.1Sriastrad  </PropertyGroup>
1501.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
1511.1Sriastrad    <LinkIncremental>true</LinkIncremental>
1521.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1531.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1541.1Sriastrad  </PropertyGroup>
1551.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
1561.1Sriastrad    <LinkIncremental>false</LinkIncremental>
1571.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1581.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1591.1Sriastrad  </PropertyGroup>
1601.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
1611.1Sriastrad    <LinkIncremental>false</LinkIncremental>
1621.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1631.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1641.1Sriastrad  </PropertyGroup>
1651.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
1661.1Sriastrad    <LinkIncremental>false</LinkIncremental>
1671.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1681.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1691.1Sriastrad  </PropertyGroup>
1701.1Sriastrad  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
1711.1Sriastrad    <LinkIncremental>false</LinkIncremental>
1721.1Sriastrad    <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir>
1731.1Sriastrad    <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir>
1741.1Sriastrad  </PropertyGroup>
1751.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1761.1Sriastrad    <ClCompile>
1771.1Sriastrad      <PrecompiledHeader>
1781.1Sriastrad      </PrecompiledHeader>
1791.1Sriastrad      <WarningLevel>Level3</WarningLevel>
1801.1Sriastrad      <Optimization>Disabled</Optimization>
1811.1Sriastrad      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1821.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
1831.1Sriastrad      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
1841.1Sriastrad      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1851.1Sriastrad    </ClCompile>
1861.1Sriastrad    <Link>
1871.1Sriastrad      <SubSystem>Console</SubSystem>
1881.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
1891.1Sriastrad    </Link>
1901.1Sriastrad  </ItemDefinitionGroup>
1911.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
1921.1Sriastrad    <ClCompile>
1931.1Sriastrad      <PrecompiledHeader>
1941.1Sriastrad      </PrecompiledHeader>
1951.1Sriastrad      <WarningLevel>Level3</WarningLevel>
1961.1Sriastrad      <Optimization>Disabled</Optimization>
1971.1Sriastrad      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1981.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
1991.1Sriastrad      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
2001.1Sriastrad      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2011.1Sriastrad    </ClCompile>
2021.1Sriastrad    <Link>
2031.1Sriastrad      <SubSystem>Console</SubSystem>
2041.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
2051.1Sriastrad    </Link>
2061.1Sriastrad  </ItemDefinitionGroup>
2071.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2081.1Sriastrad    <ClCompile>
2091.1Sriastrad      <PrecompiledHeader>
2101.1Sriastrad      </PrecompiledHeader>
2111.1Sriastrad      <WarningLevel>Level3</WarningLevel>
2121.1Sriastrad      <Optimization>Disabled</Optimization>
2131.1Sriastrad      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2141.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2151.1Sriastrad      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
2161.1Sriastrad    </ClCompile>
2171.1Sriastrad    <Link>
2181.1Sriastrad      <SubSystem>Console</SubSystem>
2191.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
2201.1Sriastrad    </Link>
2211.1Sriastrad  </ItemDefinitionGroup>
2221.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
2231.1Sriastrad    <ClCompile>
2241.1Sriastrad      <PrecompiledHeader>
2251.1Sriastrad      </PrecompiledHeader>
2261.1Sriastrad      <WarningLevel>Level3</WarningLevel>
2271.1Sriastrad      <Optimization>Disabled</Optimization>
2281.1Sriastrad      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2291.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2301.1Sriastrad      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
2311.1Sriastrad    </ClCompile>
2321.1Sriastrad    <Link>
2331.1Sriastrad      <SubSystem>Console</SubSystem>
2341.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
2351.1Sriastrad    </Link>
2361.1Sriastrad  </ItemDefinitionGroup>
2371.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
2381.1Sriastrad    <ClCompile>
2391.1Sriastrad      <WarningLevel>Level3</WarningLevel>
2401.1Sriastrad      <PrecompiledHeader>
2411.1Sriastrad      </PrecompiledHeader>
2421.1Sriastrad      <Optimization>Full</Optimization>
2431.1Sriastrad      <FunctionLevelLinking>true</FunctionLevelLinking>
2441.1Sriastrad      <IntrinsicFunctions>true</IntrinsicFunctions>
2451.1Sriastrad      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2461.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2471.1Sriastrad      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
2481.1Sriastrad      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
2491.1Sriastrad      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2501.1Sriastrad    </ClCompile>
2511.1Sriastrad    <Link>
2521.1Sriastrad      <SubSystem>Console</SubSystem>
2531.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
2541.1Sriastrad      <EnableCOMDATFolding>true</EnableCOMDATFolding>
2551.1Sriastrad      <OptimizeReferences>true</OptimizeReferences>
2561.1Sriastrad    </Link>
2571.1Sriastrad  </ItemDefinitionGroup>
2581.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
2591.1Sriastrad    <ClCompile>
2601.1Sriastrad      <WarningLevel>Level3</WarningLevel>
2611.1Sriastrad      <PrecompiledHeader>
2621.1Sriastrad      </PrecompiledHeader>
2631.1Sriastrad      <Optimization>Full</Optimization>
2641.1Sriastrad      <FunctionLevelLinking>true</FunctionLevelLinking>
2651.1Sriastrad      <IntrinsicFunctions>true</IntrinsicFunctions>
2661.1Sriastrad      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2671.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2681.1Sriastrad      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
2691.1Sriastrad      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
2701.1Sriastrad      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2711.1Sriastrad    </ClCompile>
2721.1Sriastrad    <Link>
2731.1Sriastrad      <SubSystem>Console</SubSystem>
2741.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
2751.1Sriastrad      <EnableCOMDATFolding>true</EnableCOMDATFolding>
2761.1Sriastrad      <OptimizeReferences>true</OptimizeReferences>
2771.1Sriastrad    </Link>
2781.1Sriastrad  </ItemDefinitionGroup>
2791.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
2801.1Sriastrad    <ClCompile>
2811.1Sriastrad      <WarningLevel>Level3</WarningLevel>
2821.1Sriastrad      <PrecompiledHeader>
2831.1Sriastrad      </PrecompiledHeader>
2841.1Sriastrad      <Optimization>MaxSpeed</Optimization>
2851.1Sriastrad      <FunctionLevelLinking>true</FunctionLevelLinking>
2861.1Sriastrad      <IntrinsicFunctions>true</IntrinsicFunctions>
2871.1Sriastrad      <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2881.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2891.1Sriastrad      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
2901.1Sriastrad    </ClCompile>
2911.1Sriastrad    <Link>
2921.1Sriastrad      <SubSystem>Console</SubSystem>
2931.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
2941.1Sriastrad      <EnableCOMDATFolding>true</EnableCOMDATFolding>
2951.1Sriastrad      <OptimizeReferences>true</OptimizeReferences>
2961.1Sriastrad    </Link>
2971.1Sriastrad  </ItemDefinitionGroup>
2981.1Sriastrad  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
2991.1Sriastrad    <ClCompile>
3001.1Sriastrad      <WarningLevel>Level3</WarningLevel>
3011.1Sriastrad      <PrecompiledHeader>
3021.1Sriastrad      </PrecompiledHeader>
3031.1Sriastrad      <Optimization>MaxSpeed</Optimization>
3041.1Sriastrad      <FunctionLevelLinking>true</FunctionLevelLinking>
3051.1Sriastrad      <IntrinsicFunctions>true</IntrinsicFunctions>
3061.1Sriastrad      <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
3071.1Sriastrad      <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
3081.1Sriastrad      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
3091.1Sriastrad    </ClCompile>
3101.1Sriastrad    <Link>
3111.1Sriastrad      <SubSystem>Console</SubSystem>
3121.1Sriastrad      <GenerateDebugInformation>true</GenerateDebugInformation>
3131.1Sriastrad      <EnableCOMDATFolding>true</EnableCOMDATFolding>
3141.1Sriastrad      <OptimizeReferences>true</OptimizeReferences>
3151.1Sriastrad    </Link>
3161.1Sriastrad  </ItemDefinitionGroup>
3171.1Sriastrad  <ItemGroup>
3181.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\crypto_generichash.c" />
3191.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" />
3201.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.c" />
3211.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.c" />
3221.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.c" />
3231.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.c" />
3241.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c" />
3251.1Sriastrad    <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c" />
3261.1Sriastrad    <ClCompile Include="src\libsodium\crypto_kx\crypto_kx.c" />
3271.1Sriastrad    <ClCompile Include="src\libsodium\crypto_sign\crypto_sign.c" />
3281.1Sriastrad    <ClCompile Include="src\libsodium\crypto_sign\ed25519\sign_ed25519.c" />
3291.1Sriastrad    <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\obsolete.c" />
3301.1Sriastrad    <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\sign.c" />
3311.1Sriastrad    <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\keypair.c" />
3321.1Sriastrad    <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\open.c" />
3331.1Sriastrad    <ClCompile Include="src\libsodium\crypto_secretbox\crypto_secretbox.c" />
3341.1Sriastrad    <ClCompile Include="src\libsodium\crypto_secretbox\crypto_secretbox_easy.c" />
3351.1Sriastrad    <ClCompile Include="src\libsodium\crypto_secretbox\xsalsa20poly1305\secretbox_xsalsa20poly1305.c" />
3361.1Sriastrad    <ClCompile Include="src\libsodium\crypto_secretbox\xchacha20poly1305\secretbox_xchacha20poly1305.c" />
3371.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\crypto_pwhash.c" />
3381.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\blake2b-long.c" />
3391.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-core.c" />
3401.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx512f.c" />
3411.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ref.c" />
3421.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c" />
3431.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c" />
3441.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2id.c" />
3451.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2.c" />
3461.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx2.c" />
3471.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-encoding.c" />
3481.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\scrypt_platform.c" />
3491.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt-common.c" />
3501.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\pwhash_scryptsalsa208sha256.c" />
3511.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.c" />
3521.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\nosse\pwhash_scryptsalsa208sha256_nosse.c" />
3531.1Sriastrad    <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\sse\pwhash_scryptsalsa208sha256_sse.c" />
3541.1Sriastrad    <ClCompile Include="src\libsodium\crypto_verify\sodium\verify.c" />
3551.1Sriastrad    <ClCompile Include="src\libsodium\crypto_auth\crypto_auth.c" />
3561.1Sriastrad    <ClCompile Include="src\libsodium\crypto_auth\hmacsha512\auth_hmacsha512.c" />
3571.1Sriastrad    <ClCompile Include="src\libsodium\crypto_auth\hmacsha512256\auth_hmacsha512256.c" />
3581.1Sriastrad    <ClCompile Include="src\libsodium\crypto_auth\hmacsha256\auth_hmacsha256.c" />
3591.1Sriastrad    <ClCompile Include="src\libsodium\crypto_kdf\crypto_kdf.c" />
3601.1Sriastrad    <ClCompile Include="src\libsodium\crypto_kdf\blake2b\kdf_blake2b.c" />
3611.1Sriastrad    <ClCompile Include="src\libsodium\crypto_shorthash\crypto_shorthash.c" />
3621.1Sriastrad    <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\shorthash_siphash24.c" />
3631.1Sriastrad    <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\shorthash_siphashx24.c" />
3641.1Sriastrad    <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphashx24_ref.c" />
3651.1Sriastrad    <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash24_ref.c" />
3661.1Sriastrad    <ClCompile Include="src\libsodium\crypto_scalarmult\crypto_scalarmult.c" />
3671.1Sriastrad    <ClCompile Include="src\libsodium\crypto_scalarmult\ed25519\ref10\scalarmult_ed25519_ref10.c" />
3681.1Sriastrad    <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.c" />
3691.1Sriastrad    <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.c" />
3701.1Sriastrad    <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe_frombytes_sandy2x.c" />
3711.1Sriastrad    <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_invert.c" />
3721.1Sriastrad    <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.c" />
3731.1Sriastrad    <ClCompile Include="src\libsodium\crypto_onetimeauth\crypto_onetimeauth.c" />
3741.1Sriastrad    <ClCompile Include="src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.c" />
3751.1Sriastrad    <ClCompile Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.c" />
3761.1Sriastrad    <ClCompile Include="src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.c" />
3771.1Sriastrad    <ClCompile Include="src\libsodium\randombytes\randombytes.c" />
3781.1Sriastrad    <ClCompile Include="src\libsodium\randombytes\sysrandom\randombytes_sysrandom.c" />
3791.1Sriastrad    <ClCompile Include="src\libsodium\randombytes\salsa20\randombytes_salsa20_random.c" />
3801.1Sriastrad    <ClCompile Include="src\libsodium\randombytes\nativeclient\randombytes_nativeclient.c" />
3811.1Sriastrad    <ClCompile Include="src\libsodium\crypto_box\crypto_box_easy.c" />
3821.1Sriastrad    <ClCompile Include="src\libsodium\crypto_box\crypto_box_seal.c" />
3831.1Sriastrad    <ClCompile Include="src\libsodium\crypto_box\crypto_box.c" />
3841.1Sriastrad    <ClCompile Include="src\libsodium\crypto_box\curve25519xsalsa20poly1305\box_curve25519xsalsa20poly1305.c" />
3851.1Sriastrad    <ClCompile Include="src\libsodium\crypto_box\curve25519xchacha20poly1305\box_curve25519xchacha20poly1305.c" />
3861.1Sriastrad    <ClCompile Include="src\libsodium\crypto_box\curve25519xchacha20poly1305\box_seal_curve25519xchacha20poly1305.c" />
3871.1Sriastrad    <ClCompile Include="src\libsodium\sodium\codecs.c" />
3881.1Sriastrad    <ClCompile Include="src\libsodium\sodium\runtime.c" />
3891.1Sriastrad    <ClCompile Include="src\libsodium\sodium\core.c" />
3901.1Sriastrad    <ClCompile Include="src\libsodium\sodium\utils.c" />
3911.1Sriastrad    <ClCompile Include="src\libsodium\sodium\version.c" />
3921.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\crypto_stream.c" />
3931.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\xchacha20\stream_xchacha20.c" />
3941.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\chacha20\stream_chacha20.c" />
3951.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.c" />
3961.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.c" />
3971.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.c" />
3981.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa20\stream_salsa20.c" />
3991.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.c" />
4001.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.c" />
4011.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.c" />
4021.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.c" />
4031.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa2012\stream_salsa2012.c" />
4041.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa2012\ref\stream_salsa2012_ref.c" />
4051.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa208\stream_salsa208.c" />
4061.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\salsa208\ref\stream_salsa208_ref.c" />
4071.1Sriastrad    <ClCompile Include="src\libsodium\crypto_stream\xsalsa20\stream_xsalsa20.c" />
4081.1Sriastrad    <ClCompile Include="src\libsodium\crypto_hash\crypto_hash.c" />
4091.1Sriastrad    <ClCompile Include="src\libsodium\crypto_hash\sha512\hash_sha512.c" />
4101.1Sriastrad    <ClCompile Include="src\libsodium\crypto_hash\sha512\cp\hash_sha512_cp.c" />
4111.1Sriastrad    <ClCompile Include="src\libsodium\crypto_hash\sha256\hash_sha256.c" />
4121.1Sriastrad    <ClCompile Include="src\libsodium\crypto_hash\sha256\cp\hash_sha256_cp.c" />
4131.1Sriastrad    <ClCompile Include="src\libsodium\crypto_aead\xchacha20poly1305\sodium\aead_xchacha20poly1305.c" />
4141.1Sriastrad    <ClCompile Include="src\libsodium\crypto_aead\aes256gcm\aesni\aead_aes256gcm_aesni.c" />
4151.1Sriastrad    <ClCompile Include="src\libsodium\crypto_aead\chacha20poly1305\sodium\aead_chacha20poly1305.c" />
4161.1Sriastrad    <ClCompile Include="src\libsodium\crypto_secretstream\xchacha20poly1305\secretstream_xchacha20poly1305.c" />
4171.1Sriastrad    <ClCompile Include="src\libsodium\crypto_core\salsa\ref\core_salsa_ref.c" />
4181.1Sriastrad    <ClCompile Include="src\libsodium\crypto_core\hchacha20\core_hchacha20.c" />
4191.1Sriastrad    <ClCompile Include="src\libsodium\crypto_core\hsalsa20\core_hsalsa20.c" />
4201.1Sriastrad    <ClCompile Include="src\libsodium\crypto_core\hsalsa20\ref2\core_hsalsa20_ref2.c" />
4211.1Sriastrad    <ClCompile Include="src\libsodium\crypto_core\ed25519\core_ed25519.c" />
4221.1Sriastrad    <ClCompile Include="src\libsodium\crypto_core\ed25519\ref10\ed25519_ref10.c" />
4231.1Sriastrad  </ItemGroup>
4241.1Sriastrad  <ItemGroup>
4251.1Sriastrad    <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse2.h" />
4261.1Sriastrad    <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-avx2.h" />
4271.1Sriastrad    <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2.h" />
4281.1Sriastrad    <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.h" />
4291.1Sriastrad    <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse41.h" />
4301.1Sriastrad    <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.h" />
4311.1Sriastrad    <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.h" />
4321.1Sriastrad    <ClInclude Include="src\libsodium\crypto_sign\ed25519\ref10\sign_ed25519_ref10.h" />
4331.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium.h" />
4341.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa2012.h" />
4351.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_auth.h" />
4361.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\utils.h" />
4371.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_core_hchacha20.h" />
4381.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_hash_sha512.h" />
4391.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\core.h" />
4401.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\export.h" />
4411.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\randombytes_salsa20_random.h" />
4421.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_core_salsa20.h" />
4431.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_shorthash_siphash24.h" />
4441.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\randombytes.h" />
4451.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_hash_sha256.h" />
4461.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_stream.h" />
4471.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_auth_hmacsha512.h" />
4481.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_aead_xchacha20poly1305.h" />
4491.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa20.h" />
4501.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_onetimeauth_poly1305.h" />
4511.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_kx.h" />
4521.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_hash.h" />
4531.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_sign.h" />
4541.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_kdf.h" />
4551.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_auth_hmacsha256.h" />
4561.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_box.h" />
4571.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_verify_32.h" />
4581.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_stream_xchacha20.h" />
4591.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_core_salsa208.h" />
4601.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_auth_hmacsha512256.h" />
4611.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_aead_chacha20poly1305.h" />
4621.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\randombytes_sysrandom.h" />
4631.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\runtime.h" />
4641.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa208.h" />
4651.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_aead_aes256gcm.h" />
4661.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_core_salsa2012.h" />
4671.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_secretbox_xchacha20poly1305.h" />
4681.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\randombytes_nativeclient.h" />
4691.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_scalarmult.h" />
4701.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash.h" />
4711.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_verify_16.h" />
4721.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_stream_chacha20.h" />
4731.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_stream_xsalsa20.h" />
4741.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_core_hsalsa20.h" />
4751.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_kdf_blake2b.h" />
4761.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_scalarmult_curve25519.h" />
4771.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_shorthash.h" />
4781.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash_argon2id.h" />
4791.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_secretstream_xchacha20poly1305.h" />
4801.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash_scryptsalsa208sha256.h" />
4811.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_sign_ed25519.h" />
4821.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_onetimeauth.h" />
4831.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_verify_64.h" />
4841.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_box_curve25519xchacha20poly1305.h" />
4851.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_core_ed25519.h" />
4861.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash_argon2i.h" />
4871.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_generichash.h" />
4881.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_secretbox_xsalsa20poly1305.h" />
4891.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_secretbox.h" />
4901.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_scalarmult_ed25519.h" />
4911.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_box_curve25519xsalsa20poly1305.h" />
4921.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_generichash_blake2b.h" />
4931.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\crypto_sign_edwards25519sha512batch.h" />
4941.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\private\ed25519_ref10.h" />
4951.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\private\ed25519_ref10_fe_25_5.h" />
4961.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\private\ed25519_ref10_fe_51.h" />
4971.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\private\sse2_64_32.h" />
4981.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\private\common.h" />
4991.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\private\mutex.h" />
5001.1Sriastrad    <ClInclude Include="src\libsodium\include\sodium\private\implementations.h" />
5011.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-ref.h" />
5021.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-avx2.h" />
5031.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\argon2.h" />
5041.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-ssse3.h" />
5051.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\argon2-encoding.h" />
5061.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blake2b-long.h" />
5071.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-avx512f.h" />
5081.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\argon2\argon2-core.h" />
5091.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt.h" />
5101.1Sriastrad    <ClInclude Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.h" />
5111.1Sriastrad    <ClInclude Include="src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash_ref.h" />
5121.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.h" />
5131.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\consts_namespace.h" />
5141.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_namespace.h" />
5151.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe.h" />
5161.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base_namespace.h" />
5171.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder.h" />
5181.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51.h" />
5191.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.h" />
5201.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_namespace.h" />
5211.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base.h" />
5221.1Sriastrad    <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.h" />
5231.1Sriastrad    <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.h" />
5241.1Sriastrad    <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.h" />
5251.1Sriastrad    <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna64.h" />
5261.1Sriastrad    <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna32.h" />
5271.1Sriastrad    <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.h" />
5281.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\stream_chacha20.h" />
5291.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.h" />
5301.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u4.h" />
5311.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.h" />
5321.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u0.h" />
5331.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u1.h" />
5341.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.h" />
5351.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u8.h" />
5361.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\stream_salsa20.h" />
5371.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.h" />
5381.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u4.h" />
5391.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u0.h" />
5401.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u1.h" />
5411.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.h" />
5421.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u8.h" />
5431.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.h" />
5441.1Sriastrad    <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.h" />
5451.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\constants.h" />
5461.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\fe.h" />
5471.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" />
5481.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base.h" />
5491.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\constants.h" />
5501.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\fe.h" />
5511.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" />
5521.1Sriastrad    <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\base.h" />
5531.1Sriastrad    <ClInclude Include="builds\msvc\resource.h" />
5541.1Sriastrad  </ItemGroup>
5551.1Sriastrad  <ItemGroup>
5561.1Sriastrad    <ResourceCompile Include="builds\msvc\resource.rc">
5571.1Sriastrad    </ResourceCompile>
5581.1Sriastrad  </ItemGroup>
5591.1Sriastrad  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5601.1Sriastrad  <ImportGroup Label="ExtensionTargets">
5611.1Sriastrad  </ImportGroup>
5621.1Sriastrad</Project>
563