Skip to content

Commit

Permalink
Removing CSharpDesignTimeTargets as it's imported in Microsoft.Data.T…
Browse files Browse the repository at this point in the history
…ools.Schema.SqlTasks.targets
  • Loading branch information
Ri7Sh committed May 17, 2024
1 parent 7c51e06 commit 10ccf17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Microsoft.Build.Sql/sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
<NoWarn>$(NoWarn),NU5128</NoWarn>
</PropertyGroup>

<PropertyGroup>
<CSharpDesignTimeTargetsPath Condition="'$(CSharpDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets</CSharpDesignTimeTargetsPath>
</PropertyGroup>

<Import Project="$(CSharpDesignTimeTargetsPath)" Condition="'$(CSharpDesignTimeTargetsPath)' != '' and Exists('$(CSharpDesignTimeTargetsPath)')" />
<Target Name="CoreCompile" />
<Target Name="CreateManifestResourceNames" />

Expand Down

0 comments on commit 10ccf17

Please sign in to comment.