Skip to content

Commit

Permalink
Remove unnecessary configuration for MileXamlBlankAppNetFramework.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 18, 2024
1 parent 4ab602d commit 9e0b2d4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions MileXamlBlankAppNetFramework/MileXamlBlankAppNetFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@
<DefaultXamlRuntime>UAP</DefaultXamlRuntime>
<MileXamlEnableIntelliSenseForDotNet>false</MileXamlEnableIntelliSenseForDotNet>
</PropertyGroup>

<!-- Enable Xaml IntelliSense -->
<PropertyGroup>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<TargetPlatformMoniker>Windows,Version=$(TargetPlatformVersion)</TargetPlatformMoniker>
<TargetPlatformDisplayName>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKDisplayName('Windows', $(TargetPlatformVersion)))</TargetPlatformDisplayName>
<SupportedOSPlatformVersion>$(TargetPlatformMinVersion)</SupportedOSPlatformVersion>
</PropertyGroup>
<Target Name="RestoreTargetPlatformIdentifier" BeforeTargets="BeforeBuild">
<PropertyGroup>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
</PropertyGroup>
</Target>

<ItemGroup>
<PackageReference Include="Mile.Xaml" Version="2.1.661" />
Expand Down

0 comments on commit 9e0b2d4

Please sign in to comment.