forked from techcraftsystems/afya-hmis-mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathafya-hmis-mvc.csproj
28 lines (22 loc) · 949 Bytes
/
afya-hmis-mvc.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RootNamespace>AfyaHMIS</RootNamespace>
<Description>Hospital Management System, extending the AfyaEHMS OpenMRS project, with theming framework from Vuexy-Admin 4.1</Description>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Views\Account\" />
<Folder Include="Views\Registration\" />
<Folder Include="Models\Administrations\" />
<Folder Include="Views\Billing\" />
<Folder Include="Views\Outpatient\" />
<Folder Include="Models\Outpatients\" />
</ItemGroup>
</Project>