2024-11-19 16:32:37 +01:00
|
|
|
<Project Sdk="Dalamud.NET.Sdk/11.0.0">
|
2023-10-01 22:50:21 +02:00
|
|
|
<PropertyGroup>
|
2024-11-19 16:32:37 +01:00
|
|
|
<Version>7.0</Version>
|
2023-10-01 22:50:21 +02:00
|
|
|
<OutputPath>dist</OutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-07-04 12:04:50 +02:00
|
|
|
<Import Project="..\LLib\LLib.targets"/>
|
|
|
|
<Import Project="..\LLib\RenameZip.targets"/>
|
2023-10-01 22:50:21 +02:00
|
|
|
|
2023-10-11 10:52:48 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\LLib\LLib.csproj" />
|
|
|
|
</ItemGroup>
|
2023-10-01 22:50:21 +02:00
|
|
|
</Project>
|