diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-12-05 21:16:28 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2021-12-25 20:31:10 -0500 |
| commit | 667ee81ee0263314b4546f5598efc66fe84c08b7 (patch) | |
| tree | cfc2077743411a93d0e3c0d2ef637ef9bbdb655e /src/dtf/WixToolsetTests.Dtf.WindowsInstaller.CustomActions | |
| parent | b9c712f26d921f7ffe0509d1cc45456680e8139f (diff) | |
| download | wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.gz wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.bz2 wix-667ee81ee0263314b4546f5598efc66fe84c08b7.zip | |
Build with VS2022, which is now required.
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
Diffstat (limited to 'src/dtf/WixToolsetTests.Dtf.WindowsInstaller.CustomActions')
| -rw-r--r-- | src/dtf/WixToolsetTests.Dtf.WindowsInstaller.CustomActions/WixToolsetTests.Dtf.WindowsInstaller.CustomActions.csproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/dtf/WixToolsetTests.Dtf.WindowsInstaller.CustomActions/WixToolsetTests.Dtf.WindowsInstaller.CustomActions.csproj b/src/dtf/WixToolsetTests.Dtf.WindowsInstaller.CustomActions/WixToolsetTests.Dtf.WindowsInstaller.CustomActions.csproj index 6a053026..aa3389d9 100644 --- a/src/dtf/WixToolsetTests.Dtf.WindowsInstaller.CustomActions/WixToolsetTests.Dtf.WindowsInstaller.CustomActions.csproj +++ b/src/dtf/WixToolsetTests.Dtf.WindowsInstaller.CustomActions/WixToolsetTests.Dtf.WindowsInstaller.CustomActions.csproj | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | <SignOutput>false</SignOutput> | 11 | <SignOutput>false</SignOutput> |
| 12 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | 12 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 13 | </PropertyGroup> | 13 | </PropertyGroup> |
| 14 | 14 | ||
| 15 | <ItemGroup> | 15 | <ItemGroup> |
| 16 | <Compile Include="CustomActionTest.cs" /> | 16 | <Compile Include="CustomActionTest.cs" /> |
| 17 | </ItemGroup> | 17 | </ItemGroup> |
| @@ -26,6 +26,10 @@ | |||
| 26 | <Name>WixToolsetTests.Dtf.WindowsInstaller</Name> | 26 | <Name>WixToolsetTests.Dtf.WindowsInstaller</Name> |
| 27 | </ProjectReference> | 27 | </ProjectReference> |
| 28 | </ItemGroup> | 28 | </ItemGroup> |
| 29 | |||
| 30 | <ItemGroup> | ||
| 31 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" /> | ||
| 32 | </ItemGroup> | ||
| 29 | 33 | ||
| 30 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 34 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 31 | </Project> | 35 | </Project> \ No newline at end of file |
