diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-12 23:24:13 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-12 23:24:13 -0700 |
commit | 6b9b24f21f3a9273b0b1b1000a05ba732fcf301f (patch) | |
tree | 9789d32eac448959d6ed36838457c811edd46351 /src | |
parent | c200dc5a9cabe368eaff6adf96dd00a3f13c04ab (diff) | |
download | wix-6b9b24f21f3a9273b0b1b1000a05ba732fcf301f.tar.gz wix-6b9b24f21f3a9273b0b1b1000a05ba732fcf301f.tar.bz2 wix-6b9b24f21f3a9273b0b1b1000a05ba732fcf301f.zip |
Add missing test project to solution
Diffstat (limited to 'src')
-rw-r--r-- | src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj b/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj index ef303868..59068682 100644 --- a/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj +++ b/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj | |||
@@ -5,11 +5,8 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>net461</TargetFramework> | 6 | <TargetFramework>net461</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <DebugType>embedded</DebugType> | ||
8 | </PropertyGroup> | 9 | </PropertyGroup> |
9 | <ItemGroup> | ||
10 | <None Remove="TestData\Wixout\Package.en-us.wxl" /> | ||
11 | <None Remove="TestData\Wixout\test.wixout" /> | ||
12 | </ItemGroup> | ||
13 | 10 | ||
14 | <ItemGroup> | 11 | <ItemGroup> |
15 | <Content Include="TestData\Wixout\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | 12 | <Content Include="TestData\Wixout\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> |
@@ -26,8 +23,8 @@ | |||
26 | </ItemGroup> | 23 | </ItemGroup> |
27 | 24 | ||
28 | <ItemGroup> | 25 | <ItemGroup> |
29 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170628-02" /> | 26 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" /> |
30 | <PackageReference Include="xunit" Version="2.2.0" /> | 27 | <PackageReference Include="xunit" Version="2.3.1" /> |
31 | <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> | 28 | <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> |
32 | </ItemGroup> | 29 | </ItemGroup> |
33 | </Project> | 30 | </Project> |