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 <PropertyGroup Label="Globals"> 4*0ac341f1SConrad Meyer <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 5*0ac341f1SConrad Meyer <ProjectName>libsodium</ProjectName> 6*0ac341f1SConrad Meyer <PlatformToolset>{{platform}}</PlatformToolset> 7*0ac341f1SConrad Meyer </PropertyGroup> 8*0ac341f1SConrad Meyer <ItemGroup Label="ProjectConfigurations"> 9*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugDLL|Win32"> 10*0ac341f1SConrad Meyer <Configuration>DebugDLL</Configuration> 11*0ac341f1SConrad Meyer <Platform>Win32</Platform> 12*0ac341f1SConrad Meyer </ProjectConfiguration> 13*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseDLL|Win32"> 14*0ac341f1SConrad Meyer <Configuration>ReleaseDLL</Configuration> 15*0ac341f1SConrad Meyer <Platform>Win32</Platform> 16*0ac341f1SConrad Meyer </ProjectConfiguration> 17*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugDLL|x64"> 18*0ac341f1SConrad Meyer <Configuration>DebugDLL</Configuration> 19*0ac341f1SConrad Meyer <Platform>x64</Platform> 20*0ac341f1SConrad Meyer </ProjectConfiguration> 21*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseDLL|x64"> 22*0ac341f1SConrad Meyer <Configuration>ReleaseDLL</Configuration> 23*0ac341f1SConrad Meyer <Platform>x64</Platform> 24*0ac341f1SConrad Meyer </ProjectConfiguration> 25*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugLTCG|Win32"> 26*0ac341f1SConrad Meyer <Configuration>DebugLTCG</Configuration> 27*0ac341f1SConrad Meyer <Platform>Win32</Platform> 28*0ac341f1SConrad Meyer </ProjectConfiguration> 29*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseLTCG|Win32"> 30*0ac341f1SConrad Meyer <Configuration>ReleaseLTCG</Configuration> 31*0ac341f1SConrad Meyer <Platform>Win32</Platform> 32*0ac341f1SConrad Meyer </ProjectConfiguration> 33*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugLTCG|x64"> 34*0ac341f1SConrad Meyer <Configuration>DebugLTCG</Configuration> 35*0ac341f1SConrad Meyer <Platform>x64</Platform> 36*0ac341f1SConrad Meyer </ProjectConfiguration> 37*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseLTCG|x64"> 38*0ac341f1SConrad Meyer <Configuration>ReleaseLTCG</Configuration> 39*0ac341f1SConrad Meyer <Platform>x64</Platform> 40*0ac341f1SConrad Meyer </ProjectConfiguration> 41*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugLIB|Win32"> 42*0ac341f1SConrad Meyer <Configuration>DebugLIB</Configuration> 43*0ac341f1SConrad Meyer <Platform>Win32</Platform> 44*0ac341f1SConrad Meyer </ProjectConfiguration> 45*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseLIB|Win32"> 46*0ac341f1SConrad Meyer <Configuration>ReleaseLIB</Configuration> 47*0ac341f1SConrad Meyer <Platform>Win32</Platform> 48*0ac341f1SConrad Meyer </ProjectConfiguration> 49*0ac341f1SConrad Meyer <ProjectConfiguration Include="DebugLIB|x64"> 50*0ac341f1SConrad Meyer <Configuration>DebugLIB</Configuration> 51*0ac341f1SConrad Meyer <Platform>x64</Platform> 52*0ac341f1SConrad Meyer </ProjectConfiguration> 53*0ac341f1SConrad Meyer <ProjectConfiguration Include="ReleaseLIB|x64"> 54*0ac341f1SConrad Meyer <Configuration>ReleaseLIB</Configuration> 55*0ac341f1SConrad Meyer <Platform>x64</Platform> 56*0ac341f1SConrad Meyer </ProjectConfiguration> 57*0ac341f1SConrad Meyer </ItemGroup> 58*0ac341f1SConrad Meyer <PropertyGroup Label="Configuration"> 59*0ac341f1SConrad Meyer <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType> 60*0ac341f1SConrad Meyer <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType> 61*0ac341f1SConrad Meyer </PropertyGroup> 62*0ac341f1SConrad Meyer <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 63*0ac341f1SConrad Meyer <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 64*0ac341f1SConrad Meyer <ImportGroup Label="PropertySheets"> 65*0ac341f1SConrad Meyer <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> 66*0ac341f1SConrad Meyer <Import Project="$(ProjectDir)..\..\properties\Output.props" /> 67*0ac341f1SConrad Meyer <Import Project="$(ProjectDir)$(ProjectName).props" /> 68*0ac341f1SConrad Meyer </ImportGroup> 69*0ac341f1SConrad Meyer <ItemGroup> 70*0ac341f1SConrad Meyer <None Include="..\..\..\..\packaging\nuget\package.bat" /> 71*0ac341f1SConrad Meyer <None Include="..\..\..\..\packaging\nuget\package.config" /> 72*0ac341f1SConrad Meyer <None Include="..\..\..\..\packaging\nuget\package.gsl" /> 73*0ac341f1SConrad Meyer <None Include="..\..\..\..\packaging\nuget\package.nuspec" /> 74*0ac341f1SConrad Meyer <None Include="..\..\..\..\packaging\nuget\package.targets" /> 75*0ac341f1SConrad Meyer </ItemGroup> 76*0ac341f1SConrad Meyer <ItemGroup> 77*0ac341f1SConrad Meyer <Xml Include="..\..\..\..\packaging\nuget\package.xml" /> 78*0ac341f1SConrad Meyer </ItemGroup> 79*0ac341f1SConrad Meyer <ItemGroup> 80*0ac341f1SConrad Meyer {{v1}} 81*0ac341f1SConrad Meyer </ItemGroup> 82*0ac341f1SConrad Meyer <ItemGroup> 83*0ac341f1SConrad Meyer {{v2}} 84*0ac341f1SConrad Meyer <ClInclude Include="..\..\resource.h" /> 85*0ac341f1SConrad Meyer </ItemGroup> 86*0ac341f1SConrad Meyer <ItemGroup> 87*0ac341f1SConrad Meyer <ResourceCompile Include="..\..\resource.rc"> 88*0ac341f1SConrad Meyer </ResourceCompile> 89*0ac341f1SConrad Meyer </ItemGroup> 90*0ac341f1SConrad Meyer <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 91*0ac341f1SConrad Meyer <ImportGroup Label="ExtensionTargets"> 92*0ac341f1SConrad Meyer </ImportGroup> 93*0ac341f1SConrad Meyer</Project> 94