Cobra/Src/Cobra.Server.Sniper/Cobra.Server.Sniper.csproj

21 lines
814 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<ProjectReference Include="..\Cobra.Analyzer\Cobra.Analyzer.csproj">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<OutputItemType>Analyzer</OutputItemType>
</ProjectReference>
<ProjectReference Include="..\Cobra.Server.Shared\Cobra.Server.Shared.csproj" />
<ProjectReference Include="..\Cobra.Server.Edm\Cobra.Server.Edm.csproj" />
</ItemGroup>
</Project>