forked from TehCheat/BuffUtil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BuffUtil.csproj
23 lines (23 loc) · 928 Bytes
/
BuffUtil.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<EnableDynamicLoading>true</EnableDynamicLoading>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<OutputPath>..\..\..\..\PoEHelper\Plugins\Compiled\BuffUtil\</OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Core\Core.csproj">
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="lib\System.Windows.Forms.dll" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="InputSimulatorCore" Version="1.0.5" />
</ItemGroup>
</Project>