about summary refs log tree commit diff stats
path: root/AnodyneArchipelago/AnodyneArchipelago.csproj
diff options
context:
space:
mode:
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>