mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Update UWUVCI AIO WPF.csproj
This commit is contained in:
parent
15760228e8
commit
10a55424b7
1 changed files with 2 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
||||
<Platforms>AnyCPU;x64;x86</Platforms>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>false</SignManifests>
|
||||
|
@ -34,8 +34,6 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>UWUVCI_AIO_WPF.App</StartupObject>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="GameBaseClassLibrary">
|
||||
|
@ -162,6 +160,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="CDecryptSharp" Version="1.0.4" />
|
||||
<PackageReference Include="CNUSPACKER" Version="1.0.3" />
|
||||
<PackageReference Include="Downloader" Version="2.3.7" />
|
||||
<PackageReference Include="GMWare.M2" Version="1.1.2" />
|
||||
<PackageReference Include="Json.Net" Version="1.0.33" />
|
||||
<PackageReference Include="MaterialDesignThemes" Version="2.5.1" />
|
||||
|
|
Loading…
Reference in a new issue