about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--AnodyneArchipelago.sln10
-rw-r--r--AnodyneArchipelago/AnodyneArchipelago.csproj (renamed from AnodyneArchipelago.csproj)10
-rw-r--r--AnodyneArchipelago/NuGet.Config (renamed from NuGet.Config)0
-rw-r--r--AnodyneArchipelago/Plugin.cs (renamed from Plugin.cs)0
4 files changed, 12 insertions, 8 deletions
diff --git a/AnodyneArchipelago.sln b/AnodyneArchipelago.sln index 8f5a1f2..a385f63 100644 --- a/AnodyneArchipelago.sln +++ b/AnodyneArchipelago.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 17 3# Visual Studio Version 17
4VisualStudioVersion = 17.3.32825.248 4VisualStudioVersion = 17.3.32825.248
5MinimumVisualStudioVersion = 10.0.40219.1 5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnodyneArchipelago", "AnodyneArchipelago.csproj", "{88711B83-00FB-49C9-8963-CC3461B8F964}" 6Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnodyneArchipelago", "AnodyneArchipelago\AnodyneArchipelago.csproj", "{ECD7475F-3E22-4667-879D-7FD2E531E6A2}"
7EndProject 7EndProject
8Global 8Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution 9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,10 +11,10 @@ Global
11 Release|Any CPU = Release|Any CPU 11 Release|Any CPU = Release|Any CPU
12 EndGlobalSection 12 EndGlobalSection
13 GlobalSection(ProjectConfigurationPlatforms) = postSolution 13 GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 {88711B83-00FB-49C9-8963-CC3461B8F964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 14 {ECD7475F-3E22-4667-879D-7FD2E531E6A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 {88711B83-00FB-49C9-8963-CC3461B8F964}.Debug|Any CPU.Build.0 = Debug|Any CPU 15 {ECD7475F-3E22-4667-879D-7FD2E531E6A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 {88711B83-00FB-49C9-8963-CC3461B8F964}.Release|Any CPU.ActiveCfg = Release|Any CPU 16 {ECD7475F-3E22-4667-879D-7FD2E531E6A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 {88711B83-00FB-49C9-8963-CC3461B8F964}.Release|Any CPU.Build.0 = Release|Any CPU 17 {ECD7475F-3E22-4667-879D-7FD2E531E6A2}.Release|Any CPU.Build.0 = Release|Any CPU
18 EndGlobalSection 18 EndGlobalSection
19 GlobalSection(SolutionProperties) = preSolution 19 GlobalSection(SolutionProperties) = preSolution
20 HideSolutionNode = FALSE 20 HideSolutionNode = FALSE
diff --git a/AnodyneArchipelago.csproj b/AnodyneArchipelago/AnodyneArchipelago.csproj index a97b715..5ad5e82 100644 --- a/AnodyneArchipelago.csproj +++ b/AnodyneArchipelago/AnodyneArchipelago.csproj
@@ -11,6 +11,7 @@
11 </PropertyGroup> 11 </PropertyGroup>
12 12
13 <ItemGroup> 13 <ItemGroup>
14 <PackageReference Include="Archipelago.MultiClient.Net" Version="5.0.6" />
14 <PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" /> 15 <PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
15 </ItemGroup> 16 </ItemGroup>
16 17
@@ -20,13 +21,16 @@
20 21
21 <ItemGroup> 22 <ItemGroup>
22 <Reference Include="0Harmony"> 23 <Reference Include="0Harmony">
23 <HintPath>..\BepInEx\Runtimes\NET\BepInEx.NET.Common\bin\Debug\net462\0Harmony.dll</HintPath> 24 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\0Harmony.dll</HintPath>
25 </Reference>
26 <Reference Include="AnodyneSharp">
27 <HintPath>..\..\..\SteamLibrary\steamapps\common\Anodyne\Remake\AnodyneSharp.exe</HintPath>
24 </Reference> 28 </Reference>
25 <Reference Include="BepInEx.Core"> 29 <Reference Include="BepInEx.Core">
26 <HintPath>..\BepInEx\Runtimes\NET\BepInEx.NET.Common\bin\Debug\net462\BepInEx.Core.dll</HintPath> 30 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\BepInEx.Core.dll</HintPath>
27 </Reference> 31 </Reference>
28 <Reference Include="BepInEx.NET.Common"> 32 <Reference Include="BepInEx.NET.Common">
29 <HintPath>..\BepInEx\Runtimes\NET\BepInEx.NET.Common\bin\Debug\net462\BepInEx.NET.Common.dll</HintPath> 33 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\BepInEx.NET.Common.dll</HintPath>
30 </Reference> 34 </Reference>
31 </ItemGroup> 35 </ItemGroup>
32</Project> 36</Project>
diff --git a/NuGet.Config b/AnodyneArchipelago/NuGet.Config index 1864ded..1864ded 100644 --- a/NuGet.Config +++ b/AnodyneArchipelago/NuGet.Config
diff --git a/Plugin.cs b/AnodyneArchipelago/Plugin.cs index 411a2a4..411a2a4 100644 --- a/Plugin.cs +++ b/AnodyneArchipelago/Plugin.cs