5a6083c606
Made-with: Cursor
24 lines
998 B
XML
24 lines
998 B
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.2.0</Version>
|
|
</PropertyGroup>
|
|
<!-- DalamudLibPath: SDK picks ~/.xlcore/dalamud/Hooks/dev/ on Linux, %AppData%\XIVLauncher\addon\Hooks\dev\ on Windows; use DALAMUD_HOME env to override -->
|
|
<ItemGroup>
|
|
<Content Include="ConfigurableCombo.json" CopyToOutputDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
</Project>
|