diff options
Diffstat (limited to 'src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj')
-rw-r--r-- | src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj b/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj new file mode 100644 index 00000000..ef303868 --- /dev/null +++ b/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj | |||
@@ -0,0 +1,33 @@ | |||
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>net461</TargetFramework> | ||
7 | <IsPackable>false</IsPackable> | ||
8 | </PropertyGroup> | ||
9 | <ItemGroup> | ||
10 | <None Remove="TestData\Wixout\Package.en-us.wxl" /> | ||
11 | <None Remove="TestData\Wixout\test.wixout" /> | ||
12 | </ItemGroup> | ||
13 | |||
14 | <ItemGroup> | ||
15 | <Content Include="TestData\Wixout\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | ||
16 | <Content Include="TestData\Wixout\Package.en-us.wxl"> | ||
17 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
18 | </Content> | ||
19 | <Content Include="TestData\Wixout\test.wixout"> | ||
20 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
21 | </Content> | ||
22 | </ItemGroup> | ||
23 | |||
24 | <ItemGroup> | ||
25 | <ProjectReference Include="..\..\light\light.csproj" /> | ||
26 | </ItemGroup> | ||
27 | |||
28 | <ItemGroup> | ||
29 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170628-02" /> | ||
30 | <PackageReference Include="xunit" Version="2.2.0" /> | ||
31 | <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> | ||
32 | </ItemGroup> | ||
33 | </Project> | ||