diff options
| author | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-23 10:19:50 +0100 | 
|---|---|---|
| committer | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-23 10:19:50 +0100 | 
| commit | b5855ac02631037f6bafec3731a8cc0a85ef6221 (patch) | |
| tree | 0b37ba4984f1d17d02d804a1cf570c57b4eede3f | |
| parent | 956d0c668bf20cb461c2c48ce388087bc6618886 (diff) | |
Changed configs again.
| -rw-r--r-- | AirPollutionWebApi/AirPollutionWebApi.csproj | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/AirPollutionWebApi/AirPollutionWebApi.csproj b/AirPollutionWebApi/AirPollutionWebApi.csproj index ca8c5ac..a59670c 100644 --- a/AirPollutionWebApi/AirPollutionWebApi.csproj +++ b/AirPollutionWebApi/AirPollutionWebApi.csproj @@ -102,6 +102,8 @@      <Content Include="packages.config" />
    </ItemGroup>
    <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 +<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' !=''" />
 +  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets" Condition="true" />
    <ProjectExtensions>
      <MonoDevelop>
        <Properties>
 @@ -109,4 +111,4 @@        </Properties>
      </MonoDevelop>
    </ProjectExtensions>
 -</Project>
\ No newline at end of file +</Project>
 |