libsodium.vcxproj.tpl (1512B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" 3 xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 4 <PropertyGroup Label="Globals"> 5 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 6 <ProjectName>libsodium</ProjectName> 7 <PlatformToolset>{{platform}}</PlatformToolset> 8 </PropertyGroup> 9 <ItemGroup Label="ProjectConfigurations"> 10 {{configurations}} 11 </ItemGroup> 12 <PropertyGroup Label="Configuration"> 13 <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType> 14 <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType> 15 </PropertyGroup> 16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 18 <ImportGroup Label="PropertySheets"> 19 <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> 20 <Import Project="$(ProjectDir)..\..\properties\Output.props" /> 21 <Import Project="$(ProjectDir)$(ProjectName).props" /> 22 </ImportGroup> 23 <ItemGroup> 24 {{v1}} 25 </ItemGroup> 26 <ItemGroup> 27 {{v2}} 28 <ClInclude Include="..\..\resource.h" /> 29 </ItemGroup> 30 <ItemGroup> 31 <ResourceCompile Include="..\..\resource.rc"> 32 </ResourceCompile> 33 </ItemGroup> 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 35 <ImportGroup Label="ExtensionTargets"> 36 </ImportGroup> 37 </Project>