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> <LangVersion>latest</LangVersion>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly> <ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Dalamud>$(AppData)\XIVLauncher\addon\Hooks\dev</Dalamud>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<Dalamud>$(AppData)\XIVLauncher\addon\Hooks\dev</Dalamud>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Dalamud"> <Reference Include="Dalamud">
<HintPath>$(Dalamud)\Dalamud.dll</HintPath> <HintPath>$(Dalamud)\Dalamud.dll</HintPath>