added Ben.Demystifier submodule

This commit is contained in:
2022-11-17 18:48:14 +06:00
parent 75982124dc
commit 7223cc4b3c
3 changed files with 16 additions and 4 deletions

View File

@@ -13,11 +13,14 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DTLib\DTLib.csproj" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
<Compile Remove="Ben.Demystifier\**" />
<None Remove="Ben.Demystifier\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DTLib\DTLib.csproj" />
<ProjectReference Include="Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj" />
</ItemGroup>
</Project>