-
Notifications
You must be signed in to change notification settings - Fork 22
/
ExtendedVariantMode.csproj
executable file
·46 lines (46 loc) · 1.71 KB
/
ExtendedVariantMode.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
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<AssemblyName>ExtendedVariantMode</AssemblyName>
<RootNamespace>ExtendedVariants</RootNamespace>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.1.4.3" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="NLua" Version="1.4.25" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="YamlDotNet" Version="8.1.2" PrivateAssets="all" ExcludeAssets="runtime" />
</ItemGroup>
<ItemGroup>
<Reference Include="BetterRefillGems">
<HintPath>lib-stripped\BetterRefillGems.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Celeste">
<HintPath>lib-stripped\Celeste.exe</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DJMapHelper">
<HintPath>lib-stripped\DJMapHelper.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="FNA">
<HintPath>lib-stripped\FNA.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="IsaMods">
<HintPath>lib-stripped\IsaGrabBag.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="JungleHelper">
<HintPath>lib-stripped\JungleHelper.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MMHOOK_Celeste">
<HintPath>lib-stripped/MMHOOK_Celeste.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
</Project>