about summary refs log tree commit diff stats
path: root/AnodyneArchipelago.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'AnodyneArchipelago.csproj')
-rw-r--r--AnodyneArchipelago.csproj32
1 files changed, 32 insertions, 0 deletions
diff --git a/AnodyneArchipelago.csproj b/AnodyneArchipelago.csproj new file mode 100644 index 0000000..a97b715 --- /dev/null +++ b/AnodyneArchipelago.csproj
@@ -0,0 +1,32 @@
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="BepInEx.PluginInfoProps" Version="1.*" />
15 </ItemGroup>
16
17 <ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
18 <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
19 </ItemGroup>
20
21 <ItemGroup>
22 <Reference Include="0Harmony">
23 <HintPath>..\BepInEx\Runtimes\NET\BepInEx.NET.Common\bin\Debug\net462\0Harmony.dll</HintPath>
24 </Reference>
25 <Reference Include="BepInEx.Core">
26 <HintPath>..\BepInEx\Runtimes\NET\BepInEx.NET.Common\bin\Debug\net462\BepInEx.Core.dll</HintPath>
27 </Reference>
28 <Reference Include="BepInEx.NET.Common">
29 <HintPath>..\BepInEx\Runtimes\NET\BepInEx.NET.Common\bin\Debug\net462\BepInEx.NET.Common.dll</HintPath>
30 </Reference>
31 </ItemGroup>
32</Project>