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 319*0ac341f1SConrad Meyer </ItemGroup> 320*0ac341f1SConrad Meyer <ItemGroup> 321*0ac341f1SConrad Meyer 322*0ac341f1SConrad Meyer </ItemGroup> 323*0ac341f1SConrad Meyer <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 324*0ac341f1SConrad Meyer <ImportGroup Label="ExtensionTargets"> 325*0ac341f1SConrad Meyer </ImportGroup> 326*0ac341f1SConrad Meyer</Project> 327