Browse Source

mxg:修改Release目标平台

mengxiangge 5 years ago
parent
commit
7c2139de04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Starter/Starter/ExportStart.csproj

+ 1 - 1
Starter/Starter/ExportStart.csproj

@@ -24,7 +24,7 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
+    <PlatformTarget>x64</PlatformTarget>
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>..\..\OutputDll\</OutputPath>