NCC.Message.Entitys.csproj
560 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>D:\wesley\project\git\antis-food-alliance\netcore\src\Modularity\Message\NCC.Message.Entitys\NCC.Message.Entitys.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Folder Include="Enum\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\NCC.Common\NCC.Common.csproj" />
</ItemGroup>
</Project>