aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-29 19:36:24 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-29 19:53:29 +1000
commitae1751902076edfd8978b7fb42f24d3ac3f7ad55 (patch)
tree92011d854d8820cfd61136b7f6aa4378ba31b752 /src/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj
parenta79ce0b907676e50332139b4c4a8acb5d22a4b46 (diff)
downloadwix-ae1751902076edfd8978b7fb42f24d3ac3f7ad55.tar.gz
wix-ae1751902076edfd8978b7fb42f24d3ac3f7ad55.tar.bz2
wix-ae1751902076edfd8978b7fb42f24d3ac3f7ad55.zip
Add WPF .NET Core test.
Diffstat (limited to 'src/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj')
-rw-r--r--src/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj b/src/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj
new file mode 100644
index 00000000..3b559f9b
--- /dev/null
+++ b/src/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj
@@ -0,0 +1,16 @@
1<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2
3 <PropertyGroup>
4 <TargetFramework>netcoreapp3.1</TargetFramework>
5 <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
6 <EnableDynamicLoading>true</EnableDynamicLoading>
7 <Description>WPF .NET Core MBA</Description>
8 <UseWPF>true</UseWPF>
9 </PropertyGroup>
10
11
12 <ItemGroup>
13 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" />
14 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.19" />
15 </ItemGroup>
16</Project> \ No newline at end of file