Skip to content

Commit 94877d2

Browse files
committed
Modified jni4net binary to correctly resolve some possible paths for jni4net.j-0.8.8.0.jar.
Removed custom AssemblyName on AnyCpu compilation, it gives some problems deserializing existing settings for FlashDevelop. Better to simply rename the resulting exe.
1 parent 40e3d8f commit 94877d2

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed
0 Bytes
Binary file not shown.
Binary file not shown.

FlashDevelop/FlashDevelop.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<WarningLevel>4</WarningLevel>
4949
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5050
<UseVSHostingProcess>true</UseVSHostingProcess>
51-
<AssemblyName>FlashDevelopx64</AssemblyName>
5251
</PropertyGroup>
5352
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
5453
<Optimize>true</Optimize>
@@ -58,7 +57,6 @@
5857
<WarningLevel>4</WarningLevel>
5958
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6059
<UseVSHostingProcess>true</UseVSHostingProcess>
61-
<AssemblyName>FlashDevelopx64</AssemblyName>
6260
</PropertyGroup>
6361
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
6462
<PlatformTarget>x86</PlatformTarget>

0 commit comments

Comments
 (0)