aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulius Klezys <paul4618@edu.easj.dk>2017-05-10 09:22:42 +0200
committerPaulius Klezys <paul4618@edu.easj.dk>2017-05-10 09:22:42 +0200
commit753a8c8685afb04e0289b3b4cfbd628a8cbaa8cb (patch)
tree7f30e80bdb5eadd452ef82273105dfee8c77726c
parentec53cb8b9428065ed2fed713daedf2ee28b651e7 (diff)
Ayyy lmao
-rw-r--r--ApartmentManager/HousingWebApi/HousingWebApi.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/ApartmentManager/HousingWebApi/HousingWebApi.csproj b/ApartmentManager/HousingWebApi/HousingWebApi.csproj
index 63d4995..da913ec 100644
--- a/ApartmentManager/HousingWebApi/HousingWebApi.csproj
+++ b/ApartmentManager/HousingWebApi/HousingWebApi.csproj
@@ -151,6 +151,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="ApartmentResident.cs" />
+ <Compile Include="Controllers\ApartmentResidentsController.cs" />
+ <Compile Include="database_firewall_rules.cs" />
<Compile Include="Models\Apartment.cs" />
<Compile Include="Controllers\ApartmentsController.cs" />
<Compile Include="Controllers\DefectsController.cs" />
@@ -191,15 +194,19 @@
<Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="DataModel.cs" />
+ <Compile Include="Models\ApartmentResident.cs" />
+ <Compile Include="Models\database_firewall_rules.cs" />
<Compile Include="Models\Defect.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
+ <Compile Include="Models\ListApartmentResidents.cs" />
<Compile Include="Models\PastContractOwner.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Models\Resident.cs" />
<Compile Include="Models\ResidentList.cs" />
<Compile Include="Models\User.cs" />
+ <Compile Include="ViewContext.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Areas\HelpPage\HelpPage.css" />