-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWinchCompatLayer.csproj
More file actions
31 lines (22 loc) · 1011 Bytes
/
WinchCompatLayer.csproj
File metadata and controls
31 lines (22 loc) · 1011 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
30
31
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Configurations>Debug;Release</Configurations>
<DebugType>embedded</DebugType>
<LangVersion>default</LangVersion>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<OutputFolder>BepInEx\patchers</OutputFolder>
<RootNamespace>WinchCompatLayer</RootNamespace>
<Nullable>enable</Nullable>
<Platforms>AnyCPU</Platforms>
<ProjectName>WinchCompatLayer</ProjectName>
<Version>0.0.1</Version>
<Authors>GrahamKracker</Authors>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Content Include=".run\Dredge.run.xml" />
</ItemGroup>
<Import Condition="Exists('..\..\dredge.targets')" Project="..\..\dredge.targets"/>
<Import Condition="!Exists('..\..\dredge.targets')" Project="C:\Users\gjguz\source\repos\DREDGE\Abyss\Abyss.Core\dredge.targets"/>
</Project>