about summary refs log tree commit diff stats
path: root/AnodyneArchipelago/AnodyneArchipelago.csproj
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-05-25 13:57:22 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-05-25 13:57:22 -0400
commit7cb1dd18f8b2367992cf13a8fa48c9eefd5d9ec0 (patch)
tree3b12dad780c0bfc0d0d70ceaaa864d97bf582662 /AnodyneArchipelago/AnodyneArchipelago.csproj
parentfc2e21e429de7906652142f945e2105ab828dbe6 (diff)
downloadanodyne-archipelago-7cb1dd18f8b2367992cf13a8fa48c9eefd5d9ec0.tar.gz
anodyne-archipelago-7cb1dd18f8b2367992cf13a8fa48c9eefd5d9ec0.tar.bz2
anodyne-archipelago-7cb1dd18f8b2367992cf13a8fa48c9eefd5d9ec0.zip
Past connections are now saved
Diffstat (limited to 'AnodyneArchipelago/AnodyneArchipelago.csproj')
-rw-r--r--AnodyneArchipelago/AnodyneArchipelago.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/AnodyneArchipelago/AnodyneArchipelago.csproj b/AnodyneArchipelago/AnodyneArchipelago.csproj index a5780a0..a750332 100644 --- a/AnodyneArchipelago/AnodyneArchipelago.csproj +++ b/AnodyneArchipelago/AnodyneArchipelago.csproj
@@ -38,5 +38,14 @@
38 <Reference Include="SemanticVersioning"> 38 <Reference Include="SemanticVersioning">
39 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\SemanticVersioning.dll</HintPath> 39 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\SemanticVersioning.dll</HintPath>
40 </Reference> 40 </Reference>
41 <Reference Include="System.Memory">
42 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\System.Memory.dll</HintPath>
43 </Reference>
44 <Reference Include="System.Text.Json">
45 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\System.Text.Json.dll</HintPath>
46 </Reference>
47 <Reference Include="System.ValueTuple">
48 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\System.ValueTuple.dll</HintPath>
49 </Reference>
41 </ItemGroup> 50 </ItemGroup>
42</Project> 51</Project>