Dont send CorePlugin directly to devPlugins

This commit is contained in:
Raymond 2021-12-03 10:01:47 -05:00
parent 9f6c8cb9cf
commit 2524dfb4fc

View file

@ -16,7 +16,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Build"> <PropertyGroup Label="Build">
<OutputPath>$(AppData)\XIVLauncher\devPlugins\Dalamud.CorePlugin</OutputPath> <OutputPath>bin\$(Configuration)</OutputPath>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>