Publish Embedded

This commit is contained in:
Michael Bucari-Tovo 2022-06-25 05:11:21 -06:00
parent 7c3bba2ffd
commit 071b1a54d5
21 changed files with 180 additions and 31 deletions

View file

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