forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmallBeachFarm.csproj
More file actions
18 lines (15 loc) · 782 Bytes
/
SmallBeachFarm.csproj
File metadata and controls
18 lines (15 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.4.1</Version>
<RootNamespace>Pathoschild.Stardew.SmallBeachFarm</RootNamespace>
<TargetFramework>net5.0</TargetFramework>
<EnableHarmony>true</EnableHarmony>
<IgnoreModFilePaths>assets/paths.png, assets/spring_beach.png, assets/spring_island_tilesheet_1.png, assets/spring_outdoorsTileSheet.png, assets/spring_town.png</IgnoreModFilePaths>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModTranslationClassBuilder" Version="2.0.1" />
</ItemGroup>
<Import Project="..\Common\Common.projitems" Label="Shared" />
<Import Project="..\Common.Patching\Common.Patching.projitems" Label="Shared" />
<Import Project="..\_build\common.targets" />
</Project>