main
csproj 17 lines 712 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 <PropertyGroup>
6 <TargetFramework>net462</TargetFramework>
7 <OutputType>WinExe</OutputType>
8 <AssemblyName>Example.FullFramework2MBA</AssemblyName>
9 <RootNamespace>Example.FullFramework2MBA</RootNamespace>
10 <DebugType>embedded</DebugType>
11 <RuntimeIdentifier>win-x64</RuntimeIdentifier>
12 </PropertyGroup>
13
14 <ItemGroup>
15 <PackageReference Include="WixToolset.BootstrapperApplicationApi" />
16 </ItemGroup>
17 </Project>