forked from TehCheat/DPSMeter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDPSMeter.csproj
More file actions
20 lines (20 loc) · 841 Bytes
/
DPSMeter.csproj
File metadata and controls
20 lines (20 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<EnableDynamicLoading>true</EnableDynamicLoading>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<TargetFramework>net10.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<OutputPath>..\..\..\..\..\PoeHelper\Plugins\Compiled\DPSMeter\</OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Core\Core.csproj">
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="LinqFaster" Version="1.0.0" />
<PackageReference Include="SharpDX" Version="4.2.0" />
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
</ItemGroup>
</Project>