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/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |
parent | 0ccf2b9a0749955c258185d8c3455b4b3e904fba (diff) | |
download | wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.tar.gz wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.tar.bz2 wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.zip |
Improve debuggability
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index 39ec6e31..059cd45d 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
@@ -5,6 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp2.1</TargetFramework> | 6 | <TargetFramework>netcoreapp2.1</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <DebugType>embedded</DebugType> | ||
8 | </PropertyGroup> | 9 | </PropertyGroup> |
9 | 10 | ||
10 | <PropertyGroup> | 11 | <PropertyGroup> |