Skip to content

Commit

Permalink
Added condition for imported project
Browse files Browse the repository at this point in the history
  • Loading branch information
milopezc committed Apr 1, 2022
1 parent c268c3b commit 3652217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
</Target>

<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
<Import Project="$(VSToolsPath)\vssdk\Microsoft.VSSDK.targets" />
<Import Project="$(VSToolsPath)\vssdk\Microsoft.VSSDK.targets" Condition="'$(VSToolsPath)' != ''" />

</Project>

0 comments on commit 3652217

Please sign in to comment.