diff options
-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>
|