Skip to content

Commit

Permalink
*.sln: update
Browse files Browse the repository at this point in the history
Updating links to scripts and Fsdk in main solution, and
deleting them on the others (since the others will only be used
for building now, not for using in the IDE).
  • Loading branch information
knocte authored and aarani committed Aug 28, 2023
1 parent 03db5e5 commit a671a9c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 88 deletions.
13 changes: 6 additions & 7 deletions geewallet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "GWallet.Frontend.XF", "src\
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.iOS", "src\GWallet.Frontend.XF.iOS\GWallet.Frontend.XF.iOS.fsproj", "{5DD656CE-3319-46BB-B47F-BBED8CC722FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "InfraLib", "InfraLib", "{6EE07541-91A1-42C2-A21F-2809BBDC2F50}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fsdk", "Fsdk", "{6EE07541-91A1-42C2-A21F-2809BBDC2F50}"
ProjectSection(SolutionItems) = preProject
scripts\fsx\InfraLib\Misc.fs = scripts\fsx\InfraLib\Misc.fs
scripts\fsx\InfraLib\Unix.fs = scripts\fsx\InfraLib\Unix.fs
scripts\fsx\InfraLib\Taiga.fs = scripts\fsx\InfraLib\Taiga.fs
scripts\fsx\InfraLib\Process.fs = scripts\fsx\InfraLib\Process.fs
scripts\fsx\InfraLib\Network.fs = scripts\fsx\InfraLib\Network.fs
scripts\fsx\InfraLib\Git.fs = scripts\fsx\InfraLib\Git.fs
scripts\fsx\Fsdk\Misc.fs = scripts\fsx\Fsdk\Misc.fs
scripts\fsx\Fsdk\Unix.fs = scripts\fsx\Fsdk\Unix.fs
scripts\fsx\Fsdk\Process.fs = scripts\fsx\Fsdk\Process.fs
scripts\fsx\Fsdk\Network.fs = scripts\fsx\Fsdk\Network.fs
scripts\fsx\Fsdk\Git.fs = scripts\fsx\Fsdk\Git.fs
EndProjectSection
EndProject
Global
Expand Down
35 changes: 0 additions & 35 deletions src/gwallet-legacy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,12 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Backend.Tests", "GW
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.Console", "GWallet.Frontend.Console\GWallet.Frontend.Console-legacy.fsproj", "{8413EEF5-69F5-499F-AE01-754E9541EF90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{9DFD61F8-2CED-47F1-BB3A-48A383D4751D}"
ProjectSection(SolutionItems) = preProject
configure.sh = ..\configure.sh
Makefile = ..\Makefile
scripts\configure.fsx = ..\scripts\configure.fsx
scripts\make.fsx = ..\scripts\make.fsx
scripts\make.sh = ..\scripts\make.sh
scripts\bump.fsx = ..\scripts\bump.fsx
scripts\sanitycheck.fsx = ..\scripts\sanitycheck.fsx
scripts\fsxHelper.fs = ..\scripts\fsxHelper.fs
scripts\snap_release.fsx = ..\scripts\snap_release.fsx
scripts\githubActions.fs = ..\scripts\githubActions.fs
scripts\find.fsx = ..\scripts\find.fsx
scripts\bump.fsx = ..\scripts\bump.fsx
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "GWallet.Backend", "GWallet.Backend\GWallet.Backend.fsproj", "{D1D192E0-F226-40AD-8D81-687F7E6F7DAB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.Mac", "GWallet.Frontend.XF.Mac\GWallet.Frontend.XF.Mac.fsproj", "{9E020D62-9160-49AC-A9CD-476CADAE0B87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GWallet.Frontend.XF.UWP", "GWallet.Frontend.XF.UWP\GWallet.Frontend.XF.UWP.csproj", "{DD7B4A7D-02E7-4DF7-9894-25743BDEC0C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C90A30F5-1423-44B2-A8D4-ED5FEDD4E36F}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.Gtk", "GWallet.Frontend.XF.Gtk\GWallet.Frontend.XF.Gtk.fsproj", "{578E4F5E-A33D-4C04-BD6C-22B48B789F36}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.Android", "GWallet.Frontend.XF.Android\GWallet.Frontend.XF.Android.fsproj", "{24B7E0C6-9113-4430-8614-6E3AED7FE0C0}"
Expand All @@ -44,16 +22,6 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "GWallet.Frontend.XF", "GWal
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.iOS", "GWallet.Frontend.XF.iOS\GWallet.Frontend.XF.iOS.fsproj", "{5DD656CE-3319-46BB-B47F-BBED8CC722FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fsdk", "Fsdk", "{6EE07541-91A1-42C2-A21F-2809BBDC2F50}"
ProjectSection(SolutionItems) = preProject
scripts\fsx\Fsdk\Misc.fs = ..\scripts\fsx\InfraLib\Misc.fs
scripts\fsx\Fsdk\Unix.fs = ..\scripts\fsx\InfraLib\Unix.fs
scripts\fsx\Fsdk\Taiga.fs = ..\scripts\fsx\InfraLib\Taiga.fs
scripts\fsx\Fsdk\Process.fs = ..\scripts\fsx\InfraLib\Process.fs
scripts\fsx\Fsdk\Network.fs = ..\scripts\fsx\InfraLib\Network.fs
scripts\fsx\Fsdk\Git.fs = ..\scripts\fsx\InfraLib\Git.fs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -308,9 +276,6 @@ Global
{5DD656CE-3319-46BB-B47F-BBED8CC722FD}.Release|x86.ActiveCfg = Release|iPhoneSimulator
{5DD656CE-3319-46BB-B47F-BBED8CC722FD}.Release|x86.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6EE07541-91A1-42C2-A21F-2809BBDC2F50} = {CE79AB9D-0FB9-4606-B7C6-A78C0858CC54}
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down
13 changes: 0 additions & 13 deletions src/gwallet.core-legacy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.Console",
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Backend.Tests", "GWallet.Backend.Tests\GWallet.Backend.Tests-legacy.fsproj", "{F9448076-88BE-4045-8704-A652D133E036}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{CE79AB9D-0FB9-4606-B7C6-A78C0858CC54}"
ProjectSection(SolutionItems) = preProject
configure.fsx = ..\configure.fsx
configure.sh = ..\configure.sh
fsicheck.sh = ..\fsicheck.sh
Infra.fs = ..\Infra.fs
make.fsx = ..\make.fsx
make.sh = ..\make.sh
Makefile = ..\Makefile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -39,8 +28,6 @@ Global
{F9448076-88BE-4045-8704-A652D133E036}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9448076-88BE-4045-8704-A652D133E036}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down
13 changes: 0 additions & 13 deletions src/gwallet.core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.Console",
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Backend.Tests", "GWallet.Backend.Tests\GWallet.Backend.Tests.fsproj", "{F9448076-88BE-4045-8704-A652D133E036}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{CE79AB9D-0FB9-4606-B7C6-A78C0858CC54}"
ProjectSection(SolutionItems) = preProject
configure.fsx = ..\configure.fsx
configure.sh = ..\configure.sh
fsicheck.sh = ..\fsicheck.sh
Infra.fs = ..\Infra.fs
make.fsx = ..\make.fsx
make.sh = ..\make.sh
Makefile = ..\Makefile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -39,8 +28,6 @@ Global
{F9448076-88BE-4045-8704-A652D133E036}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9448076-88BE-4045-8704-A652D133E036}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down
10 changes: 0 additions & 10 deletions src/gwallet.linux-legacy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF", "GWal
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.Gtk", "GWallet.Frontend.XF.Gtk\GWallet.Frontend.XF.Gtk.fsproj", "{578E4F5E-A33D-4C04-BD6C-22B48B789F36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{3703CCD5-CB28-45FE-8FD5-BBE5DFF62706}"
ProjectSection(SolutionItems) = preProject
scripts\configure.fsx = ..\scripts\configure.fsx
scripts\fsicheck.sh = ..\scripts\fsicheck.sh
scripts\Infra.fs = ..\scripts\Infra.fs
scripts\make.fsx = ..\scripts\make.fsx
scripts\make.sh = ..\scripts\make.sh
scripts\replace.fsx = ..\scripts\replace.fsx
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Backend.Legacy`", "GWallet.Backend\GWallet.Backend-legacy.fsproj", "{96F9B3E5-11F8-4F5F-AADC-51D0D995B3D2}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Backend.Tests", "GWallet.Backend.Tests\GWallet.Backend.Tests-legacy.fsproj", "{F9448076-88BE-4045-8704-A652D133E036}"
Expand Down
10 changes: 0 additions & 10 deletions src/gwallet.mac-legacy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Backend", "GWallet.
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF", "GWallet.Frontend.XF\GWallet.Frontend.XF.fsproj", "{2C7A1A49-CAD1-4961-866A-D32868AE7D18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{3703CCD5-CB28-45FE-8FD5-BBE5DFF62706}"
ProjectSection(SolutionItems) = preProject
scripts\configure.fsx = ..\scripts\configure.fsx
scripts\fsicheck.sh = ..\scripts\fsicheck.sh
scripts\Infra.fs = ..\scripts\Infra.fs
scripts\make.fsx = ..\scripts\make.fsx
scripts\make.sh = ..\scripts\make.sh
scripts\replace.fsx = ..\scripts\replace.fsx
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.iOS", "GWallet.Frontend.XF.iOS\GWallet.Frontend.XF.iOS.fsproj", "{5DD656CE-3319-46BB-B47F-BBED8CC722FD}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GWallet.Frontend.XF.Android", "GWallet.Frontend.XF.Android\GWallet.Frontend.XF.Android.fsproj", "{24B7E0C6-9113-4430-8614-6E3AED7FE0C0}"
Expand Down

0 comments on commit a671a9c

Please sign in to comment.