mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
54 lines
2.2 KiB
XML
54 lines
2.2 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>preview</LangVersion>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
<EnablePreviewFeatures>true</EnablePreviewFeatures>
|
|
|
|
<VersionPrefix>1.8.1</VersionPrefix>
|
|
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<NoWarn>CS1591;CS1701;CA2252;</NoWarn>
|
|
<UseSharedCompilation>true</UseSharedCompilation>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<RepositoryUrl>https://github.com/amerkoleci/Vortice.Win32</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<ProjectUrl>https://github.com/amerkoleci/Vortice.Win32</ProjectUrl>
|
|
<Authors>Amer Koleci</Authors>
|
|
<Owners>Amer Koleci</Owners>
|
|
<Company>Amer Koleci</Company>
|
|
<Copyright>Copyright © 2022 Amer Koleci</Copyright>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<PackageTags>win32 graphics gamedev core standard game vortice</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<!-- https://github.com/dotnet/sourcelink -->
|
|
<PropertyGroup>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<IncludeSymbols>false</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.5.0-1.22479.14">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|