We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2dbdd commit 963540aCopy full SHA for 963540a
src/NoTargets/Sdk/Sdk.props
@@ -56,6 +56,9 @@
56
57
<!-- Disable Visual Studio's Fast Up-to-date Check and rely on MSBuild to determine -->
58
<DisableFastUpToDateCheck Condition="'$(DisableFastUpToDateCheck)' == ''">true</DisableFastUpToDateCheck>
59
+
60
+ <!-- Exclude from SlnGen consideration since NoTargets projects do not need to be seen nor built in VS. -->
61
+ <IncludeInSolutionFile>false</IncludeInSolutionFile>
62
</PropertyGroup>
63
64
<ItemDefinitionGroup Condition=" '$(NoTargetsDoNotReferenceOutputAssemblies)' != 'false' ">
0 commit comments