aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop/WixCop.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixcop/WixCop.csproj')
-rw-r--r--src/wixcop/WixCop.csproj35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj
deleted file mode 100644
index 13a188ab..00000000
--- a/src/wixcop/WixCop.csproj
+++ /dev/null
@@ -1,35 +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 <TargetFrameworks>netcoreapp2.1;net461;net472</TargetFrameworks>
7 <OutputType>Exe</OutputType>
8 <Description>Converter</Description>
9 <Title>WiX Error Correction Tool</Title>
10 <DebugType>embedded</DebugType>
11 <PublishRepositoryUrl>true</PublishRepositoryUrl>
12 <!-- <PackAsTool>true</PackAsTool> -->
13 <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier>
14 <AppConfig>app.config</AppConfig>
15 <ApplicationManifest>wixcop.exe.manifest</ApplicationManifest>
16 <RollForward>Major</RollForward>
17 </PropertyGroup>
18
19 <PropertyGroup>
20 <NoWarn>NU1701</NoWarn>
21 </PropertyGroup>
22
23 <ItemGroup>
24 <Compile Include="..\WixToolset.Tools.Core\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" />
25 </ItemGroup>
26
27 <ItemGroup>
28 <PackageReference Include="WixToolset.Converters" Version="4.0.*" />
29 </ItemGroup>
30
31 <ItemGroup>
32 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
33 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" />
34 </ItemGroup>
35</Project>