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/packaging/dotnet-core/libsodium.props

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"?>
    2 <Project>
    3 
    4   <PropertyGroup>
    5     <TargetFramework>netstandard1.1</TargetFramework>
    6     <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    7     <NoBuild>true</NoBuild>
    8     <IncludeBuildOutput>false</IncludeBuildOutput>
    9     <PackageOutputPath>$(MSBuildProjectDirectory)</PackageOutputPath>
   10     <ProjectFileToPack>$(MSBuildProjectFullPath)</ProjectFileToPack>
   11   </PropertyGroup>
   12 
   13   <PropertyGroup>
   14     <PackageId>libsodium</PackageId>
   15     <Version><!-- set by prepare.py --></Version>
   16     <Authors>Frank Denis</Authors>
   17     <Description>Internal implementation package not meant for direct consumption. Please do not reference directly.</Description>
   18     <Copyright>&#169; 2013-2017 Frank Denis</Copyright>
   19     <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
   20     <PackageLicenseUrl>https://raw.githubusercontent.com/jedisct1/libsodium/master/LICENSE</PackageLicenseUrl>
   21     <PackageProjectUrl>https://libsodium.org/</PackageProjectUrl>
   22     <MinClientVersion>4.0</MinClientVersion>
   23   </PropertyGroup>
   24 
   25   <ItemGroup>
   26     <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.0.1" />
   27   </ItemGroup>
   28 
   29   <ItemGroup>
   30     <Content Include="LICENSE" PackagePath="" />
   31     <Content Include="AUTHORS" PackagePath="" />
   32     <Content Include="ChangeLog" PackagePath="" />
   33     <Content Include="runtimes\**\*.*" PackagePath="runtimes\" />
   34   </ItemGroup>
   35 
   36 </Project>

Cache object: b6c46b458774711ddf111a5b434be3dd


[ 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.