1
0
forked from liza/Questionable
Questionable/GatheringPathRenderer/GatheringPathRenderer.csproj

10 lines
352 B
XML
Raw Normal View History

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