mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Added specific Win builds
This commit is contained in:
parent
97e99a7b5d
commit
a2d3c9affb
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
||||
<Platforms>AnyCPU;x64;x86</Platforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>false</SignManifests>
|
||||
|
@ -33,7 +34,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>UWUVCI_AIO_WPF.App</StartupObject>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="GameBaseClassLibrary">
|
||||
|
|
Loading…
Reference in a new issue