NoSoliciting/NoSoliciting.Tests/NoSoliciting.Tests.csproj

20 lines
681 B
XML
Raw Normal View History

2020-09-04 18:00:46 +00:00
<?xml version="1.0" encoding="utf-8"?>
2021-01-02 13:08:28 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2020-09-04 18:00:46 +00:00
<PropertyGroup>
2021-01-02 13:08:28 +00:00
<TargetFramework>net48</TargetFramework>
<LangVersion>8</LangVersion>
<Nullable>enable</Nullable>
2020-09-04 18:00:46 +00:00
</PropertyGroup>
2021-01-02 13:08:28 +00:00
<ItemGroup>
<PackageReference Include="xunit" Version="2.4.1"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NoSoliciting\NoSoliciting.csproj"/>
</ItemGroup>
<ItemGroup>
2021-02-16 17:14:27 +00:00
<Reference Include="Dalamud, Version=5.2.3.3, Culture=neutral, PublicKeyToken=null">
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll</HintPath>
2021-01-02 13:08:28 +00:00
</Reference>
</ItemGroup>
</Project>