Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Full debug info to PDBs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEadie committed Nov 10, 2017
1 parent 5a655ab commit 1e0a721
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LazyStorage.Tests/LazyStorage.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<ProjectReference Include="..\LazyStorage\LazyStorage.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>
5 changes: 5 additions & 0 deletions src/LazyStorage/LazyStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<RepositoryUrl>https://github.com/TheEadie/LazyStorage</RepositoryUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 1e0a721

Please sign in to comment.