aboutsummaryrefslogtreecommitdiff
path: root/src/ext/DirectX
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/DirectX')
-rw-r--r--src/ext/DirectX/ca/directxca.vcxproj5
-rw-r--r--src/ext/DirectX/ca/packages.config5
2 files changed, 2 insertions, 8 deletions
diff --git a/src/ext/DirectX/ca/directxca.vcxproj b/src/ext/DirectX/ca/directxca.vcxproj
index e9faff16..abc54156 100644
--- a/src/ext/DirectX/ca/directxca.vcxproj
+++ b/src/ext/DirectX/ca/directxca.vcxproj
@@ -52,13 +52,12 @@
52 </ClCompile> 52 </ClCompile>
53 <ClInclude Include="precomp.h" /> 53 <ClInclude Include="precomp.h" />
54 <None Include="directx.def" /> 54 <None Include="directx.def" />
55 <None Include="packages.config" />
56 </ItemGroup> 55 </ItemGroup>
57 56
58 <ItemGroup> 57 <ItemGroup>
59 <PackageReference Include="WixToolset.WcaUtil" /> 58 <PackageReference Include="WixToolset.WcaUtil" />
60 <PackageReference Include="Microsoft.SourceLink.GitHub" /> 59 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
61 <PackageReference Include="GitInfo" /> 60 <PackageReference Include="GitInfo" PrivateAssets="All" />
62 </ItemGroup> 61 </ItemGroup>
63 62
64 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 63 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/DirectX/ca/packages.config b/src/ext/DirectX/ca/packages.config
deleted file mode 100644
index 6e8da8cb..00000000
--- a/src/ext/DirectX/ca/packages.config
+++ /dev/null
@@ -1,5 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<packages>
3 <package id="WixToolset.DUtil" version="4.0.0-preview.0-build.1" targetFramework="native" />
4 <package id="WixToolset.WcaUtil" version="4.0.16" targetFramework="native" />
5</packages> \ No newline at end of file