17 lines
608 B
XML
17 lines
608 B
XML
<Project Sdk="Dalamud.NET.Sdk/11.0.0">
|
|
<PropertyGroup>
|
|
<Version>0.3</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>
|