about summary refs log tree commit diff stats
path: root/AnodyneArchipelago.csproj
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-05-22 09:41:43 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-05-22 09:41:43 -0400
commit3bcf9016e23133d9b051dbd65ce682fddf6b5bc5 (patch)
tree1f35daa1aeb417a7ceac37b1fe817f788c36e4a7 /AnodyneArchipelago.csproj
parent18db4b5e2e43bcfed76b7831a4d0ee49419a5ad7 (diff)
downloadanodyne-archipelago-3bcf9016e23133d9b051dbd65ce682fddf6b5bc5.tar.gz
anodyne-archipelago-3bcf9016e23133d9b051dbd65ce682fddf6b5bc5.tar.bz2
anodyne-archipelago-3bcf9016e23133d9b051dbd65ce682fddf6b5bc5.zip
Moved into subdir
Diffstat (limited to 'AnodyneArchipelago.csproj')
-rw-r--r--AnodyneArchipelago.csproj32
1 files changed, 0 insertions, 32 deletions
diff --git a/AnodyneArchipelago.csproj b/AnodyneArchipelago.csproj deleted file mode 100644 index a97b715..0000000 --- a/AnodyneArchipelago.csproj +++ /dev/null
@@ -1,32 +0,0 @@
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>