Skip to content

Commit ddf331b

Browse files
author
李锶厅(lisiting01)
committed
Fix build configuration
1 parent 7ae5aef commit ddf331b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SampleCommandSet/SampleCommandSet.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<DefineConstants>TRACE</DefineConstants>
2828
<Optimize>true</Optimize>
2929
<DebugType>pdbonly</DebugType>
30-
<PlatformTarget>ARM64</PlatformTarget>
30+
<PlatformTarget>x64</PlatformTarget>
3131
<LangVersion>7.3</LangVersion>
3232
<ErrorReport>prompt</ErrorReport>
3333
</PropertyGroup>
@@ -45,7 +45,7 @@
4545
<DefineConstants>TRACE</DefineConstants>
4646
<Optimize>true</Optimize>
4747
<DebugType>pdbonly</DebugType>
48-
<PlatformTarget>ARM64</PlatformTarget>
48+
<PlatformTarget>x64</PlatformTarget>
4949
<LangVersion>7.3</LangVersion>
5050
<ErrorReport>prompt</ErrorReport>
5151
</PropertyGroup>
@@ -63,7 +63,7 @@
6363
<DefineConstants>TRACE</DefineConstants>
6464
<Optimize>true</Optimize>
6565
<DebugType>pdbonly</DebugType>
66-
<PlatformTarget>ARM64</PlatformTarget>
66+
<PlatformTarget>x64</PlatformTarget>
6767
<LangVersion>7.3</LangVersion>
6868
<ErrorReport>prompt</ErrorReport>
6969
</PropertyGroup>
@@ -81,7 +81,7 @@
8181
<DefineConstants>TRACE</DefineConstants>
8282
<Optimize>true</Optimize>
8383
<DebugType>pdbonly</DebugType>
84-
<PlatformTarget>ARM64</PlatformTarget>
84+
<PlatformTarget>x64</PlatformTarget>
8585
<LangVersion>7.3</LangVersion>
8686
<ErrorReport>prompt</ErrorReport>
8787
</PropertyGroup>
@@ -99,7 +99,7 @@
9999
<DefineConstants>TRACE</DefineConstants>
100100
<Optimize>true</Optimize>
101101
<DebugType>pdbonly</DebugType>
102-
<PlatformTarget>ARM64</PlatformTarget>
102+
<PlatformTarget>x64</PlatformTarget>
103103
<LangVersion>7.3</LangVersion>
104104
<ErrorReport>prompt</ErrorReport>
105105
</PropertyGroup>
@@ -117,7 +117,7 @@
117117
<DefineConstants>TRACE</DefineConstants>
118118
<Optimize>true</Optimize>
119119
<DebugType>pdbonly</DebugType>
120-
<PlatformTarget>ARM64</PlatformTarget>
120+
<PlatformTarget>x64</PlatformTarget>
121121
<LangVersion>7.3</LangVersion>
122122
<ErrorReport>prompt</ErrorReport>
123123
</PropertyGroup>

0 commit comments

Comments
 (0)