Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 4ee78fc

Browse files
Fix XCT fails build in F# projects (#1133)
* Add "shared" to file name * Revert "Add "shared" to file name" This reverts commit 8760ddd. * Include PreserveXamarinCommunityToolkit only in csproj * Add PreserveXamarinCommunityToolkit.fs * Resolve comments * Revert "Resolve comments" This reverts commit 7be495f. * Revert "Add PreserveXamarinCommunityToolkit.fs" This reverts commit 403f20c. Co-authored-by: Brandon Minnick <[email protected]>
1 parent 650031a commit 4ee78fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22
<ItemGroup>
3-
<Compile Include="$(MSBuildThisFileDirectory)PreserveXamarinCommunityToolkit.cs"
3+
<Compile Condition="'$(MSBuildProjectExtension)' == '.csproj'"
4+
Include="$(MSBuildThisFileDirectory)PreserveXamarinCommunityToolkit.cs"
45
Visible="false" />
56
</ItemGroup>
67
</Project>

0 commit comments

Comments
 (0)