diff --git a/Mod/.gitignore b/Mod/.gitignore
index a6b34c0..f373467 100644
--- a/Mod/.gitignore
+++ b/Mod/.gitignore
@@ -356,7 +356,4 @@ healthchecksdb
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
-.ionide/
-
-Mod.csproj.user
-ScoreTracker.csproj.user
\ No newline at end of file
+.ionide/
\ No newline at end of file
diff --git a/Mod/Directory.Build.props b/Mod/Directory.Build.props
index 3272d3d..d5d87b2 100644
--- a/Mod/Directory.Build.props
+++ b/Mod/Directory.Build.props
@@ -1,15 +1,9 @@
-
- true
- true
- true
-
-
-
- false
- true
- true
-
+
+ True
+ BSIPA
+ 8.0
+
\ No newline at end of file
diff --git a/Mod/Directory.Build.targets b/Mod/Directory.Build.targets
deleted file mode 100644
index 2418059..0000000
--- a/Mod/Directory.Build.targets
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- 2.0
-
- false
-
- $(OutputPath)$(AssemblyName)
-
- $(OutputPath)Final
- True
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(BasePluginVersion)
- $(BasePluginVersion)
- $(BasePluginVersion)
-
-
-
-
-
-
-
-
- $(AssemblyName)
- $(ArtifactName)-$(PluginVersion)
- $(ArtifactName)-bs$(GameVersion)
- $(ArtifactName)-$(CommitHash)
-
-
-
-
-
-
- $(AssemblyName)
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(AssemblyName)
- $(OutDir)zip\
-
-
-
-
-
-
-
-
-
-
-
-
- $(BeatSaberDir)\Plugins
- True
- Unable to copy assembly to game folder, did you set 'BeatSaberDir' correctly in your 'csproj.user' file? Plugins folder doesn't exist: '$(PluginDir)'.
-
- Unable to copy to Plugins folder, '$(BeatSaberDir)' does not appear to be a Beat Saber game install.
-
- Unable to copy to Plugins folder, 'BeatSaberDir' has not been set in your 'csproj.user' file.
- False
-
-
-
-
-
-
-
- $(BeatSaberDir)\IPA\Pending\Plugins
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Mod/Mod.sln b/Mod/Mod.sln
index 99ae69a..b2cb721 100644
--- a/Mod/Mod.sln
+++ b/Mod/Mod.sln
@@ -13,14 +13,11 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
- Dev|Any CPU = Dev|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Dev|Any CPU.ActiveCfg = Dev|Any CPU
- {E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Dev|Any CPU.Build.0 = Dev|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8654F87-DB97-4565-8B0C-7C9D55CD6805}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
diff --git a/Mod/Plugin.cs b/Mod/Plugin.cs
index 9646091..a91caa1 100644
--- a/Mod/Plugin.cs
+++ b/Mod/Plugin.cs
@@ -34,7 +34,7 @@ namespace ScoreTracker
Task.Run(async () =>
{
- await Request.PostJsonAsync("http://localhost:7500/boobies", new Dictionary