diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-08 07:29:26 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-08 07:33:08 -0700 |
commit | a3fcca48e4258f37ce2f51502f7863942e8b23fe (patch) | |
tree | 7dad7afa711251fb30e3ebb035570bdce0898957 /src/ca | |
parent | 660671d107d44965856ba8d40106c6565521bcdc (diff) | |
download | wix-a3fcca48e4258f37ce2f51502f7863942e8b23fe.tar.gz wix-a3fcca48e4258f37ce2f51502f7863942e8b23fe.tar.bz2 wix-a3fcca48e4258f37ce2f51502f7863942e8b23fe.zip |
Update dependencies
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/packages.config | 5 | ||||
-rw-r--r-- | src/ca/uica.vcxproj | 25 |
2 files changed, 11 insertions, 19 deletions
diff --git a/src/ca/packages.config b/src/ca/packages.config deleted file mode 100644 index fd2df281..00000000 --- a/src/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.58" targetFramework="native" /> | ||
4 | <package id="WixToolset.WcaUtil" version="4.0.17" targetFramework="native" /> | ||
5 | </packages> \ No newline at end of file | ||
diff --git a/src/ca/uica.vcxproj b/src/ca/uica.vcxproj index ebe287b7..09501a32 100644 --- a/src/ca/uica.vcxproj +++ b/src/ca/uica.vcxproj | |||
@@ -1,10 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | |||
6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" /> | ||
7 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props')" /> | ||
8 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
9 | <ProjectConfiguration Include="Debug|Win32"> | 6 | <ProjectConfiguration Include="Debug|Win32"> |
10 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
@@ -19,9 +16,9 @@ | |||
19 | <PropertyGroup Label="Globals"> | 16 | <PropertyGroup Label="Globals"> |
20 | <ProjectGuid>{F72D34CA-48DA-4DFD-91A9-A0C78BEF6981}</ProjectGuid> | 17 | <ProjectGuid>{F72D34CA-48DA-4DFD-91A9-A0C78BEF6981}</ProjectGuid> |
21 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 18 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
22 | <CharacterSet>MultiByte</CharacterSet> | ||
23 | <TargetName>uica</TargetName> | 19 | <TargetName>uica</TargetName> |
24 | <PlatformToolset>v142</PlatformToolset> | 20 | <PlatformToolset>v142</PlatformToolset> |
21 | <CharacterSet>MultiByte</CharacterSet> | ||
25 | <ProjectModuleDefinitionFile>uica.def</ProjectModuleDefinitionFile> | 22 | <ProjectModuleDefinitionFile>uica.def</ProjectModuleDefinitionFile> |
26 | <Description>WiX Toolset UI CustomAction</Description> | 23 | <Description>WiX Toolset UI CustomAction</Description> |
27 | </PropertyGroup> | 24 | </PropertyGroup> |
@@ -40,22 +37,22 @@ | |||
40 | <ClCompile Include="DriveCheck.cpp" /> | 37 | <ClCompile Include="DriveCheck.cpp" /> |
41 | <ClCompile Include="PrintEula.cpp" /> | 38 | <ClCompile Include="PrintEula.cpp" /> |
42 | </ItemGroup> | 39 | </ItemGroup> |
40 | |||
43 | <ItemGroup> | 41 | <ItemGroup> |
44 | <ClInclude Include="cost.h" /> | 42 | <ClInclude Include="cost.h" /> |
45 | <ClInclude Include="precomp.h" /> | 43 | <ClInclude Include="precomp.h" /> |
46 | </ItemGroup> | 44 | </ItemGroup> |
45 | |||
47 | <ItemGroup> | 46 | <ItemGroup> |
48 | <None Include="packages.config" /> | ||
49 | <None Include="uica.def" /> | 47 | <None Include="uica.def" /> |
50 | </ItemGroup> | 48 | </ItemGroup> |
51 | 49 | ||
52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 50 | <ItemGroup> |
51 | <PackageReference Include="WixToolset.Dutil" Version="4.0.65" /> | ||
52 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | ||
53 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | ||
54 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | ||
55 | </ItemGroup> | ||
53 | 56 | ||
54 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
55 | <PropertyGroup> | ||
56 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
57 | </PropertyGroup> | ||
58 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props'))" /> | ||
59 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props'))" /> | ||
60 | </Target> | ||
61 | </Project> | 58 | </Project> |