Skip to content

Commit

Permalink
Repo Refactor + 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulayre committed Oct 29, 2024
1 parent 7c8cf55 commit 8e04328
Show file tree
Hide file tree
Showing 50 changed files with 273 additions and 242 deletions.
27 changes: 9 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# Godot 4+ specific ignores
.godot/

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Imported translations (automatically generated from CSV files)
*.translation

# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

ModCSharp/bin/
ModCSharp/obj/
.idea/
.vs/
*.user
/local

bin/
obj/
GDWeave/
GDWeave.Dumper/
55 changes: 0 additions & 55 deletions ModCSharp/Patches/TitlePatcher.cs

This file was deleted.

21 changes: 0 additions & 21 deletions ModCSharp/Sulayre.Lure.csproj

This file was deleted.

5 changes: 0 additions & 5 deletions ModCSharp/manifest.json

This file was deleted.

35 changes: 0 additions & 35 deletions ModFiles/Sulayre.Lure/Assets/Textures/lurepaint.png.import

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions ModFiles/Sulayre.Lure/icon.png.import

This file was deleted.

25 changes: 25 additions & 0 deletions Sulayre.Lure.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sulayre.Lure", "Sulayre.Lure\Sulayre.Lure.csproj", "{1A273855-C2D0-40BB-B22C-CE17AA4D0A9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A273855-C2D0-40BB-B22C-CE17AA4D0A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A273855-C2D0-40BB-B22C-CE17AA4D0A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A273855-C2D0-40BB-B22C-CE17AA4D0A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A273855-C2D0-40BB-B22C-CE17AA4D0A9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E95A9AA-6603-4DE1-A4C4-5E05494262AC}
EndGlobalSection
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8e04328

Please sign in to comment.