فهرست منبع

protoc.exe使用最小的release版,修正protobuf库的输出目录到ET/Bin下

tanghai 7 سال پیش
والد
کامیت
dbbdd8fe53
2فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      Server/ThirdParty/Google.Protobuf/Google.Protobuf.csproj
  2. BIN
      Unity/protoc.exe

+ 6 - 0
Server/ThirdParty/Google.Protobuf/Google.Protobuf.csproj

@@ -5,6 +5,12 @@
     <ApplicationIcon />
     <ApplicationIcon />
     <StartupObject />
     <StartupObject />
   </PropertyGroup>
   </PropertyGroup>
+  <PropertyGroup>
+  	<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+    <OutputPath>..\..\..\Bin\</OutputPath>
+  </PropertyGroup>
   <ItemGroup>
   <ItemGroup>
     <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ByteArray.cs" Link="ByteArray.cs" />
     <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ByteArray.cs" Link="ByteArray.cs" />
     <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ByteString.cs" Link="ByteString.cs" />
     <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ByteString.cs" Link="ByteString.cs" />

BIN
Unity/protoc.exe