-
-
Notifications
You must be signed in to change notification settings - Fork 433
Expand file tree
/
Copy pathChestsAnywhere.csproj
More file actions
22 lines (18 loc) · 829 Bytes
/
ChestsAnywhere.csproj
File metadata and controls
22 lines (18 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.30.1</Version>
<RootNamespace>Pathoschild.Stardew.ChestsAnywhere</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" />
<PackageReference Include="Pathoschild.Stardew.ModTranslationClassBuilder" />
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json" HintPath="$(GamePath)\smapi-internal\Newtonsoft.Json.dll" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Automate\Framework\AutomateConstants.cs" Link="Framework\AutomateConstants.cs" />
<Compile Include="..\Automate\Framework\AutomateContainerPreference.cs" Link="Framework\AutomateContainerPreference.cs" />
</ItemGroup>
<Import Project="..\Common\Common.projitems" Label="Shared" />
</Project>