diff options
Diffstat (limited to 'src/WixBuildTools.MsgGen')
| -rw-r--r-- | src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj b/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj index 3ce6dc8e..63cea922 100644 --- a/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj +++ b/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | <OutputType>Exe</OutputType> | 4 | <OutputType>Exe</OutputType> |
| 5 | <TargetFramework>net461</TargetFramework> | 5 | <TargetFramework>net461</TargetFramework> |
| 6 | <IsTool>true</IsTool> | 6 | <IsTool>true</IsTool> |
| 7 | <DebugType>embedded</DebugType> | ||
| 8 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
| 7 | </PropertyGroup> | 9 | </PropertyGroup> |
| 8 | 10 | ||
| 9 | <ItemGroup> | 11 | <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.0.41" PrivateAssets="all" /> | 22 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> |
| 20 | </ItemGroup> | 23 | </ItemGroup> |
| 21 | 24 | ||
