mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
Add D3D12 native dependency project (Vortice.D3D12MA.Native) and C# bindings.
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
<!-- Version -->
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>2.2.6</VersionPrefix>
|
||||
<VersionPrefix>2.2.7</VersionPrefix>
|
||||
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<LangVersion>13.0</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<UseArtifactsOutput>true</UseArtifactsOutput>
|
||||
|
||||
Reference in New Issue
Block a user