diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-12 23:21:53 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-12 23:21:53 -0700 |
commit | c200dc5a9cabe368eaff6adf96dd00a3f13c04ab (patch) | |
tree | 452c8de814b9496d69ce5faeea203697a21526ec /src/light | |
parent | 0ccf2b9a0749955c258185d8c3455b4b3e904fba (diff) | |
download | wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.tar.gz wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.tar.bz2 wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.zip |
Improve debuggability
Diffstat (limited to 'src/light')
-rw-r--r-- | src/light/light.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/light/light.csproj b/src/light/light.csproj index d5c15b95..95adba01 100644 --- a/src/light/light.csproj +++ b/src/light/light.csproj | |||
@@ -7,6 +7,8 @@ | |||
7 | <OutputType>Exe</OutputType> | 7 | <OutputType>Exe</OutputType> |
8 | <Description>Linker</Description> | 8 | <Description>Linker</Description> |
9 | <Title>WiX Toolset Linker</Title> | 9 | <Title>WiX Toolset Linker</Title> |
10 | <DebugType>embedded</DebugType> | ||
11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
10 | </PropertyGroup> | 12 | </PropertyGroup> |
11 | 13 | ||
12 | <ItemGroup> | 14 | <ItemGroup> |
@@ -16,6 +18,7 @@ | |||
16 | </ItemGroup> | 18 | </ItemGroup> |
17 | 19 | ||
18 | <ItemGroup> | 20 | <ItemGroup> |
21 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/> | ||
19 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> | 22 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> |
20 | </ItemGroup> | 23 | </ItemGroup> |
21 | </Project> | 24 | </Project> |