-
Notifications
You must be signed in to change notification settings - Fork 2
/
ExpandedFridgeAGAIN.csproj
29 lines (29 loc) · 1.47 KB
/
ExpandedFridgeAGAIN.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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<Name>ExpandedFridgeAGAIN</Name>
<Version>3.2.2</Version>
<Authors>TheCosmicSlug</Authors>
<Description>Hide mini fridges and access them all from the house fridge.</Description>
<UpdateKeys>GitHub:thecosmicslug/StardewMod-ExpandedFridgeAGAIN</UpdateKeys>
<UniqueId>TheCosmicSlug.ExpandedFridgeAGAIN</UniqueId>
<BaseManifest>new</BaseManifest>
<Version_AppendConfiguration>false</Version_AppendConfiguration>
<MinimumApiVersion>auto</MinimumApiVersion>
<MinimumGameVersion>auto</MinimumGameVersion>
<AssemblyName>ExpandedFridgeAGAIN</AssemblyName>
<RootNamespace>ExpandedFridgeAGAIN</RootNamespace>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>.\bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<SourceRevisionId>build$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss"))</SourceRevisionId>
<Deterministic>false</Deterministic>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Leclair.Stardew.ModManifestBuilder" Version="2.3.1" />
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.3.1" />
</ItemGroup>
</Project>