forked from GabeHasWon/VerdantMod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVerdant.csproj
31 lines (29 loc) · 962 Bytes
/
Verdant.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
30
31
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\tModLoader.targets" />
<PropertyGroup>
<AssemblyName>Verdant</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="Localization\en-US\Mods.Verdant.Origins.hjson" />
<None Remove="Localization\en-US_Mods.Verdant.MusicDisplay.hjson" />
<None Remove="Localization\en-US_Mods.Verdant.SetBonuses.hjson" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<Reference Include="NetEasy">
<HintPath>lib\NetEasy_v0.1.8.dll</HintPath>
</Reference>
<Reference Include="StockableShops">
<HintPath>lib\StockableShops.dll</HintPath>
</Reference>
<Reference Include="StructureHelper">
<HintPath>lib\StructureHelper.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Systems\ModCompat\Textures\" />
<Folder Include="Systems\PestControl\Textures\" />
</ItemGroup>
</Project>