22 lines
762 B
XML
22 lines
762 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>OmicronMountMusicFixer</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LangVersion>14.0</LangVersion>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Reference Include="Dalamud" />
|
|
<Reference Include="FFXIVClientStructs" />
|
|
<Reference Include="Lumina" />
|
|
<Reference Include="Lumina.Excel" />
|
|
<Reference Include="Dalamud.Bindings.ImGui" />
|
|
</ItemGroup>
|
|
</Project> |