Localization

This commit is contained in:
xPumaa
2022-07-21 22:35:27 +02:00
parent 75885473ad
commit 93740dcaef
6 changed files with 199 additions and 32 deletions

View File

@@ -65,6 +65,10 @@
<HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="CheapLoc">
<HintPath>$(DalamudLibPath)CheapLoc.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -74,6 +78,7 @@
<None Update="images\icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<EmbeddedResource Include="Localization\en.json" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">