-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLiquidBottler.csproj
25 lines (22 loc) · 1.02 KB
/
LiquidBottler.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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ModName>Liquid Bottler</ModName>
<ModDesc>A piped Liquid Bottler that gives Duplicants the ability to fetch bottled liquids from pipe for delivery to buildings.</ModDesc>
<ModID>emphasia.mod.oni.LiquidBottler</ModID>
<SupportedContent>VANILLA_ID,EXPANSION1_ID,ALL</SupportedContent>
<MinimumSupportedBuild>0</MinimumSupportedBuild>
<ModVersion>1.2.0</ModVersion>
<ArchivedVersionPath></ArchivedVersionPath>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4C9866F1-C2CA-425A-BA8B-D2E2EB1A354D}</ProjectGuid>
<RootNamespace>LiquidBottler</RootNamespace>
<AssemblyName>LiquidBottler</AssemblyName>
<PackageId>$(ModID)</PackageId>
<Version>$(ModVersion)</Version>
<AssemblyVersion>$(ModVersion)</AssemblyVersion>
</PropertyGroup>
</Project>