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:
29
src/Vortice.Dxc.Native/Vortice.Dxc.Native.csproj
Normal file
29
src/Vortice.Dxc.Native/Vortice.Dxc.Native.csproj
Normal file
@@ -0,0 +1,29 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;net4.6.1;net8.0</TargetFrameworks>
|
||||
<Description>Dxc native libraries</Description>
|
||||
<PackageVersion>1.0.0</PackageVersion>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageLicenseExpression></PackageLicenseExpression>
|
||||
<PackageLicenseFile>LICENSE-MS.txt</PackageLicenseFile>
|
||||
<RepositoryUrl>https://github.com/microsoft/DirectXShaderCompiler</RepositoryUrl>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="$(RepoRootDirectory)/README.md" Pack="true" PackagePath="\" />
|
||||
<Content Include="LICENCE-MIT.txt" PackagePath="" />
|
||||
<Content Include="LICENSE-LLVM.txt" PackagePath="" />
|
||||
<Content Include="LICENSE-MS.txt" PackagePath="" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="build\**" PackagePath="build/%(RecursiveDir)%(Filename)%(Extension)" />
|
||||
<Content Include="runtimes\**" PackagePath="runtimes/%(RecursiveDir)%(Filename)%(Extension)" />
|
||||
<Content Include="$(MSBuildThisFileDirectory)_._" PackagePath="lib/net461" />
|
||||
<Content Include="$(MSBuildThisFileDirectory)_._" PackagePath="lib/netstandard2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user