NCC.Message.Entitys.csproj
641 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Folder Include="Enum\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\NCC.Common\NCC.Common.csproj" />
</ItemGroup>
</Project>