Add error message box in Injector

This commit is contained in:
goat 2019-11-23 14:22:05 +09:00
parent 4777bbd525
commit 5df18f8f30
2 changed files with 11 additions and 5 deletions

View file

@ -14,10 +14,10 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>4.1.0.3</AssemblyVersion>
<FileVersion>4.1.0.3</FileVersion>
<AssemblyVersion>4.1.0.6</AssemblyVersion>
<FileVersion>4.1.0.6</FileVersion>
<Description>XIVLauncher addon injection</Description>
<Version>4.1.0.3</Version>
<Version>4.1.0.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile></DocumentationFile>
@ -29,4 +29,7 @@
<ItemGroup>
<ProjectReference Include="..\Dalamud\Dalamud.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
</Project>