generated from Ellpeck/TinyLifeExampleMod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleObjectLoader.csproj
35 lines (30 loc) · 1.35 KB
/
SimpleObjectLoader.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TinyLife.ApiReference" Version="0.44.1" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
<PackageReference Include="Lib.Harmony" Version="2.3.3" />
<PackageReference Include="ExtremelySimpleLogger" Version="1.4.1" />
<PackageReference Include="MLEM.Data" Version="7.1.1" />
<PackageReference Include="MLEM.Extended" Version="7.1.1" />
<PackageReference Include="MLEM.Startup" Version="7.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="DynamicEnums" Version="2.0.0" />
<PackageReference Include="Coroutine" Version="2.1.5" />
</ItemGroup>
<ItemGroup>
<Content Include="./Content/**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="Content\Simpleobjectloader\localization\en.json" />
<Content Include="Content\Simpleobjectloader\localization\en.json" />
<Content Include="SteamThumbnail.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Content\Simpleobjectloader\Localization\" />
</ItemGroup>
</Project>