Questionable/GatheringPathRenderer/GatheringPathRenderer.csproj

10 lines
352 B
XML
Raw Permalink Normal View History

2024-08-02 16:30:21 +00:00
<Project Sdk="Dalamud.NET.Sdk/10.0.0">
2024-08-02 18:04:45 +00:00
<ItemGroup>
2024-08-12 14:21:34 +00:00
<ProjectReference Include="..\LLib\LLib.csproj" />
2024-08-02 18:04:45 +00:00
<ProjectReference Include="..\Questionable.Model\Questionable.Model.csproj" />
<ProjectReference Include="..\vendor\ECommons\ECommons\ECommons.csproj" />
</ItemGroup>
2024-08-02 16:30:21 +00:00
<Import Project="..\LLib\LLib.targets"/>
</Project>