2024-11-16 20:53:37 +00:00
|
|
|
<Project Sdk="Dalamud.NET.Sdk/11.0.0">
|
2025-01-09 18:34:16 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<Version>0.1</Version>
|
|
|
|
<OutputPath>dist</OutputPath>
|
|
|
|
<PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-08-02 18:04:45 +00:00
|
|
|
<ItemGroup>
|
2024-08-12 14:21:34 +00:00
|
|
|
<ProjectReference Include="..\LLib\LLib.csproj" />
|
2024-08-02 18:04:45 +00:00
|
|
|
<ProjectReference Include="..\Questionable.Model\Questionable.Model.csproj" />
|
|
|
|
<ProjectReference Include="..\vendor\ECommons\ECommons\ECommons.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-08-02 16:30:21 +00:00
|
|
|
<Import Project="..\LLib\LLib.targets"/>
|
2025-01-09 18:34:16 +00:00
|
|
|
<Import Project="..\LLib\RenameZip.targets"/>
|
2024-08-02 16:30:21 +00:00
|
|
|
</Project>
|