File tree 4 files changed +22
-7
lines changed
4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Sdk Name =" SharpGenTools.Sdk" Version =" $(SharpGenVersion)" />
4
4
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
18
- <Content Include =" dxcompiler.dll" >
18
+ <Content Include =" build\ dxcompiler.dll" >
19
19
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20
- <PackagePath >lib /$(TargetFramework)</PackagePath >
20
+ <PackagePath >build /$(TargetFramework)</PackagePath >
21
21
<Pack >true</Pack >
22
- <Visible >false</Visible >
23
22
</Content >
24
- <Content Include =" dxil.dll" >
23
+ <Content Include =" build\ dxil.dll" >
25
24
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
26
- <PackagePath >lib/$(TargetFramework)</PackagePath >
25
+ <PackagePath >build/$(TargetFramework)</PackagePath >
26
+ <Pack >true</Pack >
27
+ </Content >
28
+ <Content Include =" build\Vortice.Dxc.targets" >
29
+ <PackagePath >build/$(TargetFramework)/Vortice.Dxc.targets</PackagePath >
27
30
<Pack >true</Pack >
28
- <Visible >false</Visible >
29
31
</Content >
30
32
</ItemGroup >
31
33
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup >
3
+ <CopyNativeAssemblies_Vortice_Dxc Condition =" '$(CopyNativeAssemblies_Vortice_Dxc)' == ''" >true</CopyNativeAssemblies_Vortice_Dxc >
4
+ </PropertyGroup >
5
+
6
+ <ItemGroup Condition =" '$(CopyNativeAssemblies_Vortice_Dxc)' == true" >
7
+ <None Include =" $(MSBuildThisFileDirectory)\*.dll" >
8
+ <Link >%(Filename)%(Extension)</Link >
9
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
10
+ <Visible >False</Visible >
11
+ </None >
12
+ </ItemGroup >
13
+ </Project >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments