Viewport support within Dalamud

This commit is contained in:
Liam 2021-03-29 12:33:26 -04:00
parent 81e50bec6c
commit 19f77d2e6e
4 changed files with 62 additions and 21 deletions

View file

@ -10,7 +10,7 @@
<OutputPath></OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Portable</DebugType>
<DebugType>full</DebugType>
<DocumentationFile>$(SolutionDir)\bin\Dalamud.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Label="Feature">
@ -30,6 +30,9 @@
<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\Lumina.Generated.dll" />
</ItemGroup>