Veldrid.SPIRV.targets 472 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup>
  4. <NativeReference Include="$(MSBuildThisFileDirectory)native\libveldrid-spirv-combined.a">
  5. <Kind>Static</Kind>
  6. <SmartLink>False</SmartLink>
  7. <ForceLoad>True</ForceLoad>
  8. <IsCxx>True</IsCxx>
  9. </NativeReference>
  10. <BundleResource Include="$(MSBuildThisFileDirectory)Veldrid.SPIRV.dll.config" />
  11. </ItemGroup>
  12. </Project>