|
16 | 16 | </PropertyGroup>
|
17 | 17 | <PropertyGroup>
|
18 | 18 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
19 |
| - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 19 | + <Platform Condition=" '$(Platform)' == '' ">x64</Platform> |
20 | 20 | <ProjectGuid>{5731865D-6685-47A7-8877-5DBAF39B54CD}</ProjectGuid>
|
21 | 21 | <OutputType>WinExe</OutputType>
|
22 | 22 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
27 | 27 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
28 | 28 | </PropertyGroup>
|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
30 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
| 30 | + <PlatformTarget>x86</PlatformTarget> |
31 | 31 | <DebugSymbols>true</DebugSymbols>
|
32 | 32 | <DebugType>portable</DebugType>
|
33 | 33 | <Optimize>false</Optimize>
|
|
37 | 37 | <WarningLevel>4</WarningLevel>
|
38 | 38 | </PropertyGroup>
|
39 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
40 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
| 40 | + <PlatformTarget>ARM64</PlatformTarget> |
41 | 41 | <DebugSymbols>true</DebugSymbols>
|
42 | 42 | <DebugType>portable</DebugType>
|
43 | 43 | <Optimize>false</Optimize>
|
|
47 | 47 | <WarningLevel>4</WarningLevel>
|
48 | 48 | </PropertyGroup>
|
49 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
50 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
| 50 | + <PlatformTarget>x64</PlatformTarget> |
51 | 51 | <DebugSymbols>true</DebugSymbols>
|
52 | 52 | <DebugType>portable</DebugType>
|
53 | 53 | <Optimize>false</Optimize>
|
|
57 | 57 | <WarningLevel>4</WarningLevel>
|
58 | 58 | </PropertyGroup>
|
59 | 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
60 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
| 60 | + <PlatformTarget>x86</PlatformTarget> |
61 | 61 | <DebugType>pdbonly</DebugType>
|
62 | 62 | <Optimize>true</Optimize>
|
63 | 63 | <OutputPath>bin\Release\</OutputPath>
|
|
66 | 66 | <WarningLevel>4</WarningLevel>
|
67 | 67 | </PropertyGroup>
|
68 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
69 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
| 69 | + <PlatformTarget>ARM64</PlatformTarget> |
70 | 70 | <DebugType>pdbonly</DebugType>
|
71 | 71 | <Optimize>true</Optimize>
|
72 | 72 | <OutputPath>bin\Release\</OutputPath>
|
|
75 | 75 | <WarningLevel>4</WarningLevel>
|
76 | 76 | </PropertyGroup>
|
77 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
78 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
| 78 | + <PlatformTarget>x64</PlatformTarget> |
79 | 79 | <DebugType>pdbonly</DebugType>
|
80 | 80 | <Optimize>true</Optimize>
|
81 | 81 | <OutputPath>bin\Release\</OutputPath>
|
|
0 commit comments