diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-07-12 22:55:40 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-07-12 22:55:40 -0700 |
| commit | 41d122e19ed6c595073b8afdaedf61a0be29e818 (patch) | |
| tree | 8c383493b547c40691373c976a202508703fa883 /src/WixBuildTools.XsdGen | |
| parent | efb5a02095e4203313a256de15a0b8fe0e6480e1 (diff) | |
| download | wix-41d122e19ed6c595073b8afdaedf61a0be29e818.tar.gz wix-41d122e19ed6c595073b8afdaedf61a0be29e818.tar.bz2 wix-41d122e19ed6c595073b8afdaedf61a0be29e818.zip | |
Improve debuggability
Diffstat (limited to 'src/WixBuildTools.XsdGen')
| -rw-r--r-- | src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj b/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj index e745843b..2212eed2 100644 --- a/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj +++ b/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | 2 | ||
| 3 | <PropertyGroup> | 3 | <PropertyGroup> |
| 4 | <OutputType>Exe</OutputType> | ||
| 4 | <!-- <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> --> | 5 | <!-- <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> --> |
| 5 | <TargetFrameworks>net461</TargetFrameworks> | 6 | <TargetFrameworks>net461</TargetFrameworks> |
| 6 | <IsTool>true</IsTool> | 7 | <IsTool>true</IsTool> |
| 7 | <IncludeBuildOutput>false</IncludeBuildOutput> | 8 | <IncludeBuildOutput>false</IncludeBuildOutput> |
| 8 | <OutputType>Exe</OutputType> | 9 | <DebugType>embedded</DebugType> |
| 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
| 9 | </PropertyGroup> | 11 | </PropertyGroup> |
| 10 | 12 | ||
| 11 | <ItemGroup> | 13 | <ItemGroup> |
| @@ -17,6 +19,7 @@ | |||
| 17 | </ItemGroup> | 19 | </ItemGroup> |
| 18 | 20 | ||
| 19 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/> | ||
| 20 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> | 23 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> |
| 21 | </ItemGroup> | 24 | </ItemGroup> |
| 22 | </Project> | 25 | </Project> |
