2024-08-01 12:08:41 +00:00
|
|
|
|
<Project Sdk="Dalamud.NET.Sdk/10.0.0">
|
2024-05-25 21:51:37 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputPath>dist</OutputPath>
|
|
|
|
|
<PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
|
2024-07-25 08:00:16 +00:00
|
|
|
|
<Platforms>x64</Platforms>
|
2024-05-25 21:51:37 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-07-03 19:00:04 +00:00
|
|
|
|
<Import Project="..\LLib\LLib.targets"/>
|
|
|
|
|
<Import Project="..\LLib\RenameZip.targets"/>
|
2024-05-25 21:51:37 +00:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-06-20 19:55:48 +00:00
|
|
|
|
<PackageReference Include="Dalamud.Extensions.MicrosoftLogging" Version="4.0.1"/>
|
2024-07-17 10:58:08 +00:00
|
|
|
|
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" ExcludeAssets="runtime" />
|
|
|
|
|
<PackageReference Include="JsonSchema.Net" Version="7.1.2" />
|
2024-06-20 19:55:48 +00:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
|
2024-07-17 10:58:08 +00:00
|
|
|
|
<PackageReference Include="System.Text.Json" Version="8.0.4" />
|
2024-05-25 21:51:37 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-06-01 16:46:57 +00:00
|
|
|
|
<ItemGroup>
|
2024-08-03 09:17:20 +00:00
|
|
|
|
<ProjectReference Include="..\GatheringPaths\GatheringPaths.csproj" />
|
2024-06-20 19:55:48 +00:00
|
|
|
|
<ProjectReference Include="..\LLib\LLib.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\Questionable.Model\Questionable.Model.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\QuestPaths\QuestPaths.csproj"/>
|
2024-06-01 16:46:57 +00:00
|
|
|
|
</ItemGroup>
|
2024-05-25 21:51:37 +00:00
|
|
|
|
</Project>
|