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.
69 lines
2.5 KiB
XML
69 lines
2.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup Label="Globals">
|
|
<SccProjectName></SccProjectName>
|
|
<SccProvider></SccProvider>
|
|
<SccAuxPath></SccAuxPath>
|
|
<SccLocalPath></SccLocalPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<AssemblyName>VOL.AppManager</AssemblyName>
|
|
<ApplicationIcon />
|
|
<OutputType>Library</OutputType>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="IServices\Meeting\Partial\**" />
|
|
<Compile Remove="Services\Comment\**" />
|
|
<Compile Remove="Services\My\**" />
|
|
<Compile Remove="Services\Price\**" />
|
|
<Compile Remove="Services\Record\**" />
|
|
<Compile Remove="Services\Technical\**" />
|
|
<EmbeddedResource Remove="IServices\Meeting\Partial\**" />
|
|
<EmbeddedResource Remove="Services\Comment\**" />
|
|
<EmbeddedResource Remove="Services\My\**" />
|
|
<EmbeddedResource Remove="Services\Price\**" />
|
|
<EmbeddedResource Remove="Services\Record\**" />
|
|
<EmbeddedResource Remove="Services\Technical\**" />
|
|
<None Remove="IServices\Meeting\Partial\**" />
|
|
<None Remove="Services\Comment\**" />
|
|
<None Remove="Services\My\**" />
|
|
<None Remove="Services\Price\**" />
|
|
<None Remove="Services\Record\**" />
|
|
<None Remove="Services\Technical\**" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0" />
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.0" />
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\VOL.System\VOL.System.csproj" />
|
|
<ProjectReference Include="..\VOL.Core\VOL.Core.csproj" />
|
|
<ProjectReference Include="..\VOL.Entity\VOL.Entity.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="IRepositories\Meeting\" />
|
|
<Folder Include="IRepositories\News\" />
|
|
<Folder Include="IRepositories\Question\" />
|
|
<Folder Include="IServices\Meeting\" />
|
|
<Folder Include="IServices\News\" />
|
|
<Folder Include="IServices\Question\Partial\" />
|
|
<Folder Include="Repositories\Meeting\" />
|
|
<Folder Include="Repositories\Question\" />
|
|
<Folder Include="Services\Meeting\" />
|
|
<Folder Include="Services\News\Partial\" />
|
|
<Folder Include="Services\Question\Partial\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|