ExaArray/ExaArray/ExaArray.csproj
2020-07-28 20:02:10 +02:00

24 lines
912 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Exa</RootNamespace>
<PackageId>ExaArray</PackageId>
<Authors>Thorsten Sommer</Authors>
<Company>Thorsten Sommer</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://code.tsommer.org/thorsten/ExaArray</PackageProjectUrl>
<License>BSD-3-Clause-Attribution</License>
<RepositoryUrl>https://code.tsommer.org/thorsten/ExaArray</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\ExaArray.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\ExaArray.xml</DocumentationFile>
</PropertyGroup>
</Project>