chore: move dalamud property into separate group

This commit is contained in:
Anna 2021-09-30 13:32:39 -04:00
parent 9f7a66e150
commit 0a8bd90cc7
1 changed files with 4 additions and 3 deletions

View File

@ -7,12 +7,13 @@
<LangVersion>latest</LangVersion>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Dalamud>$(AppData)\XIVLauncher\addon\Hooks\dev</Dalamud>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<Dalamud>$(AppData)\XIVLauncher\addon\Hooks\dev</Dalamud>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dalamud">
<HintPath>$(Dalamud)\Dalamud.dll</HintPath>