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.csproj36
1 files changed, 36 insertions, 0 deletions
diff --git a/AnodyneArchipelago/AnodyneArchipelago.csproj b/AnodyneArchipelago/AnodyneArchipelago.csproj new file mode 100644 index 0000000..5ad5e82 --- /dev/null +++ b/AnodyneArchipelago/AnodyneArchipelago.csproj
@@ -0,0 +1,36 @@
1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <TargetFramework>net462</TargetFramework>
5 <AssemblyName>AnodyneArchipelago</AssemblyName>
6 <Description>My first plugin</Description>
7 <Version>1.0.0</Version>
8 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9 <LangVersion>latest</LangVersion>
10 <PlatformTarget>x64</PlatformTarget>
11 </PropertyGroup>
12
13 <ItemGroup>
14 <PackageReference Include="Archipelago.MultiClient.Net" Version="5.0.6" />
15 <PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
16 </ItemGroup>
17
18 <ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
19 <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
20 </ItemGroup>
21
22 <ItemGroup>
23 <Reference Include="0Harmony">
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>
28 </Reference>
29 <Reference Include="BepInEx.Core">
30 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\BepInEx.Core.dll</HintPath>
31 </Reference>
32 <Reference Include="BepInEx.NET.Common">
33 <HintPath>..\..\BepInEx\bin\NET.Framework\net462\BepInEx.NET.Common.dll</HintPath>
34 </Reference>
35 </ItemGroup>
36</Project>