-
Notifications
You must be signed in to change notification settings - Fork 0
/
GothLife.csproj
37 lines (31 loc) · 1.42 KB
/
GothLife.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
30
31
32
33
34
35
36
37
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TinyLifeApi" Version="0.35.0" />
<PackageReference Include="ExtremelySimpleLogger" Version="1.3.1" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
<PackageReference Include="MLEM.Data" Version="6.1.0" />
<PackageReference Include="MLEM.Extended" Version="6.1.0" />
<PackageReference Include="MLEM.Startup" Version="6.1.0" />
<PackageReference Include="MonoGame.Extended" Version="3.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
</ItemGroup>
<ItemGroup>
<Content Include="./Content/**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Remove="Content\GothLife\GothLifeFurniture.atlas" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\GothLife\CustomClothes.png" />
<Content Include="Content\GothLife\CustomFurniture.atlas" />
<Content Include="Content\GothLife\CustomFurniture.png" />
<Content Include="Content\GothLife\GothLifeFurniture.atlas" />
<Content Include="Content\GothLife\Localization\En.json" />
</ItemGroup>
</Project>