1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-07-07 20:38:37 -05:00

Memory reading/writing stable. had to include a custom c++ libary :/

This commit is contained in:
raidmax@live.com
2015-07-15 16:11:29 -05:00
parent d72c765186
commit d0358f66d2
9 changed files with 156 additions and 90 deletions

View File

@ -54,13 +54,14 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>0</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>IW4MAdmin.ico</ApplicationIcon>
@ -114,6 +115,9 @@
<Compile Include="IW4_GameStructs.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="lib\AdminInterface.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="lib\Kayak.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>