diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
| commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
| tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/ext/VisualStudio/wixlib | |
| parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
| download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip | |
Implement integrated build process
Diffstat (limited to 'src/ext/VisualStudio/wixlib')
| -rw-r--r-- | src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs | 4 | ||||
| -rw-r--r-- | src/ext/VisualStudio/wixlib/vs.wixproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs b/src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs index 2bdb810a..881da279 100644 --- a/src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs +++ b/src/ext/VisualStudio/wixlib/HTML_Help_Registration__RTL_X86.wxs | |||
| @@ -2,14 +2,14 @@ | |||
| 2 | 2 | ||
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 4 | <Fragment> | 4 | <Fragment> |
| 5 | <DirectoryRef Id="CommonFilesFolder"> | 5 | <StandardDirectory Id="CommonFilesFolder"> |
| 6 | <Directory Id="MSShared" Name="Microsoft Shared"> | 6 | <Directory Id="MSShared" Name="Microsoft Shared"> |
| 7 | <Directory Id="DevHelp" Name="DevHelp"> | 7 | <Directory Id="DevHelp" Name="DevHelp"> |
| 8 | <Directory Id="VSIPCC" Name="VSIPCC"> | 8 | <Directory Id="VSIPCC" Name="VSIPCC"> |
| 9 | </Directory> | 9 | </Directory> |
| 10 | </Directory> | 10 | </Directory> |
| 11 | </Directory> | 11 | </Directory> |
| 12 | </DirectoryRef> | 12 | </StandardDirectory> |
| 13 | </Fragment> | 13 | </Fragment> |
| 14 | 14 | ||
| 15 | <Fragment Id="HTML_Help_Registration_"> | 15 | <Fragment Id="HTML_Help_Registration_"> |
diff --git a/src/ext/VisualStudio/wixlib/vs.wixproj b/src/ext/VisualStudio/wixlib/vs.wixproj index db3e2cff..f2852683 100644 --- a/src/ext/VisualStudio/wixlib/vs.wixproj +++ b/src/ext/VisualStudio/wixlib/vs.wixproj | |||
| @@ -2,7 +2,6 @@ | |||
| 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. --> | 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 | 3 | ||
| 4 | <Project Sdk="WixToolset.Sdk"> | 4 | <Project Sdk="WixToolset.Sdk"> |
| 5 | |||
| 6 | <PropertyGroup> | 5 | <PropertyGroup> |
| 7 | <OutputType>Library</OutputType> | 6 | <OutputType>Library</OutputType> |
| 8 | <BindFiles>true</BindFiles> | 7 | <BindFiles>true</BindFiles> |
| @@ -14,6 +13,7 @@ | |||
| 14 | </ItemGroup> | 13 | </ItemGroup> |
| 15 | 14 | ||
| 16 | <ItemGroup> | 15 | <ItemGroup> |
| 17 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 16 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> |
| 17 | <PackageReference Include="GitInfo" /> | ||
| 18 | </ItemGroup> | 18 | </ItemGroup> |
| 19 | </Project> | 19 | </Project> |
