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