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