TheWatcher/AutoShutdown/AutoShutdown.csproj

17 lines
607 B
XML
Raw Normal View History

2024-07-02 17:39:20 +00:00
<Project Sdk="Dalamud.NET.Sdk/9.0.2">
2024-03-08 23:34:40 +00:00
<PropertyGroup>
2024-07-02 17:39:20 +00:00
<Version>0.2</Version>
2024-03-08 23:34:40 +00:00
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<OutputPath>dist</OutputPath>
</PropertyGroup>
2024-07-02 17:39:20 +00:00
<Import Project="..\LLib\LLib.targets"/>
<Import Project="..\LLib\RenameZip.targets"/>
2024-03-08 23:34:40 +00:00
<ItemGroup>
<ProjectReference Include="..\AutoRetainerAPI\AutoRetainerAPI\AutoRetainerAPI.csproj"/>
<ProjectReference Include="..\ECommons\ECommons\ECommons.csproj"/>
2024-03-10 15:38:09 +00:00
<ProjectReference Include="..\LLib\LLib.csproj"/>
2024-03-08 23:34:40 +00:00
</ItemGroup>
</Project>