-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDashlessDreamBlocks.csproj
More file actions
29 lines (24 loc) · 1023 Bytes
/
DashlessDreamBlocks.csproj
File metadata and controls
29 lines (24 loc) · 1023 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<AssemblyName>DashlessDreamBlocks</AssemblyName>
<RootNamespace>Celeste.Mod.DashlessDreamBlocks</RootNamespace>
<LangVersion>9.0</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<!--Disable "Copy Local" for all references-->
<ItemDefinitionGroup>
<PackageReference ExcludeAssets="runtime" PrivateAssets="all" />
<Reference Private="false" />
</ItemDefinitionGroup>
<ItemGroup>
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.01.11.01" />
</ItemGroup>
<ItemGroup>
<Reference Include="Celeste" HintPath="..\..\Celeste.exe" />
<Reference Include="MMHOOK_Celeste" HintPath="..\..\MMHOOK_Celeste.dll" />
<Reference Include="YamlDotNet" HintPath="..\..\YamlDotNet.dll" />
<Reference Include="FNA" HintPath="..\..\FNA.dll" />
</ItemGroup>
</Project>