Oops! I only meant to get rid of the bump, not the embedded. Reverting

This commit is contained in:
Robert McRackan 2022-07-07 16:47:08 -04:00
parent 38d280b7f4
commit ef72e04be3

View File

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