diff options
author | Bob Arnson <bob@firegiant.com> | 2025-02-14 23:49:12 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-03-03 14:25:07 -0500 |
commit | ae96ff06cadd0141f48d88a7e9983ca81dace613 (patch) | |
tree | 692c21c53be97e30e60a515b215342b27a7087d0 /src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj | |
parent | ca6e44d496b0c589fdaabad69a00643f539c47cd (diff) | |
download | wix-ae96ff06cadd0141f48d88a7e9983ca81dace613.tar.gz wix-ae96ff06cadd0141f48d88a7e9983ca81dace613.tar.bz2 wix-ae96ff06cadd0141f48d88a7e9983ca81dace613.zip |
Convert tools\ to MSTest and traversal projects.
Diffstat (limited to '')
-rw-r--r-- | src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj b/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj index 1d808f53..13ec5ac3 100644 --- a/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj +++ b/src/tools/test/WixToolsetTest.HeatTasks/WixToolsetTest.HeatTasks.csproj | |||
@@ -1,11 +1,11 @@ | |||
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 Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="MSTest.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>net472</TargetFramework> | 6 | <TargetFramework>net472</TargetFramework> |
7 | <DefaultItemExcludes>TestData\**;$(DefaultItemExcludes)</DefaultItemExcludes> | 7 | <DefaultItemExcludes>TestData\**;$(DefaultItemExcludes)</DefaultItemExcludes> |
8 | <IsWixTestProject>true</IsWixTestProject> | 8 | <IsWixMSTestProject>true</IsWixMSTestProject> |
9 | </PropertyGroup> | 9 | </PropertyGroup> |
10 | 10 | ||
11 | <ItemGroup> | 11 | <ItemGroup> |
@@ -14,7 +14,7 @@ | |||
14 | </ItemGroup> | 14 | </ItemGroup> |
15 | 15 | ||
16 | <ItemGroup> | 16 | <ItemGroup> |
17 | <PackageReference Include="WixInternal.TestSupport" /> | 17 | <PackageReference Include="WixInternal.MSTestSupport" /> |
18 | <PackageReference Include="WixInternal.Core.TestPackage" /> | 18 | <PackageReference Include="WixInternal.Core.MSTestPackage" /> |
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | </Project> | 20 | </Project> |