f72031ae60
Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
|
|
<PropertyGroup Label="Target">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<TargetFramework>net10.0-windows</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<Platforms>x64</Platforms>
|
|
<Configurations>Debug;Release</Configurations>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Build">
|
|
<OutputType>Library</OutputType>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendPlatformToOutputPath>false</AppendPlatformToOutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyName>ConfigurableCombo</AssemblyName>
|
|
<Version>1.0.0.0</Version>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
|
|
</PropertyGroup>
|
|
<!-- FFXIVClientStructs comes from Dalamud dev folder; do not add a second reference or build fails with CS1704 -->
|
|
<ItemGroup>
|
|
<Content Include="ConfigurableCombo.json" CopyToOutputDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
</Project>
|