mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
Update bindings to use char* instead of ushort*, separated Dxc native packages to Vortice.Dxc.Native, bump version to 2.2.1
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<RepoRootDirectory>$(MSBuildThisFileDirectory)</RepoRootDirectory>
|
||||
<RepoSrcDirectory>$(MSBuildThisFileDirectory)src/</RepoSrcDirectory>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<RepositoryUrl>https://github.com/amerkoleci/Vortice.Win32</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
@@ -6,7 +11,7 @@
|
||||
|
||||
<!-- Version -->
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>2.2.0</VersionPrefix>
|
||||
<VersionPrefix>2.2.1</VersionPrefix>
|
||||
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -18,11 +23,8 @@
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<DebugType>embedded</DebugType>
|
||||
<Features>strict</Features>
|
||||
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
||||
<RestoreConfigFile>$(MSBuildThisFileDirectory)NuGet.config</RestoreConfigFile>
|
||||
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
||||
|
||||
|
||||
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<NoWarn>$(NoWarn);AD0001;CS1591;CS1701;CA2252;</NoWarn>
|
||||
</PropertyGroup>
|
||||
@@ -38,6 +40,7 @@
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
|
||||
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts/</PackageOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- https://github.com/dotnet/sourcelink -->
|
||||
|
||||
Reference in New Issue
Block a user