diff options
author | marcinzelent <marcin@zelent.net> | 2017-05-06 18:20:19 +0200 |
---|---|---|
committer | marcinzelent <marcin@zelent.net> | 2017-05-06 18:20:19 +0200 |
commit | 94d9e91443576bf616c9e8f99ed1ece2f096f8b5 (patch) | |
tree | 5acb054c8dc08e242d32ed5e87b78d4d20ba15dc | |
parent | 11ae7a40a1c5a7218922d1876ac030a58aaa45bf (diff) |
Merge.
-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> |