diff options
| -rw-r--r-- | ApartmentManager/HousingWebApi/HousingWebApi.csproj | 7 | 
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" />  |