You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gateway/UMC.Host.csproj

19 lines
707 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\UMC\UMC.csproj" />
<ProjectReference Include="..\UMC.Data\UMC.Data.csproj" />
<ProjectReference Include="..\UMC.Proxy\UMC.Proxy.csproj" />
<ProjectReference Include="..\UMC.Activities\UMC.Activities.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<!--<VersionPrefix>1.0.0</VersionPrefix>-->
</PropertyGroup>
<!-- <PropertyGroup>
<PublishAot>true</PublishAot>
</PropertyGroup> -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
</PropertyGroup>
</Project>