diff options
-rw-r--r-- | ApartmentManager/HousingWebApi/HousingWebApi.csproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ApartmentManager/HousingWebApi/HousingWebApi.csproj b/ApartmentManager/HousingWebApi/HousingWebApi.csproj index 6f8fde1..63d4995 100644 --- a/ApartmentManager/HousingWebApi/HousingWebApi.csproj +++ b/ApartmentManager/HousingWebApi/HousingWebApi.csproj @@ -198,7 +198,7 @@ <Compile Include="Models\PastContractOwner.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Models\Resident.cs" /> - <Compile Include="ResidentList.cs" /> + <Compile Include="Models\ResidentList.cs" /> <Compile Include="Models\User.cs" /> </ItemGroup> <ItemGroup> @@ -238,7 +238,9 @@ <Content Include="Scripts\modernizr-2.6.2.js" /> <Content Include="Scripts\respond.js" /> <Content Include="Scripts\respond.min.js" /> - <Content Include="Web.config" /> + <Content Include="Web.config"> + <SubType>Designer</SubType> + </Content> <Content Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> </Content> |