forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLookupAnything.csproj
More file actions
22 lines (18 loc) · 919 Bytes
/
LookupAnything.csproj
File metadata and controls
22 lines (18 loc) · 919 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.37.3</Version>
<RootNamespace>Pathoschild.Stardew.LookupAnything</RootNamespace>
<TargetFramework>net5.0</TargetFramework>
<TranslationClassBuilder_AddGetByKey>true</TranslationClassBuilder_AddGetByKey>
<TranslationClassBuilder_ClassModifiers>internal static partial</TranslationClassBuilder_ClassModifiers>
<TranslationClassBuilder_Namespace>Pathoschild.Stardew.LookupAnything.Framework</TranslationClassBuilder_Namespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModTranslationClassBuilder" Version="2.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json" HintPath="$(GamePath)\smapi-internal\Newtonsoft.Json.dll" />
</ItemGroup>
<Import Project="..\Common\Common.projitems" Label="Shared" />
<Import Project="..\_build\common.targets" />
</Project>