Skip to content

Commit 9206734

Browse files
committed
Update Server.csproj
1 parent edbcc84 commit 9206734

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

AsyncRAT-C#/Server/Server.csproj

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
29-
<Prefer32Bit>true</Prefer32Bit>
29+
<Prefer32Bit>false</Prefer32Bit>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3232
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -46,8 +46,8 @@
4646
<ApplicationManifest>app.manifest</ApplicationManifest>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
50-
<HintPath>..\packages\BouncyCastle.1.8.6.1\lib\BouncyCastle.Crypto.dll</HintPath>
49+
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
50+
<HintPath>..\packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath>
5151
</Reference>
5252
<Reference Include="cGeoIp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>
@@ -56,8 +56,8 @@
5656
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
5757
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
5858
</Reference>
59-
<Reference Include="dnlib, Version=3.3.2.0, Culture=neutral, PublicKeyToken=50e96378b6e77999, processorArchitecture=MSIL">
60-
<HintPath>..\packages\dnlib.3.3.2\lib\net45\dnlib.dll</HintPath>
59+
<Reference Include="dnlib, Version=4.2.0.0, Culture=neutral, PublicKeyToken=50e96378b6e77999, processorArchitecture=MSIL">
60+
<HintPath>..\packages\dnlib.4.2.0\lib\net45\dnlib.dll</HintPath>
6161
</Reference>
6262
<Reference Include="FastColoredTextBox, Version=2.16.24.0, Culture=neutral, PublicKeyToken=fb8aa12b994ef61b, processorArchitecture=MSIL">
6363
<HintPath>..\packages\FCTB.2.16.24\lib\FastColoredTextBox.dll</HintPath>
@@ -268,13 +268,9 @@
268268
<Compile Include="Settings.cs" />
269269
<Compile Include="Connection\Clients.cs" />
270270
<Compile Include="Connection\Listener.cs" />
271-
<Compile Include="StreamLibrary\Enums.cs" />
272-
<Compile Include="StreamLibrary\IUnsafeCodec.cs" />
273-
<Compile Include="StreamLibrary\IVideoCodec.cs" />
274-
<Compile Include="StreamLibrary\src\JpgCompression.cs" />
275-
<Compile Include="StreamLibrary\src\LzwCompression.cs" />
276-
<Compile Include="StreamLibrary\src\NativeMethods.cs" />
277-
<Compile Include="StreamLibrary\UnsafeCodecs\UnsafeStreamCodec.cs" />
271+
<Compile Include="StreamLibrary\JpgCompression.cs" />
272+
<Compile Include="StreamLibrary\NativeMethods.cs" />
273+
<Compile Include="StreamLibrary\UnsafeStreamCodec.cs" />
278274
<EmbeddedResource Include="Forms\FormAbout.resx">
279275
<DependentUpon>FormAbout.cs</DependentUpon>
280276
</EmbeddedResource>

0 commit comments

Comments
 (0)