aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ApartmentManager/HousingWebApi/HousingWebAPI.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/ApartmentManager/HousingWebApi/HousingWebAPI.csproj b/ApartmentManager/HousingWebApi/HousingWebAPI.csproj
index 97c15b8..63d4995 100644
--- a/ApartmentManager/HousingWebApi/HousingWebAPI.csproj
+++ b/ApartmentManager/HousingWebApi/HousingWebAPI.csproj
@@ -152,8 +152,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Models\Apartment.cs" />
- <Compile Include="DataModel.cs" />
- <Compile Include="Models\Defect.cs" />
<Compile Include="Controllers\ApartmentsController.cs" />
<Compile Include="Controllers\DefectsController.cs" />
<Compile Include="Controllers\PastContractOwnersController.cs" />
@@ -192,12 +190,15 @@
<Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
<Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
<Compile Include="Controllers\HomeController.cs" />
+ <Compile Include="DataModel.cs" />
+ <Compile Include="Models\Defect.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<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" />
</ItemGroup>
<ItemGroup>