diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-02 16:39:36 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-02 16:39:36 -0800 |
| commit | 6c8ae19be66cee247980a48e736a4e05d14de179 (patch) | |
| tree | d860767907bf0cbe17ec66422e11bea700cf56d9 /contrib/microsoft.direct3d.d3d12.1.618.4/build/native/Microsoft.Direct3D.D3D12.Rules.Project.xml | |
| parent | 8f594c8ebd11f0e5f8a0c6369c3fe7383d250cbe (diff) | |
Diffstat (limited to 'contrib/microsoft.direct3d.d3d12.1.618.4/build/native/Microsoft.Direct3D.D3D12.Rules.Project.xml')
| -rw-r--r-- | contrib/microsoft.direct3d.d3d12.1.618.4/build/native/Microsoft.Direct3D.D3D12.Rules.Project.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/microsoft.direct3d.d3d12.1.618.4/build/native/Microsoft.Direct3D.D3D12.Rules.Project.xml b/contrib/microsoft.direct3d.d3d12.1.618.4/build/native/Microsoft.Direct3D.D3D12.Rules.Project.xml new file mode 100644 index 0000000..aa7f8cc --- /dev/null +++ b/contrib/microsoft.direct3d.d3d12.1.618.4/build/native/Microsoft.Direct3D.D3D12.Rules.Project.xml | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Rule | ||
| 3 | Name="Microsoft_Direct3D_D3D12" | ||
| 4 | DisplayName="D3D12 NuGet" | ||
| 5 | Order="70" | ||
| 6 | PageTemplate="generic" | ||
| 7 | Description="Options for the Microsoft.Direct3D.D3D12 NuGet Package" | ||
| 8 | xmlns="http://schemas.microsoft.com/build/2009/properties"> | ||
| 9 | |||
| 10 | <Rule.Categories> | ||
| 11 | <Category Name="General" DisplayName="General" /> | ||
| 12 | </Rule.Categories> | ||
| 13 | |||
| 14 | <Rule.DataSource> | ||
| 15 | <DataSource Persistence="ProjectFile" Label="Globals" /> | ||
| 16 | </Rule.DataSource> | ||
| 17 | |||
| 18 | <StringProperty Name="Microsoft_Direct3D_D3D12_D3D12SDKPath" | ||
| 19 | DisplayName="D3D12SDKPath" | ||
| 20 | Description="Specify the exe relative D3D12SDKPath export to modify the copy destination for d3d12core.dll etc." | ||
| 21 | Category="General" /> | ||
| 22 | |||
| 23 | <BoolProperty Name="Microsoft_Direct3D_D3D12_SkipLibraryCopy" | ||
| 24 | DisplayName="Disable Library Copy" | ||
| 25 | Description="Disables copying D3D12Core.dll and D3D12Core.pdb into the project output directory." | ||
| 26 | Category="General" /> | ||
| 27 | |||
| 28 | <BoolProperty Name="Microsoft_Direct3D_D3D12_SkipDebugLayerCopy" | ||
| 29 | DisplayName="Disable Debug Layer Copy" | ||
| 30 | Description="Disables copying D3D12SDKLayers.dll and D3D12SDKLayers.pdb into the project output directory. This 'debug layer' is used for development only." | ||
| 31 | Category="General" /> | ||
| 32 | |||
| 33 | <BoolProperty Name="Microsoft_Direct3D_D3D12_SkipIncludeDir" | ||
| 34 | DisplayName="Disable Include Directory" | ||
| 35 | Description="Disables appending the package's include folder as an additional include directory." | ||
| 36 | Category="General" /> | ||
| 37 | |||
| 38 | </Rule> | ||
