<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="bin\**" />
|
<Compile Remove="obj\**" />
|
<EmbeddedResource Remove="bin\**" />
|
<EmbeddedResource Remove="obj\**" />
|
<None Remove="bin\**" />
|
<None Remove="obj\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Vmo\HStation.Vmo.PhartRelation.Core\HStation.Vmo.PhartRelation.Core.csproj" />
|
<ProjectReference Include="..\HStation.BLL.Assets.Core\HStation.BLL.Assets.Core.csproj" />
|
</ItemGroup>
|
|
</Project>
|