The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/libsodium/regen-msvc/libsodium.vcxproj.tpl

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 847cd5144451d129842ec94f36db3ef0


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.