Update sourcelink & set from full to portable

This commit is contained in:
Warren Buckley
2019-07-01 10:13:31 +01:00
parent 23a7654cea
commit f01be09075
5 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>