aboutsummaryrefslogtreecommitdiff
path: root/src/Utilities/TestBA/TestBA.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utilities/TestBA/TestBA.csproj')
-rw-r--r--src/Utilities/TestBA/TestBA.csproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/Utilities/TestBA/TestBA.csproj b/src/Utilities/TestBA/TestBA.csproj
new file mode 100644
index 00000000..ad7a59b4
--- /dev/null
+++ b/src/Utilities/TestBA/TestBA.csproj
@@ -0,0 +1,24 @@
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>net35</TargetFramework>
7 <AssemblyName>TestBA</AssemblyName>
8 <RootNamespace>WixToolset.Test.BA</RootNamespace>
9 <DebugType>embedded</DebugType>
10 <RuntimeIdentifier>win-x86</RuntimeIdentifier>
11 </PropertyGroup>
12
13 <ItemGroup>
14 <Content Include="TestBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" />
15 </ItemGroup>
16
17 <ItemGroup>
18 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.41" />
19 </ItemGroup>
20
21 <ItemGroup>
22 <Reference Include="System.Windows.Forms" />
23 </ItemGroup>
24</Project> \ No newline at end of file