Skip to content

Commit

Permalink
Fix proejct clean up with solution (#2)
Browse files Browse the repository at this point in the history
* Cleaned up projects folders and added project to a solution file

* Fixed dependencies conflicts

* Removed bin and obj folders from main directory

* Updated .gitignore to the visual studio default .gitignore

* Updated .gitignore to the visual studio default .gitignore

* removed new .gitignore file as it did nothing

* removed unneeded auto-generated properties folder

* Cleaned up some code in the main form

* Created a forge client project to handle interactions wiht the forge API.

- extracted an interface for the client
- basic setup for the forge client

* Added project reference to the Forge library with a small implementation

* Fixed an extra curly brace

* made minor changes to the client in getting the file name.

* initialize the client.
  • Loading branch information
mstew20 authored Jul 21, 2021
1 parent 3d5671c commit b2b7dd6
Show file tree
Hide file tree
Showing 109 changed files with 1,813 additions and 14,377 deletions.
Binary file added .vs/HyperMC/v16/.suo
Binary file not shown.
6 changes: 0 additions & 6 deletions App.config

This file was deleted.

51 changes: 0 additions & 51 deletions Form1.cs

This file was deleted.

123 changes: 0 additions & 123 deletions Form1.resx

This file was deleted.

102 changes: 0 additions & 102 deletions HyperMC.csproj

This file was deleted.

31 changes: 31 additions & 0 deletions HyperMC.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyperMC", "src\HyperMC\HyperMC.csproj", "{8CC82415-7651-4A1E-A0CF-5E9ADA0D675A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperMC.CurseForge", "src\HyperMC.CurseForge\HyperMC.CurseForge.csproj", "{ECEEB29E-FEC4-408B-812A-8381B773126E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CC82415-7651-4A1E-A0CF-5E9ADA0D675A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CC82415-7651-4A1E-A0CF-5E9ADA0D675A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CC82415-7651-4A1E-A0CF-5E9ADA0D675A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CC82415-7651-4A1E-A0CF-5E9ADA0D675A}.Release|Any CPU.Build.0 = Release|Any CPU
{ECEEB29E-FEC4-408B-812A-8381B773126E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECEEB29E-FEC4-408B-812A-8381B773126E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECEEB29E-FEC4-408B-812A-8381B773126E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECEEB29E-FEC4-408B-812A-8381B773126E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D9221EF-6331-4388-8557-AC5B941CEF51}
EndGlobalSection
EndGlobal
36 changes: 0 additions & 36 deletions Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit b2b7dd6

Please sign in to comment.