21 lines
1.0 KiB
XML
21 lines
1.0 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\RIZO.Server.Infrastructure\RIZO.Server.Infrastructure\RIZO.Server.Infrastructure.csproj" />
|
||
|
|
<ProjectReference Include="..\RIZO.Server.IService\RIZO.Server.IService.csproj" />
|
||
|
|
<ProjectReference Include="..\RIZO.Server.Service\RIZO.Server.Service.csproj" />
|
||
|
|
<ProjectReference Include="..\RIZO.Server.Configuration\RIZO.Server.Configuration.csproj" />
|
||
|
|
<ProjectReference Include="..\RIZO.Server.EFContext\RIZO.Server.EFContext.csproj" />
|
||
|
|
<ProjectReference Include="..\RIZO.Server.IConfiguration\RIZO.Server.IConfiguration.csproj" />
|
||
|
|
<ProjectReference Include="..\RIZO.Server.IEFContext\RIZO.Server.IEFContext.csproj" />
|
||
|
|
<ProjectReference Include="..\RIZO.Server.Models\RIZO.Server.Models.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|