diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-07-12 21:51:05 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-07-12 21:51:05 -0700 |
| commit | 9e83b3914156b0568712b4d21b5daf067a451573 (patch) | |
| tree | 17c7c5f350fc916dc27e152d3f6a5190de676c3e /src | |
| parent | ce026a4a61336aec750510f501e943027e033934 (diff) | |
| download | wix-9e83b3914156b0568712b4d21b5daf067a451573.tar.gz wix-9e83b3914156b0568712b4d21b5daf067a451573.tar.bz2 wix-9e83b3914156b0568712b4d21b5daf067a451573.zip | |
Improve debuggability
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Extensibility/WixToolset.Extensibility.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/WixToolset.Extensibility.csproj b/src/WixToolset.Extensibility/WixToolset.Extensibility.csproj index b35170d4..d8b2d4bc 100644 --- a/src/WixToolset.Extensibility/WixToolset.Extensibility.csproj +++ b/src/WixToolset.Extensibility/WixToolset.Extensibility.csproj | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
| 7 | <Description></Description> | 7 | <Description></Description> |
| 8 | <Title>WiX Toolset Extensibility</Title> | 8 | <Title>WiX Toolset Extensibility</Title> |
| 9 | <DebugType>embedded</DebugType> | ||
| 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
| 9 | </PropertyGroup> | 11 | </PropertyGroup> |
| 10 | 12 | ||
| 11 | <ItemGroup> | 13 | <ItemGroup> |
| @@ -14,6 +16,7 @@ | |||
| 14 | </ItemGroup> | 16 | </ItemGroup> |
| 15 | 17 | ||
| 16 | <ItemGroup> | 18 | <ItemGroup> |
| 19 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/> | ||
| 17 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.7" PrivateAssets="all" /> | 20 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.7" PrivateAssets="all" /> |
| 18 | </ItemGroup> | 21 | </ItemGroup> |
| 19 | </Project> | 22 | </Project> |
