diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-22 20:00:30 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:47:06 -0700 |
| commit | aa0bd9f66dabc6460f93cf9a029e06b079f10db8 (patch) | |
| tree | fd7a3f883a4cc0473e883105eadee3cca668cd68 /src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj | |
| parent | a2f0de28fc0f1ab71d4685c77f0b21d946f3e702 (diff) | |
| download | wix-aa0bd9f66dabc6460f93cf9a029e06b079f10db8.tar.gz wix-aa0bd9f66dabc6460f93cf9a029e06b079f10db8.tar.bz2 wix-aa0bd9f66dabc6460f93cf9a029e06b079f10db8.zip | |
Move Core.Native into wix
Diffstat (limited to 'src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj b/src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj deleted file mode 100644 index 6068dbea..00000000 --- a/src/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj +++ /dev/null | |||
| @@ -1,26 +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>netcoreapp3.1</TargetFramework> | ||
| 7 | <IsPackable>false</IsPackable> | ||
| 8 | <RuntimeIdentifier>win-x64</RuntimeIdentifier> | ||
| 9 | </PropertyGroup> | ||
| 10 | |||
| 11 | <ItemGroup> | ||
| 12 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> | ||
| 13 | </ItemGroup> | ||
| 14 | |||
| 15 | <ItemGroup> | ||
| 16 | <ProjectReference Include="..\..\WixToolset.Core.Native\WixToolset.Core.Native.csproj" /> | ||
| 17 | </ItemGroup> | ||
| 18 | |||
| 19 | <ItemGroup> | ||
| 20 | <PackageReference Include="GitInfo" Version="2.1.2" /> | ||
| 21 | |||
| 22 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" /> | ||
| 23 | <PackageReference Include="xunit" Version="2.4.1" /> | ||
| 24 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" /> | ||
| 25 | </ItemGroup> | ||
| 26 | </Project> | ||
