forked from Stridemann/PoeHUD_FullRareSetManager
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathFullRareSetManager.csproj
More file actions
21 lines (21 loc) · 914 Bytes
/
FullRareSetManager.csproj
File metadata and controls
21 lines (21 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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\FullRareSetManager\</OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Core\Core.csproj">
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MouseKeyHook" Version="5.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>