17 lines
607 B
XML
17 lines
607 B
XML
<Project Sdk="Dalamud.NET.Sdk/9.0.2">
|
|
<PropertyGroup>
|
|
<Version>0.2</Version>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<OutputPath>dist</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="..\LLib\LLib.targets"/>
|
|
<Import Project="..\LLib\RenameZip.targets"/>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AutoRetainerAPI\AutoRetainerAPI\AutoRetainerAPI.csproj"/>
|
|
<ProjectReference Include="..\ECommons\ECommons\ECommons.csproj"/>
|
|
<ProjectReference Include="..\LLib\LLib.csproj"/>
|
|
</ItemGroup>
|
|
</Project>
|