Explorar el Código

mxg:修改Release目标平台

mengxiangge hace 5 años
padre
commit
7c2139de04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>