Skip to content

Commit

Permalink
Remove explicit file include
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Corsaro authored and PureWeen committed Jan 10, 2024
1 parent 7140c34 commit 9f7cfa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Essentials/src/Essentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
<Compile Include="**\*.tizen.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
<Compile Include="**\*.tizen.*.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
</ItemGroup>
<ItemGroup>
<Compile Include="Connectivity\Connectivity.uwp.Native.cs" />
</ItemGroup>
<!-- <ItemGroup Condition=" '$(TargetPlatformIdentifier)' == 'macos' ">
<Compile Include="**\*.macos.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
<Compile Include="**\*.macos.*.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
Expand Down

0 comments on commit 9f7cfa7

Please sign in to comment.