aboutsummaryrefslogtreecommitdiff
path: root/contrib/microsoft.direct3d.d3d12.1.618.4/build/native/Microsoft.Direct3D.D3D12.Rules.Project.xml
diff options
context:
space:
mode:
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.xml38
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>