Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Aug 2, 2024
1 parent ac9350b commit 55ad6ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Acr.UserDialogs/Acr.UserDialogs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
<Compile Include="Platforms\macOS\**\*.cs" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::IsOSPlatform('windows'))">
<!--
<ItemGroup Condition="$(TargetFramework.Contains('windows'))">
<Compile Include="Platforms\Shared\**\*.cs" />
<Compile Include="Platforms\Windows\**\*.cs" />
<Page Include="Platforms\Windows\**\*.xaml" SubType="Designer" Generator="MSBuild:Compile" />
<Compile Update="Platforms\Windows\**\*.xaml.cs" SubType="Code" DependentUpon="%(Filename)" />
<!--
<Compile Update="Platforms\Windows\**\*.xaml.cs" SubType="Code" DependentUpon="%(Filename)" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.240211001" />
-->
</ItemGroup>
-->
</Project>

0 comments on commit 55ad6ae

Please sign in to comment.