Skip to content

Commit 46d5ef7

Browse files
webwarrior-wsknocte
authored andcommitted
Frontend.XF.*: fix references in .fsproj files
Fix project references in Fronend.XF.*.fsproj files by adding <Project> element with project guid to each project reference. This is needed to avoid "error : Unrecognized Guid format" error when loading projects in Visual Studio 2022.
1 parent c047a94 commit 46d5ef7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/GWallet.Frontend.XF.Android/GWallet.Frontend.XF.Android.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@
507507
<Name>GWallet.Frontend.XF</Name>
508508
</ProjectReference>
509509
<ProjectReference Include="..\GWallet.Backend\GWallet.Backend.fsproj">
510+
<Project>{96F9B3E5-11F8-4F5F-AADC-51D0D995B3D2}</Project>
510511
<Name>GWallet.Backend</Name>
511512
</ProjectReference>
512513
</ItemGroup>

src/GWallet.Frontend.XF.Gtk/GWallet.Frontend.XF.Gtk.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
<Name>GWallet.Frontend.XF</Name>
252252
</ProjectReference>
253253
<ProjectReference Condition="'$(TwoPhaseBuildDueToXBuildUsage)'!='true'" Include="..\GWallet.Backend\GWallet.Backend.fsproj">
254+
<Project>{96F9B3E5-11F8-4F5F-AADC-51D0D995B3D2}</Project>
254255
<Name>GWallet.Backend</Name>
255256
</ProjectReference>
256257
<None Include="webkit-sharp.dll.config" />

src/GWallet.Frontend.XF.Mac/GWallet.Frontend.XF.Mac.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
</ItemGroup>
213213
<ItemGroup>
214214
<ProjectReference Include="..\GWallet.Backend\GWallet.Backend.fsproj">
215+
<Project>{96F9B3E5-11F8-4F5F-AADC-51D0D995B3D2}</Project>
215216
<Name>GWallet.Backend</Name>
216217
</ProjectReference>
217218
<ProjectReference Include="..\GWallet.Frontend.XF\GWallet.Frontend.XF.fsproj">

src/GWallet.Frontend.XF.iOS/GWallet.Frontend.XF.iOS.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
<Name>GWallet.Frontend.XF</Name>
210210
</ProjectReference>
211211
<ProjectReference Include="..\GWallet.Backend\GWallet.Backend.fsproj">
212+
<Project>{96F9B3E5-11F8-4F5F-AADC-51D0D995B3D2}</Project>
212213
<Name>GWallet.Backend</Name>
213214
</ProjectReference>
214215
<Reference Include="FSharp.Data">

0 commit comments

Comments
 (0)