diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-28 09:20:11 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-28 09:20:11 -0800 |
| commit | 2c711ea621c03e415dc9ad9e9f103e09372b8c50 (patch) | |
| tree | 415b00719d8f016e6edbd867947510d753224040 /src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | |
| parent | 9a829ccb7b8cbc3432356f5b8deba081d64e3cb5 (diff) | |
| download | wix-2c711ea621c03e415dc9ad9e9f103e09372b8c50.tar.gz wix-2c711ea621c03e415dc9ad9e9f103e09372b8c50.tar.bz2 wix-2c711ea621c03e415dc9ad9e9f103e09372b8c50.zip | |
Add WixBuildTools.TestSupport with common testing functionality
Diffstat (limited to 'src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj')
| -rw-r--r-- | src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj b/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj new file mode 100644 index 00000000..e43a7753 --- /dev/null +++ b/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | |||
| @@ -0,0 +1,21 @@ | |||
| 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>netstandard2.0</TargetFramework> | ||
| 7 | </PropertyGroup> | ||
| 8 | |||
| 9 | <PropertyGroup> | ||
| 10 | <NoWarn>NU1701</NoWarn> | ||
| 11 | </PropertyGroup> | ||
| 12 | |||
| 13 | <ItemGroup> | ||
| 14 | <PackageReference Include="WixToolset.Dtf.Resources" Version="4.0.*" /> | ||
| 15 | <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" /> | ||
| 16 | </ItemGroup> | ||
| 17 | |||
| 18 | <ItemGroup> | ||
| 19 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> | ||
| 20 | </ItemGroup> | ||
| 21 | </Project> | ||
