forked from terrynmuse/FargowiltasSouls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFargowiltasSouls.csproj
30 lines (30 loc) · 1.19 KB
/
FargowiltasSouls.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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\references\tModLoader.targets" />
<PropertyGroup>
<AssemblyName>FargowiltasSouls</AssemblyName>
<TargetFramework>net45</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<Target Name="BuildMod" AfterTargets="Build">
<Exec Command=""$(tMLBuildServerPath)" -build $(ProjectDir) -eac $(TargetPath) -define "$(DefineConstants)" -unsafe $(AllowUnsafeBlocks)" />
</Target>
<ItemGroup>
<PackageReference Include="tModLoader.CodeAssist" Version="0.1.*" />
</ItemGroup>
<ItemGroup>
<Reference Include="CalamityMod">
<HintPath>..\..\references\mods\CalamityMod_v1.4.5.7.dll</HintPath>
</Reference>
<Reference Include="Fargowiltas">
<HintPath>..\..\references\mods\Fargowiltas_v2.2.7.dll</HintPath>
</Reference>
<Reference Include="SacredTools">
<HintPath>..\..\references\mods\SacredTools_v1.1.1.4.dll</HintPath>
</Reference>
<Reference Include="ThoriumMod">
<HintPath>..\..\references\mods\ThoriumMod_v1.6.3.13.dll</HintPath>
</Reference>
</ItemGroup>
</Project>