File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
<Compile Include =" Platforms\macOS\**\*.cs" />
30
30
</ItemGroup >
31
31
32
- <ItemGroup Condition =" $([MSBuild]::IsOSPlatform('windows'))" >
32
+ <!--
33
+ <ItemGroup Condition="$(TargetFramework.Contains('windows'))">
33
34
<Compile Include="Platforms\Shared\**\*.cs" />
34
35
<Compile Include="Platforms\Windows\**\*.cs" />
35
36
<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)" />
38
38
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
39
39
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.240211001" />
40
- -->
41
40
</ItemGroup>
41
+ -->
42
42
</Project >
You can’t perform that action at this time.
0 commit comments