-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPolyclinic.csproj
50 lines (40 loc) · 1.52 KB
/
Polyclinic.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Pages\**" />
<Content Remove="Pages\**" />
<EmbeddedResource Remove="Pages\**" />
<None Remove="Pages\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Controllers\SpecialitiesController.cs" />
<Compile Remove="Views\Registrator\DiseasesDirectory.cshtml.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="Views\Registrator\DrugsDirectory.cshtml" />
</ItemGroup>
<ItemGroup>
<None Remove="Properties\PublishProfiles\CustomProfile.pubxml" />
</ItemGroup>
<ItemGroup>
<Content Include="WordTemplates\template.docx" />
<Content Include="WordTemplates\tmp.docx" />
<Content Include="WordTemplates\tmp.html" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.8.1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.2" />
<PackageReference Include="OpenXmlPowerTools" Version="4.5.3.2" />
<PackageReference Include="Quartz" Version="3.0.4" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\PublishProfiles\" />
<Folder Include="wwwroot\css\Registrator\Новая папка\" />
</ItemGroup>
</Project>