From 26bd7f07b2c62bdb64b7b0653ad6a20ffc472927 Mon Sep 17 00:00:00 2001
From: bookdude13 <rfredlund13@gmail.com>
Date: Sun, 1 Sep 2024 15:19:42 -0500
Subject: [PATCH] Fix a couple discrepancies in the project/solution files

---
 SRPlaylistManager/SRPlaylistManager.csproj | 10 +++-------
 SRPlaylistManager/SRPlaylistManager.sln    |  3 +++
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/SRPlaylistManager/SRPlaylistManager.csproj b/SRPlaylistManager/SRPlaylistManager.csproj
index a6da690..c2b3ed6 100644
--- a/SRPlaylistManager/SRPlaylistManager.csproj
+++ b/SRPlaylistManager/SRPlaylistManager.csproj
@@ -9,15 +9,12 @@
     <AssemblyVersion>2.0.0.0</AssemblyVersion>
     <FileVersion>2.0.0.0</FileVersion>
     <Version>2.0.0.0</Version>
-    <SynthRidersDir>C:\Program Files (x86)\Steam\steamapps\common\SynthRiders</SynthRidersDir>
+    <SynthRidersDir>E:\SteamLibrary\steamapps\common\SynthRiders</SynthRidersDir>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
     <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
   </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="C:\Users\rfred\git\SRVoting\SRModCore\SRModCore\SRModCore.csproj" />
-  </ItemGroup>
   <ItemGroup>
     <Reference Include="0Harmony">
       <HintPath>$(SynthRidersDir)\MelonLoader\net6\0Harmony.dll</HintPath>
@@ -47,9 +44,8 @@
       <HintPath>$(SynthRidersDir)\MelonLoader\net6\MelonLoader.dll</HintPath>
     </Reference>
     <Reference Include="SRModCore">
-      <HintPath>libs\SRModCore.dll</HintPath>
-    </Reference>
-    <Reference Include="Unity.TextMeshPro">
+      <HintPath>..\SRModCore\SRModCore\bin\Debug\net6.0\publish\SRModCore.dll</HintPath>
+    </Reference>    <Reference Include="Unity.TextMeshPro">
       <HintPath>$(SynthRidersDir)\MelonLoader\Il2CppAssemblies\Unity.TextMeshPro.dll</HintPath>
     </Reference>
     <Reference Include="UnityEngine">
diff --git a/SRPlaylistManager/SRPlaylistManager.sln b/SRPlaylistManager/SRPlaylistManager.sln
index a586525..780ef8a 100644
--- a/SRPlaylistManager/SRPlaylistManager.sln
+++ b/SRPlaylistManager/SRPlaylistManager.sln
@@ -3,6 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 VisualStudioVersion = 17.3.32819.101
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRPlaylistManager", "SRPlaylistManager.csproj", "{2A3FFEC0-C394-42DF-9371-ECE6A0A2D05E}"
+	ProjectSection(ProjectDependencies) = postProject
+		{9B7135F7-47F1-421E-9553-722C304B7767} = {9B7135F7-47F1-421E-9553-722C304B7767}
+	EndProjectSection
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRModCore", "C:\Users\rfred\git\SRVoting\SRModCore\SRModCore\SRModCore.csproj", "{9B7135F7-47F1-421E-9553-722C304B7767}"
 EndProject