Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-j-green committed Feb 8, 2025
1 parent 62181f2 commit e2e3d4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions Gaseous.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gaseous-cli", "gaseous-cli\gaseous-cli.csproj", "{419CC4E4-8932-4E4A-B027-5521AA0CBA85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hasheous-client", "..\home\vscode\hasheous-client\hasheous-client\hasheous-client.csproj", "{5EAB59DE-ABAB-444C-B56B-378E3881521F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -39,10 +37,6 @@ Global
{419CC4E4-8932-4E4A-B027-5521AA0CBA85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{419CC4E4-8932-4E4A-B027-5521AA0CBA85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{419CC4E4-8932-4E4A-B027-5521AA0CBA85}.Release|Any CPU.Build.0 = Release|Any CPU
{5EAB59DE-ABAB-444C-B56B-378E3881521F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EAB59DE-ABAB-444C-B56B-378E3881521F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EAB59DE-ABAB-444C-B56B-378E3881521F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EAB59DE-ABAB-444C-B56B-378E3881521F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 1 addition & 4 deletions gaseous-server/gaseous-server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="gaseous-signature-parser" Version="2.3.8" />
<PackageReference Include="gaseous.IGDB" Version="1.0.2" />
<!-- <PackageReference Include="hasheous-client" Version="1.2.4" /> -->
<PackageReference Include="hasheous-client" Version="1.2.5.3" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="13.8.0" />
<PackageReference Include="sharpcompress" Version="0.37.2" />
<PackageReference Include="Squid-Box.SevenZipSharp" Version="1.6.2.24" />
Expand All @@ -32,9 +32,6 @@
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../home/vscode/hasheous-client/hasheous-client/hasheous-client.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Controllers\" />
<None Remove="Models\" />
Expand Down

0 comments on commit e2e3d4a

Please sign in to comment.