Skip to content

Commit 55ad6ae

Browse files
committed
Minor
1 parent ac9350b commit 55ad6ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Acr.UserDialogs/Acr.UserDialogs.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<Compile Include="Platforms\macOS\**\*.cs" />
3030
</ItemGroup>
3131

32-
<ItemGroup Condition="$([MSBuild]::IsOSPlatform('windows'))">
32+
<!--
33+
<ItemGroup Condition="$(TargetFramework.Contains('windows'))">
3334
<Compile Include="Platforms\Shared\**\*.cs" />
3435
<Compile Include="Platforms\Windows\**\*.cs" />
3536
<Page Include="Platforms\Windows\**\*.xaml" SubType="Designer" Generator="MSBuild:Compile" />
36-
<Compile Update="Platforms\Windows\**\*.xaml.cs" SubType="Code" DependentUpon="%(Filename)" />
37-
<!--
37+
<Compile Update="Platforms\Windows\**\*.xaml.cs" SubType="Code" DependentUpon="%(Filename)" />
3838
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
3939
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.240211001" />
40-
-->
4140
</ItemGroup>
41+
-->
4242
</Project>

0 commit comments

Comments
 (0)