mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
10 lines
262 B
XML
10 lines
262 B
XML
<Project>
|
|
|
|
<Target Name="WorkaroundForXamlIntellisenseBuildIssue"
|
|
AfterTargets="_CheckCompileDesignTimePrerequisite">
|
|
<PropertyGroup>
|
|
<BuildingProject>False</BuildingProject>
|
|
</PropertyGroup>
|
|
</Target>
|
|
|
|
</Project>
|