]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/contrib/libsodium/regen-msvc/libsodium.vcxproj.tpl
MFV r362254: file 5.39.
[FreeBSD/FreeBSD.git] / sys / contrib / libsodium / regen-msvc / libsodium.vcxproj.tpl
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup Label="Globals">\r
4     <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid>\r
5     <ProjectName>libsodium</ProjectName>\r
6     <PlatformToolset>{{platform}}</PlatformToolset>\r
7   </PropertyGroup>\r
8   <ItemGroup Label="ProjectConfigurations">\r
9     <ProjectConfiguration Include="DebugDLL|Win32">\r
10       <Configuration>DebugDLL</Configuration>\r
11       <Platform>Win32</Platform>\r
12     </ProjectConfiguration>\r
13     <ProjectConfiguration Include="ReleaseDLL|Win32">\r
14       <Configuration>ReleaseDLL</Configuration>\r
15       <Platform>Win32</Platform>\r
16     </ProjectConfiguration>\r
17     <ProjectConfiguration Include="DebugDLL|x64">\r
18       <Configuration>DebugDLL</Configuration>\r
19       <Platform>x64</Platform>\r
20     </ProjectConfiguration>\r
21     <ProjectConfiguration Include="ReleaseDLL|x64">\r
22       <Configuration>ReleaseDLL</Configuration>\r
23       <Platform>x64</Platform>\r
24     </ProjectConfiguration>\r
25     <ProjectConfiguration Include="DebugLTCG|Win32">\r
26       <Configuration>DebugLTCG</Configuration>\r
27       <Platform>Win32</Platform>\r
28     </ProjectConfiguration>\r
29     <ProjectConfiguration Include="ReleaseLTCG|Win32">\r
30       <Configuration>ReleaseLTCG</Configuration>\r
31       <Platform>Win32</Platform>\r
32     </ProjectConfiguration>\r
33     <ProjectConfiguration Include="DebugLTCG|x64">\r
34       <Configuration>DebugLTCG</Configuration>\r
35       <Platform>x64</Platform>\r
36     </ProjectConfiguration>\r
37     <ProjectConfiguration Include="ReleaseLTCG|x64">\r
38       <Configuration>ReleaseLTCG</Configuration>\r
39       <Platform>x64</Platform>\r
40     </ProjectConfiguration>\r
41     <ProjectConfiguration Include="DebugLIB|Win32">\r
42       <Configuration>DebugLIB</Configuration>\r
43       <Platform>Win32</Platform>\r
44     </ProjectConfiguration>\r
45     <ProjectConfiguration Include="ReleaseLIB|Win32">\r
46       <Configuration>ReleaseLIB</Configuration>\r
47       <Platform>Win32</Platform>\r
48     </ProjectConfiguration>\r
49     <ProjectConfiguration Include="DebugLIB|x64">\r
50       <Configuration>DebugLIB</Configuration>\r
51       <Platform>x64</Platform>\r
52     </ProjectConfiguration>\r
53     <ProjectConfiguration Include="ReleaseLIB|x64">\r
54       <Configuration>ReleaseLIB</Configuration>\r
55       <Platform>x64</Platform>\r
56     </ProjectConfiguration>\r
57   </ItemGroup>\r
58   <PropertyGroup Label="Configuration">\r
59     <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType>\r
60     <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType>\r
61   </PropertyGroup>\r
62   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
63   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
64   <ImportGroup Label="PropertySheets">\r
65     <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" />\r
66     <Import Project="$(ProjectDir)..\..\properties\Output.props" />\r
67     <Import Project="$(ProjectDir)$(ProjectName).props" />\r
68   </ImportGroup>\r
69   <ItemGroup>\r
70     <None Include="..\..\..\..\packaging\nuget\package.bat" />\r
71     <None Include="..\..\..\..\packaging\nuget\package.config" />\r
72     <None Include="..\..\..\..\packaging\nuget\package.gsl" />\r
73     <None Include="..\..\..\..\packaging\nuget\package.nuspec" />\r
74     <None Include="..\..\..\..\packaging\nuget\package.targets" />\r
75   </ItemGroup>\r
76   <ItemGroup>\r
77     <Xml Include="..\..\..\..\packaging\nuget\package.xml" />\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     {{v1}}\r
81   </ItemGroup>\r
82   <ItemGroup>\r
83     {{v2}}\r
84     <ClInclude Include="..\..\resource.h" />\r
85   </ItemGroup>\r
86   <ItemGroup>\r
87     <ResourceCompile Include="..\..\resource.rc">\r
88     </ResourceCompile>\r
89   </ItemGroup>\r
90   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
91   <ImportGroup Label="ExtensionTargets">\r
92   </ImportGroup>\r
93 </Project>\r