Embed PDBs

This commit is contained in:
Michael Bucari-Tovo 2022-06-26 13:26:36 -06:00
parent eb658396d2
commit cb60a97b91

View File

@ -11,5 +11,13 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\LibationFileManager\LibationFileManager.csproj" /> <ProjectReference Include="..\LibationFileManager\LibationFileManager.csproj" />
</ItemGroup> </ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
</Project> </Project>