|
26 | 26 | <ErrorReport>prompt</ErrorReport>
|
27 | 27 | <WarningLevel>4</WarningLevel>
|
28 | 28 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
29 |
| - <Prefer32Bit>true</Prefer32Bit> |
| 29 | + <Prefer32Bit>false</Prefer32Bit> |
30 | 30 | </PropertyGroup>
|
31 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
32 | 32 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
46 | 46 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
47 | 47 | </PropertyGroup>
|
48 | 48 | <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> |
51 | 51 | </Reference>
|
52 | 52 | <Reference Include="cGeoIp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
53 | 53 | <SpecificVersion>False</SpecificVersion>
|
|
56 | 56 | <Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
|
57 | 57 | <HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
|
58 | 58 | </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> |
61 | 61 | </Reference>
|
62 | 62 | <Reference Include="FastColoredTextBox, Version=2.16.24.0, Culture=neutral, PublicKeyToken=fb8aa12b994ef61b, processorArchitecture=MSIL">
|
63 | 63 | <HintPath>..\packages\FCTB.2.16.24\lib\FastColoredTextBox.dll</HintPath>
|
|
268 | 268 | <Compile Include="Settings.cs" />
|
269 | 269 | <Compile Include="Connection\Clients.cs" />
|
270 | 270 | <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" /> |
278 | 274 | <EmbeddedResource Include="Forms\FormAbout.resx">
|
279 | 275 | <DependentUpon>FormAbout.cs</DependentUpon>
|
280 | 276 | </EmbeddedResource>
|
|
0 commit comments