2023-07-02 18:06:26 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-07-02 18:47:51 +03:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\external\Pechka\src\Pechka.AspNet\Pechka.AspNet.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-07-02 19:21:42 +03:00
|
|
|
<Folder Include="Database\Migrations\" />
|
|
|
|
<Folder Include="Database\Models\" />
|
2023-07-02 18:47:51 +03:00
|
|
|
<Folder Include="Frontend\src\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-07-02 18:06:26 +03:00
|
|
|
</Project>
|