-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHatSimulator.csproj
27 lines (27 loc) · 1012 Bytes
/
HatSimulator.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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\tModLoader.targets" />
<PropertyGroup>
<AssemblyName>HatSimulator</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="changelog.txt" />
<None Remove="Content\_temp\HatSupplyKey.png" />
<None Remove="Content\_temp\HatSupplyLockBox.png" />
<None Remove="Content\_temp\ReserveHatSupplyLockBox.png" />
<None Remove="Content\_temp\SpookyHatKey.png" />
<None Remove="Content\_temp\SpookyHatLockBox.png" />
<None Remove="Content\_temp\WinterHatSupplyKey.png" />
<None Remove="Content\_temp\WinterHatSupplyLockBox.png" />
<None Remove="icon.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="tModLoader.CodeAssist" Version="0.1.*" />
</ItemGroup>
<ItemGroup>
<Folder Include="Content\_temp\" />
</ItemGroup>
</Project>