|
14 | 14 | <Deterministic>true</Deterministic> |
15 | 15 | <NuGetPackageImportStamp> |
16 | 16 | </NuGetPackageImportStamp> |
| 17 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
17 | 18 | <PublishUrl>publish\</PublishUrl> |
18 | 19 | <Install>true</Install> |
19 | 20 | <InstallFrom>Disk</InstallFrom> |
|
26 | 27 | <MapFileExtensions>true</MapFileExtensions> |
27 | 28 | <ApplicationRevision>0</ApplicationRevision> |
28 | 29 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
29 | | - <IsWebBootstrapper>false</IsWebBootstrapper> |
30 | 30 | <UseApplicationTrust>false</UseApplicationTrust> |
31 | 31 | <BootstrapperEnabled>true</BootstrapperEnabled> |
32 | 32 | </PropertyGroup> |
|
50 | 50 | <LangVersion>Default</LangVersion> |
51 | 51 | <ErrorReport>prompt</ErrorReport> |
52 | 52 | <Prefer32Bit>true</Prefer32Bit> |
| 53 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
53 | 54 | </PropertyGroup> |
54 | 55 | <PropertyGroup> |
55 | 56 | <ApplicationIcon>Images\logo.ico</ApplicationIcon> |
|
58 | 59 | <ApplicationManifest>Startup\app.manifest</ApplicationManifest> |
59 | 60 | </PropertyGroup> |
60 | 61 | <ItemGroup> |
61 | | - <Reference Include="Memory, Version=1.2.28.0, Culture=neutral, processorArchitecture=AMD64"> |
62 | | - <SpecificVersion>False</SpecificVersion> |
63 | | - <HintPath>..\packages\Memory.dll.x64.1.2.28\lib\netstandard2.0\Memory.dll</HintPath> |
64 | | - <Private>False</Private> |
65 | | - </Reference> |
66 | 62 | <Reference Include="netstandard" /> |
67 | 63 | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
68 | 64 | <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
130 | 126 | <DependentUpon>ItemSelectionMenu.cs</DependentUpon> |
131 | 127 | </Compile> |
132 | 128 | <Compile Include="Helpers\RichTextBoxExtensions.cs" /> |
| 129 | + <Compile Include="Memory\Memory.cs" /> |
| 130 | + <Compile Include="Memory\Methods\AoB.cs" /> |
| 131 | + <Compile Include="Memory\Methods\Read.cs" /> |
| 132 | + <Compile Include="Memory\Methods\Write.cs" /> |
| 133 | + <Compile Include="Memory\Structures\Imports.cs" /> |
| 134 | + <Compile Include="Memory\Structures\MemoryRegionResult.cs" /> |
| 135 | + <Compile Include="Memory\Structures\Process.cs" /> |
133 | 136 | <Compile Include="Startup\Program.cs" /> |
134 | 137 | <Compile Include="Properties\AssemblyInfo.cs" /> |
135 | 138 | <Compile Include="Helpers\OverlayHelper.cs" /> |
|
226 | 229 | <None Include="Images\skills\Skill12.png" /> |
227 | 230 | <None Include="Images\MissingTexture.png" /> |
228 | 231 | <Content Include="Controls\Siticone.UI.dll" /> |
229 | | - <EmbeddedResource Include="Embedded\Memory.dll" /> |
230 | 232 | <EmbeddedResource Include="Embedded\Newtonsoft.Json.dll" /> |
231 | 233 | <EmbeddedResource Include="Embedded\Siticone.UI.dll" /> |
232 | 234 | <Content Include="Images\TeleportAddressGuide.gif" /> |
|
0 commit comments