diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-10-18 11:57:08 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-10-19 13:23:21 -0700 |
| commit | 44e69b72d820bcebee45b738372117d35d487404 (patch) | |
| tree | c6fb14635ccfe00c2bda5409a0da9b61cebe8292 /src/ext/DirectX | |
| parent | e550b63845a90e1a9452060b50a00ca5d9ee8c67 (diff) | |
| download | wix-44e69b72d820bcebee45b738372117d35d487404.tar.gz wix-44e69b72d820bcebee45b738372117d35d487404.tar.bz2 wix-44e69b72d820bcebee45b738372117d35d487404.zip | |
Update build dependencies and normalize more projects
Diffstat (limited to 'src/ext/DirectX')
| -rw-r--r-- | src/ext/DirectX/ca/directxca.vcxproj | 5 | ||||
| -rw-r--r-- | src/ext/DirectX/ca/packages.config | 5 |
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 | ||
