Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Fix a couple of F# projects to compile.
Browse files Browse the repository at this point in the history
* Remove inexistent files from the project.
* Add missing reference the F# compiler complains about.
  • Loading branch information
rolfbjarne committed Mar 29, 2019
1 parent 79f5121 commit 4aa7f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chapter02/FS/Greetings/Greetings.iOS/Greetings.iOS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
<None Include="Info.plist" />
<Compile Include="AppDelegate.fs" />
<None Include="GettingStarted.Xamarin" />
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="System.Numerics" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Greetings\Greetings.fsproj">
Expand Down
2 changes: 1 addition & 1 deletion Chapter02/FS/Hello/Hello.iOS/Hello.iOS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
<None Include="Info.plist" />
<Compile Include="AppDelegate.fs" />
<None Include="GettingStarted.Xamarin" />
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="System.Numerics" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Hello\Hello.fsproj">
Expand Down

0 comments on commit 4aa7f71

Please sign in to comment.