diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-11 08:07:37 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 08:07:37 -0700 |
| commit | 5b63db920c207d7115ff8f9ea19f36944766db7a (patch) | |
| tree | 6f51a90276c18c36c4027784901b9633c8de2567 /src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj | |
| parent | 3ae536eb53fe0cc9bbcb1aeb0cd88c89f4f3e2cc (diff) | |
| parent | 59765d27eb205b7b62a5057cfb631caee97f0af6 (diff) | |
| download | wix-5b63db920c207d7115ff8f9ea19f36944766db7a.tar.gz wix-5b63db920c207d7115ff8f9ea19f36944766db7a.tar.bz2 wix-5b63db920c207d7115ff8f9ea19f36944766db7a.zip | |
Merge PowerShell.wixext
Diffstat (limited to 'src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj')
| -rw-r--r-- | src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj b/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj new file mode 100644 index 00000000..a89a574c --- /dev/null +++ b/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj | |||
| @@ -0,0 +1,30 @@ | |||
| 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>netstandard2.0</TargetFramework> | ||
| 7 | <RootNamespace>WixToolset.PowerShell</RootNamespace> | ||
| 8 | <Description>WiX Toolset PowerShell Extension</Description> | ||
| 9 | <Title>WiX Toolset PowerShell Extension</Title> | ||
| 10 | <IsTool>true</IsTool> | ||
| 11 | <ContentTargetFolders>build</ContentTargetFolders> | ||
| 12 | </PropertyGroup> | ||
| 13 | |||
| 14 | <ItemGroup> | ||
| 15 | <Content Include="$(MSBuildThisFileName).targets" /> | ||
| 16 | <EmbeddedResource Include="$(OutputPath)..\powershell.wixlib" /> | ||
| 17 | </ItemGroup> | ||
| 18 | |||
| 19 | <ItemGroup> | ||
| 20 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | ||
| 21 | </ItemGroup> | ||
| 22 | |||
| 23 | <ItemGroup> | ||
| 24 | <ProjectReference Include="..\wixlib\powershell.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> | ||
| 25 | </ItemGroup> | ||
| 26 | |||
| 27 | <ItemGroup> | ||
| 28 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> | ||
| 29 | </ItemGroup> | ||
| 30 | </Project> | ||
