Questionable/Questionable/Questionable.csproj

26 lines
1.1 KiB
XML
Raw Normal View History

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>
<PackageReference Include="Dalamud.Extensions.MicrosoftLogging" Version="4.0.1"/>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" ExcludeAssets="runtime" />
<PackageReference Include="JsonSchema.Net" Version="7.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<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" />
<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>