diff options
Diffstat (limited to 'src/ext/DifxApp/wixlib/difxapp.wixproj')
-rw-r--r-- | src/ext/DifxApp/wixlib/difxapp.wixproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ext/DifxApp/wixlib/difxapp.wixproj b/src/ext/DifxApp/wixlib/difxapp.wixproj index 2ae9a097..71e88ffc 100644 --- a/src/ext/DifxApp/wixlib/difxapp.wixproj +++ b/src/ext/DifxApp/wixlib/difxapp.wixproj | |||
@@ -1,6 +1,5 @@ | |||
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. --> | 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. --> |
2 | <Project Sdk="WixToolset.Sdk"> | 2 | <Project Sdk="WixToolset.Sdk"> |
3 | |||
4 | <PropertyGroup> | 3 | <PropertyGroup> |
5 | <OutputType>Library</OutputType> | 4 | <OutputType>Library</OutputType> |
6 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
@@ -8,7 +7,7 @@ | |||
8 | </PropertyGroup> | 7 | </PropertyGroup> |
9 | 8 | ||
10 | <ItemGroup> | 9 | <ItemGroup> |
11 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 10 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
11 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
12 | </ItemGroup> | 12 | </ItemGroup> |
13 | |||
14 | </Project> | 13 | </Project> |