diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-10-27 18:08:31 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-10-27 18:10:36 -0400 |
| commit | 0bee971ca12ea73d0c4e69da4f0836ab62c43e17 (patch) | |
| tree | a176c269737a4984a0e1ec834a1c76e286496011 /src/wixlib/powershell.wixproj | |
| parent | 7f4b7ee0038faf7099450d89a0ab7b1ef29e3f15 (diff) | |
| download | wix-0bee971ca12ea73d0c4e69da4f0836ab62c43e17.tar.gz wix-0bee971ca12ea73d0c4e69da4f0836ab62c43e17.tar.bz2 wix-0bee971ca12ea73d0c4e69da4f0836ab62c43e17.zip | |
Update project for Package/SummaryInformation change (and many others).
Diffstat (limited to 'src/wixlib/powershell.wixproj')
| -rw-r--r-- | src/wixlib/powershell.wixproj | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/src/wixlib/powershell.wixproj b/src/wixlib/powershell.wixproj index 9506edf7..d841de4f 100644 --- a/src/wixlib/powershell.wixproj +++ b/src/wixlib/powershell.wixproj | |||
| @@ -1,35 +1,11 @@ | |||
| 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. --> | 1 | <!-- 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 | <Project DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0"> | 2 | <Project Sdk="WixToolset.Sdk"> |
| 4 | <Import Project="..\..\packages\WixToolset.MSBuild.4.0.0-build-0086\build\WixToolset.MSBuild.props" Condition="Exists('..\..\packages\WixToolset.MSBuild.4.0.0-build-0086\build\WixToolset.MSBuild.props')" /> | ||
| 5 | <Import Project="..\FindLocalWix.props" /> | ||
| 6 | <PropertyGroup> | 3 | <PropertyGroup> |
| 7 | <ProjectGuid>{9d4ccdfc-840c-4d4e-a9b0-3d6015480645}</ProjectGuid> | ||
| 8 | <OutputName>powershell</OutputName> | ||
| 9 | <OutputType>Library</OutputType> | 4 | <OutputType>Library</OutputType> |
| 10 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
| 11 | <Pedantic>true</Pedantic> | ||
| 12 | </PropertyGroup> | 6 | </PropertyGroup> |
| 13 | 7 | ||
| 14 | <ItemGroup> | 8 | <ItemGroup> |
| 15 | <Compile Include="PSExtension.wxs" /> | 9 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.91" PrivateAssets="All" /> |
| 16 | </ItemGroup> | 10 | </ItemGroup> |
| 17 | |||
| 18 | <ItemGroup> | ||
| 19 | <None Include="packages.config" /> | ||
| 20 | </ItemGroup> | ||
| 21 | |||
| 22 | <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' AND Exists('$(WixTargetsPath)') " /> | ||
| 23 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets') " /> | ||
| 24 | <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> | ||
| 25 | <Error Text="WiX Toolset build tools (v4.0 or later) must be installed to build this project. To download the WiX Toolset, go to http://wixtoolset.org/releases/." /> | ||
| 26 | </Target> | ||
| 27 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
| 28 | <PropertyGroup> | ||
| 29 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
| 30 | </PropertyGroup> | ||
| 31 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" /> | ||
| 32 | <Error Condition="!Exists('..\..\packages\WixToolset.MSBuild.4.0.0-build-0086\build\WixToolset.MSBuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.MSBuild.4.0.0-build-0086\build\WixToolset.MSBuild.props'))" /> | ||
| 33 | </Target> | ||
| 34 | <Import Project="..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" /> | ||
| 35 | </Project> | 11 | </Project> |
