blob: aa7f8cc157e07290a11bb472f7b9a2eec9889ad6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0" encoding="utf-8"?>
<Rule
Name="Microsoft_Direct3D_D3D12"
DisplayName="D3D12 NuGet"
Order="70"
PageTemplate="generic"
Description="Options for the Microsoft.Direct3D.D3D12 NuGet Package"
xmlns="http://schemas.microsoft.com/build/2009/properties">
<Rule.Categories>
<Category Name="General" DisplayName="General" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" Label="Globals" />
</Rule.DataSource>
<StringProperty Name="Microsoft_Direct3D_D3D12_D3D12SDKPath"
DisplayName="D3D12SDKPath"
Description="Specify the exe relative D3D12SDKPath export to modify the copy destination for d3d12core.dll etc."
Category="General" />
<BoolProperty Name="Microsoft_Direct3D_D3D12_SkipLibraryCopy"
DisplayName="Disable Library Copy"
Description="Disables copying D3D12Core.dll and D3D12Core.pdb into the project output directory."
Category="General" />
<BoolProperty Name="Microsoft_Direct3D_D3D12_SkipDebugLayerCopy"
DisplayName="Disable Debug Layer Copy"
Description="Disables copying D3D12SDKLayers.dll and D3D12SDKLayers.pdb into the project output directory. This 'debug layer' is used for development only."
Category="General" />
<BoolProperty Name="Microsoft_Direct3D_D3D12_SkipIncludeDir"
DisplayName="Disable Include Directory"
Description="Disables appending the package's include folder as an additional include directory."
Category="General" />
</Rule>
|