diff options
Diffstat (limited to 'src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj')
| -rw-r--r-- | src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj b/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj deleted file mode 100644 index 88210bd4..00000000 --- a/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj +++ /dev/null | |||
| @@ -1,32 +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 | <OutputType>Exe</OutputType> | ||
| 9 | </PropertyGroup> | ||
| 10 | |||
| 11 | <ItemGroup> | ||
| 12 | <ProjectReference Include="..\..\WixToolset.Core.TestPackage\WixToolset.Core.TestPackage.csproj" /> | ||
| 13 | </ItemGroup> | ||
| 14 | |||
| 15 | <ItemGroup> | ||
| 16 | <ExtensionWxs Include="..\Example.Extension\Data\example.wxs"> | ||
| 17 | <WixlibPath>$(BaseOutputPath)TestData\$(Configuration)\example.wixlib</WixlibPath> | ||
| 18 | </ExtensionWxs> | ||
| 19 | </ItemGroup> | ||
| 20 | |||
| 21 | <Target Name="BuildExtensionWixlibs" | ||
| 22 | AfterTargets="AfterBuild" | ||
| 23 | Inputs="@(ExtensionWxs)" | ||
| 24 | Outputs="%(ExtensionWxs.WixlibPath)" | ||
| 25 | Condition=" '$(NCrunch)'!='1' "> | ||
| 26 | |||
| 27 | <Exec Command="dotnet @(TargetPathWithTargetPlatformMoniker) "$(IntermediateOutputPath) " "%(ExtensionWxs.WixlibPath)" "%(ExtensionWxs.Filename)%(ExtensionWxs.Extension)"" | ||
| 28 | WorkingDirectory="%(ExtensionWxs.RelativeDir)" /> | ||
| 29 | |||
| 30 | <Message Importance="high" Text="@(ExtensionWxs) -> %(ExtensionWxs.WixlibPath)" /> | ||
| 31 | </Target> | ||
| 32 | </Project> | ||
