main
csproj 19 lines 758 Bytes
Raw
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
6 <PropertyGroup>
7 <TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
8 <Description>Converter</Description>
9 <Title>WiX Toolset Converters</Title>
10 <DebugType>embedded</DebugType>
11 <PublishRepositoryUrl>true</PublishRepositoryUrl>
12 <CreateDocumentationFile>true</CreateDocumentationFile>
13 </PropertyGroup>
14
15 <ItemGroup>
16 <PackageReference Include="WixToolset.Data" />
17 <PackageReference Include="WixToolset.Extensibility" />
18 </ItemGroup>
19 </Project>