Skip to content

Commit

Permalink
Fix a couple discrepancies in the project/solution files
Browse files Browse the repository at this point in the history
  • Loading branch information
bookdude13 committed Sep 1, 2024
1 parent ba1ca20 commit 26bd7f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 3 additions & 7 deletions SRPlaylistManager/SRPlaylistManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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">
Expand Down
3 changes: 3 additions & 0 deletions SRPlaylistManager/SRPlaylistManager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26bd7f0

Please sign in to comment.