Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Host Project Visual Studio 2017 Project file cannot be loaded #29

Open
BruceHunter opened this issue Jun 27, 2017 · 1 comment
Open

Comments

@BruceHunter
Copy link

<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />

was not found.

@BruceHunter
Copy link
Author

I fixed the issue by adding the following to the Host proj xml
<PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> </PropertyGroup>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant