mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 04:40:14 +00:00
12 lines
391 B
XML
12 lines
391 B
XML
<Project>
|
|
|
|
<Target Name="WorkaroundForXamlIntellisenseBuildIssue"
|
|
AfterTargets="_CheckCompileDesignTimePrerequisite">
|
|
<PropertyGroup>
|
|
<BuildingProject>False</BuildingProject>
|
|
</PropertyGroup>
|
|
</Target>
|
|
|
|
<Import Project="$(BaseIntermediateOutputPath)*.nuget.g.targets" Condition="'$(MSBuildProjectExtension)' == '.tmp_proj'" />
|
|
|
|
</Project>
|