-
Notifications
You must be signed in to change notification settings - Fork 0
/
BetterFishing.csproj
29 lines (29 loc) · 1.01 KB
/
BetterFishing.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\tModLoader.targets" />
<PropertyGroup>
<AssemblyName>BetterFishing</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>latest</LangVersion>
<Authors>Adrian MRV</Authors>
<Company />
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Remove="Localization\en-US_Mods.BetterFishing.AnglerQuests.hjson" />
<AdditionalFiles Remove="Localization\en_US_Mods.BetterFishing.AnglerQuests.hjson" />
</ItemGroup>
<ItemGroup>
<None Remove="description_workshop.txt" />
<None Remove="Features_todo.txt" />
<None Remove="Localization\en-US.hjson" />
<None Remove="Localization\en-US_Mods.BetterFishing.AnglerShop.hjson" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="tModLoader.CodeAssist" Version="0.1.*" />
</ItemGroup>
<ItemGroup>
<Folder Include="Assets\Item\" />
<Folder Include="Project\" />
</ItemGroup>
</Project>