1*0ac341f1SConrad Meyer<?xml version="1.0" encoding="utf-8"?> 2*0ac341f1SConrad Meyer<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3*0ac341f1SConrad Meyer <ItemGroup Label="ProjectConfigurations"> 4*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugDLL|Win32"> 5*0ac341f1SConrad Meyer <Configuration>DebugDLL</Configuration> 6*0ac341f1SConrad Meyer <Platform>Win32</Platform> 7*0ac341f1SConrad Meyer </ProjectConfiguration> 8*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugDLL|x64"> 9*0ac341f1SConrad Meyer <Configuration>DebugDLL</Configuration> 10*0ac341f1SConrad Meyer <Platform>x64</Platform> 11*0ac341f1SConrad Meyer </ProjectConfiguration> 12*0ac341f1SConrad Meyer <ProjectConfiguration Include="Debug|Win32"> 13*0ac341f1SConrad Meyer <Configuration>Debug</Configuration> 14*0ac341f1SConrad Meyer <Platform>Win32</Platform> 15*0ac341f1SConrad Meyer </ProjectConfiguration> 16*0ac341f1SConrad Meyer <ProjectConfiguration Include="Debug|x64"> 17*0ac341f1SConrad Meyer <Configuration>Debug</Configuration> 18*0ac341f1SConrad Meyer <Platform>x64</Platform> 19*0ac341f1SConrad Meyer </ProjectConfiguration> 20*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseDLL|Win32"> 21*0ac341f1SConrad Meyer <Configuration>ReleaseDLL</Configuration> 22*0ac341f1SConrad Meyer <Platform>Win32</Platform> 23*0ac341f1SConrad Meyer </ProjectConfiguration> 24*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseDLL|x64"> 25*0ac341f1SConrad Meyer <Configuration>ReleaseDLL</Configuration> 26*0ac341f1SConrad Meyer <Platform>x64</Platform> 27*0ac341f1SConrad Meyer </ProjectConfiguration> 28*0ac341f1SConrad Meyer <ProjectConfiguration Include="Release|Win32"> 29*0ac341f1SConrad Meyer <Configuration>Release</Configuration> 30*0ac341f1SConrad Meyer <Platform>Win32</Platform> 31*0ac341f1SConrad Meyer </ProjectConfiguration> 32*0ac341f1SConrad Meyer <ProjectConfiguration Include="Release|x64"> 33*0ac341f1SConrad Meyer <Configuration>Release</Configuration> 34*0ac341f1SConrad Meyer <Platform>x64</Platform> 35*0ac341f1SConrad Meyer </ProjectConfiguration> 36*0ac341f1SConrad Meyer </ItemGroup> 37*0ac341f1SConrad Meyer <PropertyGroup Label="Globals"> 38*0ac341f1SConrad Meyer <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 39*0ac341f1SConrad Meyer <Keyword>Win32Proj</Keyword> 40*0ac341f1SConrad Meyer <RootNamespace>libsodium</RootNamespace> 41*0ac341f1SConrad Meyer </PropertyGroup> 42*0ac341f1SConrad Meyer <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 43*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 44*0ac341f1SConrad Meyer <ConfigurationType>StaticLibrary</ConfigurationType> 45*0ac341f1SConrad Meyer <UseDebugLibraries>true</UseDebugLibraries> 46*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 47*0ac341f1SConrad Meyer <WholeProgramOptimization>false</WholeProgramOptimization> 48*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 49*0ac341f1SConrad Meyer </PropertyGroup> 50*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> 51*0ac341f1SConrad Meyer <ConfigurationType>DynamicLibrary</ConfigurationType> 52*0ac341f1SConrad Meyer <UseDebugLibraries>true</UseDebugLibraries> 53*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 54*0ac341f1SConrad Meyer <WholeProgramOptimization>false</WholeProgramOptimization> 55*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 56*0ac341f1SConrad Meyer </PropertyGroup> 57*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 58*0ac341f1SConrad Meyer <ConfigurationType>StaticLibrary</ConfigurationType> 59*0ac341f1SConrad Meyer <UseDebugLibraries>true</UseDebugLibraries> 60*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 61*0ac341f1SConrad Meyer <WholeProgramOptimization>false</WholeProgramOptimization> 62*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 63*0ac341f1SConrad Meyer </PropertyGroup> 64*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> 65*0ac341f1SConrad Meyer <ConfigurationType>DynamicLibrary</ConfigurationType> 66*0ac341f1SConrad Meyer <UseDebugLibraries>true</UseDebugLibraries> 67*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 68*0ac341f1SConrad Meyer <WholeProgramOptimization>false</WholeProgramOptimization> 69*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 70*0ac341f1SConrad Meyer </PropertyGroup> 71*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 72*0ac341f1SConrad Meyer <ConfigurationType>StaticLibrary</ConfigurationType> 73*0ac341f1SConrad Meyer <UseDebugLibraries>false</UseDebugLibraries> 74*0ac341f1SConrad Meyer <WholeProgramOptimization>true</WholeProgramOptimization> 75*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 76*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 77*0ac341f1SConrad Meyer </PropertyGroup> 78*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> 79*0ac341f1SConrad Meyer <ConfigurationType>DynamicLibrary</ConfigurationType> 80*0ac341f1SConrad Meyer <UseDebugLibraries>false</UseDebugLibraries> 81*0ac341f1SConrad Meyer <WholeProgramOptimization>true</WholeProgramOptimization> 82*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 83*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 84*0ac341f1SConrad Meyer </PropertyGroup> 85*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 86*0ac341f1SConrad Meyer <ConfigurationType>StaticLibrary</ConfigurationType> 87*0ac341f1SConrad Meyer <UseDebugLibraries>false</UseDebugLibraries> 88*0ac341f1SConrad Meyer <WholeProgramOptimization>true</WholeProgramOptimization> 89*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 90*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 91*0ac341f1SConrad Meyer </PropertyGroup> 92*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> 93*0ac341f1SConrad Meyer <ConfigurationType>DynamicLibrary</ConfigurationType> 94*0ac341f1SConrad Meyer <UseDebugLibraries>false</UseDebugLibraries> 95*0ac341f1SConrad Meyer <WholeProgramOptimization>true</WholeProgramOptimization> 96*0ac341f1SConrad Meyer <CharacterSet>MultiByte</CharacterSet> 97*0ac341f1SConrad Meyer <PlatformToolset>v140</PlatformToolset> 98*0ac341f1SConrad Meyer </PropertyGroup> 99*0ac341f1SConrad Meyer <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 100*0ac341f1SConrad Meyer <ImportGroup Label="ExtensionSettings"> 101*0ac341f1SConrad Meyer </ImportGroup> 102*0ac341f1SConrad Meyer <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 103*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 104*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 105*0ac341f1SConrad Meyer </ImportGroup> 106*0ac341f1SConrad Meyer <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets"> 107*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 108*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 109*0ac341f1SConrad Meyer </ImportGroup> 110*0ac341f1SConrad Meyer <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 111*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 112*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 113*0ac341f1SConrad Meyer </ImportGroup> 114*0ac341f1SConrad Meyer <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets"> 115*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 116*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 117*0ac341f1SConrad Meyer </ImportGroup> 118*0ac341f1SConrad Meyer <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 119*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 120*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 121*0ac341f1SConrad Meyer </ImportGroup> 122*0ac341f1SConrad Meyer <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets"> 123*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 124*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 125*0ac341f1SConrad Meyer </ImportGroup> 126*0ac341f1SConrad Meyer <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 127*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 128*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 129*0ac341f1SConrad Meyer </ImportGroup> 130*0ac341f1SConrad Meyer <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets"> 131*0ac341f1SConrad Meyer <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 132*0ac341f1SConrad Meyer <Import Project="msvc-scripts\sodium.props" /> 133*0ac341f1SConrad Meyer </ImportGroup> 134*0ac341f1SConrad Meyer <PropertyGroup Label="UserMacros" /> 135*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 136*0ac341f1SConrad Meyer <LinkIncremental>true</LinkIncremental> 137*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 138*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 139*0ac341f1SConrad Meyer </PropertyGroup> 140*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> 141*0ac341f1SConrad Meyer <LinkIncremental>true</LinkIncremental> 142*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 143*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 144*0ac341f1SConrad Meyer </PropertyGroup> 145*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 146*0ac341f1SConrad Meyer <LinkIncremental>true</LinkIncremental> 147*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 148*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 149*0ac341f1SConrad Meyer </PropertyGroup> 150*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 151*0ac341f1SConrad Meyer <LinkIncremental>true</LinkIncremental> 152*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 153*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 154*0ac341f1SConrad Meyer </PropertyGroup> 155*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 156*0ac341f1SConrad Meyer <LinkIncremental>false</LinkIncremental> 157*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 158*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 159*0ac341f1SConrad Meyer </PropertyGroup> 160*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 161*0ac341f1SConrad Meyer <LinkIncremental>false</LinkIncremental> 162*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 163*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 164*0ac341f1SConrad Meyer </PropertyGroup> 165*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 166*0ac341f1SConrad Meyer <LinkIncremental>false</LinkIncremental> 167*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 168*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 169*0ac341f1SConrad Meyer </PropertyGroup> 170*0ac341f1SConrad Meyer <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 171*0ac341f1SConrad Meyer <LinkIncremental>false</LinkIncremental> 172*0ac341f1SConrad Meyer <OutDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\</OutDir> 173*0ac341f1SConrad Meyer <IntDir>$(SolutionDir)Build\$(Configuration)\$(Platform)\Intermediate\</IntDir> 174*0ac341f1SConrad Meyer </PropertyGroup> 175*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 176*0ac341f1SConrad Meyer <ClCompile> 177*0ac341f1SConrad Meyer <PrecompiledHeader> 178*0ac341f1SConrad Meyer </PrecompiledHeader> 179*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 180*0ac341f1SConrad Meyer <Optimization>Disabled</Optimization> 181*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 183*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 184*0ac341f1SConrad Meyer <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 185*0ac341f1SConrad Meyer </ClCompile> 186*0ac341f1SConrad Meyer <Link> 187*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 188*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 189*0ac341f1SConrad Meyer </Link> 190*0ac341f1SConrad Meyer </ItemDefinitionGroup> 191*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> 192*0ac341f1SConrad Meyer <ClCompile> 193*0ac341f1SConrad Meyer <PrecompiledHeader> 194*0ac341f1SConrad Meyer </PrecompiledHeader> 195*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 196*0ac341f1SConrad Meyer <Optimization>Disabled</Optimization> 197*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 198*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 199*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 200*0ac341f1SConrad Meyer <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 201*0ac341f1SConrad Meyer </ClCompile> 202*0ac341f1SConrad Meyer <Link> 203*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 204*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 205*0ac341f1SConrad Meyer </Link> 206*0ac341f1SConrad Meyer </ItemDefinitionGroup> 207*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 208*0ac341f1SConrad Meyer <ClCompile> 209*0ac341f1SConrad Meyer <PrecompiledHeader> 210*0ac341f1SConrad Meyer </PrecompiledHeader> 211*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 212*0ac341f1SConrad Meyer <Optimization>Disabled</Optimization> 213*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 214*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 215*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 216*0ac341f1SConrad Meyer </ClCompile> 217*0ac341f1SConrad Meyer <Link> 218*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 219*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 220*0ac341f1SConrad Meyer </Link> 221*0ac341f1SConrad Meyer </ItemDefinitionGroup> 222*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 223*0ac341f1SConrad Meyer <ClCompile> 224*0ac341f1SConrad Meyer <PrecompiledHeader> 225*0ac341f1SConrad Meyer </PrecompiledHeader> 226*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 227*0ac341f1SConrad Meyer <Optimization>Disabled</Optimization> 228*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 229*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 230*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 231*0ac341f1SConrad Meyer </ClCompile> 232*0ac341f1SConrad Meyer <Link> 233*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 234*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 235*0ac341f1SConrad Meyer </Link> 236*0ac341f1SConrad Meyer </ItemDefinitionGroup> 237*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 238*0ac341f1SConrad Meyer <ClCompile> 239*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 240*0ac341f1SConrad Meyer <PrecompiledHeader> 241*0ac341f1SConrad Meyer </PrecompiledHeader> 242*0ac341f1SConrad Meyer <Optimization>Full</Optimization> 243*0ac341f1SConrad Meyer <FunctionLevelLinking>true</FunctionLevelLinking> 244*0ac341f1SConrad Meyer <IntrinsicFunctions>true</IntrinsicFunctions> 245*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 246*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 247*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 248*0ac341f1SConrad Meyer <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 249*0ac341f1SConrad Meyer <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 250*0ac341f1SConrad Meyer </ClCompile> 251*0ac341f1SConrad Meyer <Link> 252*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 253*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 254*0ac341f1SConrad Meyer <EnableCOMDATFolding>true</EnableCOMDATFolding> 255*0ac341f1SConrad Meyer <OptimizeReferences>true</OptimizeReferences> 256*0ac341f1SConrad Meyer </Link> 257*0ac341f1SConrad Meyer </ItemDefinitionGroup> 258*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 259*0ac341f1SConrad Meyer <ClCompile> 260*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 261*0ac341f1SConrad Meyer <PrecompiledHeader> 262*0ac341f1SConrad Meyer </PrecompiledHeader> 263*0ac341f1SConrad Meyer <Optimization>Full</Optimization> 264*0ac341f1SConrad Meyer <FunctionLevelLinking>true</FunctionLevelLinking> 265*0ac341f1SConrad Meyer <IntrinsicFunctions>true</IntrinsicFunctions> 266*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 267*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 268*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 269*0ac341f1SConrad Meyer <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 270*0ac341f1SConrad Meyer <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 271*0ac341f1SConrad Meyer </ClCompile> 272*0ac341f1SConrad Meyer <Link> 273*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 274*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 275*0ac341f1SConrad Meyer <EnableCOMDATFolding>true</EnableCOMDATFolding> 276*0ac341f1SConrad Meyer <OptimizeReferences>true</OptimizeReferences> 277*0ac341f1SConrad Meyer </Link> 278*0ac341f1SConrad Meyer </ItemDefinitionGroup> 279*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 280*0ac341f1SConrad Meyer <ClCompile> 281*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 282*0ac341f1SConrad Meyer <PrecompiledHeader> 283*0ac341f1SConrad Meyer </PrecompiledHeader> 284*0ac341f1SConrad Meyer <Optimization>MaxSpeed</Optimization> 285*0ac341f1SConrad Meyer <FunctionLevelLinking>true</FunctionLevelLinking> 286*0ac341f1SConrad Meyer <IntrinsicFunctions>true</IntrinsicFunctions> 287*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_STATIC;SODIUM_EXPORT=;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 288*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 289*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 290*0ac341f1SConrad Meyer </ClCompile> 291*0ac341f1SConrad Meyer <Link> 292*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 293*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 294*0ac341f1SConrad Meyer <EnableCOMDATFolding>true</EnableCOMDATFolding> 295*0ac341f1SConrad Meyer <OptimizeReferences>true</OptimizeReferences> 296*0ac341f1SConrad Meyer </Link> 297*0ac341f1SConrad Meyer </ItemDefinitionGroup> 298*0ac341f1SConrad Meyer <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 299*0ac341f1SConrad Meyer <ClCompile> 300*0ac341f1SConrad Meyer <WarningLevel>Level3</WarningLevel> 301*0ac341f1SConrad Meyer <PrecompiledHeader> 302*0ac341f1SConrad Meyer </PrecompiledHeader> 303*0ac341f1SConrad Meyer <Optimization>MaxSpeed</Optimization> 304*0ac341f1SConrad Meyer <FunctionLevelLinking>true</FunctionLevelLinking> 305*0ac341f1SConrad Meyer <IntrinsicFunctions>true</IntrinsicFunctions> 306*0ac341f1SConrad Meyer <PreprocessorDefinitions>SODIUM_EXPORT=__declspec(dllexport);SODIUM_DLL_EXPORT;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 307*0ac341f1SConrad Meyer <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 308*0ac341f1SConrad Meyer <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 309*0ac341f1SConrad Meyer </ClCompile> 310*0ac341f1SConrad Meyer <Link> 311*0ac341f1SConrad Meyer <SubSystem>Console</SubSystem> 312*0ac341f1SConrad Meyer <GenerateDebugInformation>true</GenerateDebugInformation> 313*0ac341f1SConrad Meyer <EnableCOMDATFolding>true</EnableCOMDATFolding> 314*0ac341f1SConrad Meyer <OptimizeReferences>true</OptimizeReferences> 315*0ac341f1SConrad Meyer </Link> 316*0ac341f1SConrad Meyer </ItemDefinitionGroup> 317*0ac341f1SConrad Meyer <ItemGroup> 318*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\crypto_generichash.c" /> 319*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 320*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.c" /> 321*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.c" /> 322*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.c" /> 323*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.c" /> 324*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c" /> 325*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c" /> 326*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_kx\crypto_kx.c" /> 327*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_sign\crypto_sign.c" /> 328*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_sign\ed25519\sign_ed25519.c" /> 329*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\obsolete.c" /> 330*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\sign.c" /> 331*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\keypair.c" /> 332*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_sign\ed25519\ref10\open.c" /> 333*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_secretbox\crypto_secretbox.c" /> 334*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_secretbox\crypto_secretbox_easy.c" /> 335*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_secretbox\xsalsa20poly1305\secretbox_xsalsa20poly1305.c" /> 336*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_secretbox\xchacha20poly1305\secretbox_xchacha20poly1305.c" /> 337*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\crypto_pwhash.c" /> 338*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\blake2b-long.c" /> 339*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-core.c" /> 340*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx512f.c" /> 341*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ref.c" /> 342*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c" /> 343*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c" /> 344*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2id.c" /> 345*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2.c" /> 346*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-avx2.c" /> 347*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-encoding.c" /> 348*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\scrypt_platform.c" /> 349*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt-common.c" /> 350*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\pwhash_scryptsalsa208sha256.c" /> 351*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.c" /> 352*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\nosse\pwhash_scryptsalsa208sha256_nosse.c" /> 353*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\sse\pwhash_scryptsalsa208sha256_sse.c" /> 354*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_verify\sodium\verify.c" /> 355*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_auth\crypto_auth.c" /> 356*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_auth\hmacsha512\auth_hmacsha512.c" /> 357*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_auth\hmacsha512256\auth_hmacsha512256.c" /> 358*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_auth\hmacsha256\auth_hmacsha256.c" /> 359*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_kdf\crypto_kdf.c" /> 360*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_kdf\blake2b\kdf_blake2b.c" /> 361*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_shorthash\crypto_shorthash.c" /> 362*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\shorthash_siphash24.c" /> 363*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\shorthash_siphashx24.c" /> 364*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphashx24_ref.c" /> 365*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash24_ref.c" /> 366*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_scalarmult\crypto_scalarmult.c" /> 367*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_scalarmult\ed25519\ref10\scalarmult_ed25519_ref10.c" /> 368*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.c" /> 369*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.c" /> 370*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe_frombytes_sandy2x.c" /> 371*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_invert.c" /> 372*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.c" /> 373*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_onetimeauth\crypto_onetimeauth.c" /> 374*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.c" /> 375*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.c" /> 376*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.c" /> 377*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\randombytes\randombytes.c" /> 378*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\randombytes\sysrandom\randombytes_sysrandom.c" /> 379*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\randombytes\salsa20\randombytes_salsa20_random.c" /> 380*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\randombytes\nativeclient\randombytes_nativeclient.c" /> 381*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_box\crypto_box_easy.c" /> 382*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_box\crypto_box_seal.c" /> 383*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_box\crypto_box.c" /> 384*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_box\curve25519xsalsa20poly1305\box_curve25519xsalsa20poly1305.c" /> 385*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_box\curve25519xchacha20poly1305\box_curve25519xchacha20poly1305.c" /> 386*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_box\curve25519xchacha20poly1305\box_seal_curve25519xchacha20poly1305.c" /> 387*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\sodium\codecs.c" /> 388*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\sodium\runtime.c" /> 389*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\sodium\core.c" /> 390*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\sodium\utils.c" /> 391*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\sodium\version.c" /> 392*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\crypto_stream.c" /> 393*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\xchacha20\stream_xchacha20.c" /> 394*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\chacha20\stream_chacha20.c" /> 395*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.c" /> 396*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.c" /> 397*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.c" /> 398*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa20\stream_salsa20.c" /> 399*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.c" /> 400*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.c" /> 401*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.c" /> 402*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.c" /> 403*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa2012\stream_salsa2012.c" /> 404*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa2012\ref\stream_salsa2012_ref.c" /> 405*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa208\stream_salsa208.c" /> 406*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\salsa208\ref\stream_salsa208_ref.c" /> 407*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_stream\xsalsa20\stream_xsalsa20.c" /> 408*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_hash\crypto_hash.c" /> 409*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_hash\sha512\hash_sha512.c" /> 410*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_hash\sha512\cp\hash_sha512_cp.c" /> 411*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_hash\sha256\hash_sha256.c" /> 412*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_hash\sha256\cp\hash_sha256_cp.c" /> 413*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_aead\xchacha20poly1305\sodium\aead_xchacha20poly1305.c" /> 414*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_aead\aes256gcm\aesni\aead_aes256gcm_aesni.c" /> 415*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_aead\chacha20poly1305\sodium\aead_chacha20poly1305.c" /> 416*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_secretstream\xchacha20poly1305\secretstream_xchacha20poly1305.c" /> 417*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_core\salsa\ref\core_salsa_ref.c" /> 418*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_core\hchacha20\core_hchacha20.c" /> 419*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_core\hsalsa20\core_hsalsa20.c" /> 420*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_core\hsalsa20\ref2\core_hsalsa20_ref2.c" /> 421*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_core\ed25519\core_ed25519.c" /> 422*0ac341f1SConrad Meyer <ClCompile Include="src\libsodium\crypto_core\ed25519\ref10\ed25519_ref10.c" /> 423*0ac341f1SConrad Meyer </ItemGroup> 424*0ac341f1SConrad Meyer <ItemGroup> 425*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse2.h" /> 426*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-avx2.h" /> 427*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2.h" /> 428*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.h" /> 429*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-load-sse41.h" /> 430*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.h" /> 431*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse41.h" /> 432*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_sign\ed25519\ref10\sign_ed25519_ref10.h" /> 433*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium.h" /> 434*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa2012.h" /> 435*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_auth.h" /> 436*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\utils.h" /> 437*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_core_hchacha20.h" /> 438*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_hash_sha512.h" /> 439*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\core.h" /> 440*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\export.h" /> 441*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\randombytes_salsa20_random.h" /> 442*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_core_salsa20.h" /> 443*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_shorthash_siphash24.h" /> 444*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\randombytes.h" /> 445*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_hash_sha256.h" /> 446*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_stream.h" /> 447*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_auth_hmacsha512.h" /> 448*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_aead_xchacha20poly1305.h" /> 449*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa20.h" /> 450*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_onetimeauth_poly1305.h" /> 451*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_kx.h" /> 452*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_hash.h" /> 453*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_sign.h" /> 454*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_kdf.h" /> 455*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_auth_hmacsha256.h" /> 456*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_box.h" /> 457*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_verify_32.h" /> 458*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_stream_xchacha20.h" /> 459*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_core_salsa208.h" /> 460*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_auth_hmacsha512256.h" /> 461*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_aead_chacha20poly1305.h" /> 462*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\randombytes_sysrandom.h" /> 463*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\runtime.h" /> 464*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa208.h" /> 465*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_aead_aes256gcm.h" /> 466*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_core_salsa2012.h" /> 467*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_secretbox_xchacha20poly1305.h" /> 468*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\randombytes_nativeclient.h" /> 469*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_scalarmult.h" /> 470*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash.h" /> 471*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_verify_16.h" /> 472*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_stream_chacha20.h" /> 473*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_stream_xsalsa20.h" /> 474*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_core_hsalsa20.h" /> 475*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_kdf_blake2b.h" /> 476*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_scalarmult_curve25519.h" /> 477*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_shorthash.h" /> 478*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash_argon2id.h" /> 479*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_secretstream_xchacha20poly1305.h" /> 480*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash_scryptsalsa208sha256.h" /> 481*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_sign_ed25519.h" /> 482*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_onetimeauth.h" /> 483*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_verify_64.h" /> 484*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_box_curve25519xchacha20poly1305.h" /> 485*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_core_ed25519.h" /> 486*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_pwhash_argon2i.h" /> 487*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_generichash.h" /> 488*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_secretbox_xsalsa20poly1305.h" /> 489*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_secretbox.h" /> 490*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_scalarmult_ed25519.h" /> 491*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_box_curve25519xsalsa20poly1305.h" /> 492*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_generichash_blake2b.h" /> 493*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\crypto_sign_edwards25519sha512batch.h" /> 494*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\private\ed25519_ref10.h" /> 495*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\private\ed25519_ref10_fe_25_5.h" /> 496*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\private\ed25519_ref10_fe_51.h" /> 497*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\private\sse2_64_32.h" /> 498*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\private\common.h" /> 499*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\private\mutex.h" /> 500*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\include\sodium\private\implementations.h" /> 501*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-ref.h" /> 502*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-avx2.h" /> 503*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\argon2.h" /> 504*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-ssse3.h" /> 505*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\argon2-encoding.h" /> 506*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blake2b-long.h" /> 507*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\blamka-round-avx512f.h" /> 508*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\argon2\argon2-core.h" /> 509*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\crypto_scrypt.h" /> 510*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_pwhash\scryptsalsa208sha256\pbkdf2-sha256.h" /> 511*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_shorthash\siphash24\ref\shorthash_siphash_ref.h" /> 512*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.h" /> 513*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\consts_namespace.h" /> 514*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_namespace.h" /> 515*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe.h" /> 516*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base_namespace.h" /> 517*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder.h" /> 518*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51.h" /> 519*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\curve25519_sandy2x.h" /> 520*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\fe51_namespace.h" /> 521*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\sandy2x\ladder_base.h" /> 522*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.h" /> 523*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.h" /> 524*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.h" /> 525*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna64.h" /> 526*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna32.h" /> 527*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_onetimeauth\poly1305\sse2\poly1305_sse2.h" /> 528*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\stream_chacha20.h" /> 529*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\ref\chacha20_ref.h" /> 530*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u4.h" /> 531*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-ssse3.h" /> 532*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u0.h" /> 533*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u1.h" /> 534*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\chacha20_dolbeau-avx2.h" /> 535*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\chacha20\dolbeau\u8.h" /> 536*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\stream_salsa20.h" /> 537*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\ref\salsa20_ref.h" /> 538*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u4.h" /> 539*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u0.h" /> 540*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u1.h" /> 541*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-avx2.h" /> 542*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\u8.h" /> 543*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6int\salsa20_xmm6int-sse2.h" /> 544*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_stream\salsa20\xmm6\salsa20_xmm6.h" /> 545*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\constants.h" /> 546*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\fe.h" /> 547*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" /> 548*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base.h" /> 549*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\constants.h" /> 550*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\fe.h" /> 551*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" /> 552*0ac341f1SConrad Meyer <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\base.h" /> 553*0ac341f1SConrad Meyer <ClInclude Include="builds\msvc\resource.h" /> 554*0ac341f1SConrad Meyer </ItemGroup> 555*0ac341f1SConrad Meyer <ItemGroup> 556*0ac341f1SConrad Meyer <ResourceCompile Include="builds\msvc\resource.rc"> 557*0ac341f1SConrad Meyer </ResourceCompile> 558*0ac341f1SConrad Meyer </ItemGroup> 559*0ac341f1SConrad Meyer <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 560*0ac341f1SConrad Meyer <ImportGroup Label="ExtensionTargets"> 561*0ac341f1SConrad Meyer </ImportGroup> 562*0ac341f1SConrad Meyer</Project> 563