aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj')
-rw-r--r--src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
deleted file mode 100644
index 9f7c8ce6..00000000
--- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
+++ /dev/null
@@ -1,42 +0,0 @@
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. -->
3
4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup>
6 <TargetFramework>net461</TargetFramework>
7 <Description></Description>
8 <Title>WiX Toolset MSBuild Tasks</Title>
9 <DebugType>embedded</DebugType>
10 <PublishRepositoryUrl>true</PublishRepositoryUrl>
11 </PropertyGroup>
12
13 <PropertyGroup>
14 <!-- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> -->
15 </PropertyGroup>
16
17 <ItemGroup>
18 <Content Include="redirects\wix.targets" CopyToOutputDirectory="PreserveNewest" />
19 <Content Include="redirects\wix.ca.targets" CopyToOutputDirectory="PreserveNewest" />
20 <Content Include="wix.targets" CopyToOutputDirectory="PreserveNewest" />
21 <Content Include="wix.ca.targets" CopyToOutputDirectory="PreserveNewest" />
22 <Content Include="wix.harvest.targets" CopyToOutputDirectory="PreserveNewest" />
23 <Content Include="wix.signing.targets" CopyToOutputDirectory="PreserveNewest" />
24 </ItemGroup>
25
26 <ItemGroup>
27 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" />
28 <ProjectReference Include="..\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj" />
29 <ProjectReference Include="..\WixToolset.Core.WindowsInstaller\WixToolset.Core.WindowsInstaller.csproj" />
30 </ItemGroup>
31
32 <ItemGroup>
33 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" />
34 </ItemGroup>
35
36 <ItemGroup>
37 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/>
38 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" />
39 <PackageReference Include="Microsoft.Build.Tasks.Core" Version="14.3" PrivateAssets="all" Condition="'$(TargetFramework)'=='net461' " />
40 <PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.3.409" PrivateAssets="all" Condition="'$(TargetFramework)'=='netstandard2.0' " />
41 </ItemGroup>
42</Project>