parent
7554bcc5c6
commit
cb6e5481cc
8 changed files with 0 additions and 105 deletions
@ -1,32 +0,0 @@ |
||||
#!/bin/sh |
||||
# Copyright 2018 gRPC authors. |
||||
# |
||||
# Licensed under the Apache License, Version 2.0 (the "License"); |
||||
# you may not use this file except in compliance with the License. |
||||
# You may obtain a copy of the License at |
||||
# |
||||
# http://www.apache.org/licenses/LICENSE-2.0 |
||||
# |
||||
# Unless required by applicable law or agreed to in writing, software |
||||
# distributed under the License is distributed on an "AS IS" BASIS, |
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
# See the License for the specific language governing permissions and |
||||
# limitations under the License. |
||||
|
||||
# Builds an experimental .unitypackage file to be imported into Unity projects. |
||||
|
||||
set -ex |
||||
|
||||
cd "$(dirname "$0")/.." |
||||
|
||||
dotnet restore Grpc.sln |
||||
|
||||
mkdir -p GrpcUnity |
||||
dotnet build --configuration Release --framework net45 Grpc.Core --output ../GrpcUnity |
||||
|
||||
#TODO: add ThirdParty/Grpc.Core: |
||||
# - assembly |
||||
# - native libraries (mac dylib need to be renamed to grpc_csharp_ext.bundle) |
||||
|
||||
#TODO: add ThirdParty/Grpc.Tools: |
||||
# - protoc and grpc plugin |
@ -1,10 +0,0 @@ |
||||
fileFormatVersion: 2 |
||||
guid: b2ba2199282e9c641bc2e611f1e776a0 |
||||
folderAsset: yes |
||||
timeCreated: 1531219385 |
||||
licenseType: Free |
||||
DefaultImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,10 +0,0 @@ |
||||
fileFormatVersion: 2 |
||||
guid: bd5ddd2522dc301488ffe002106fe0ab |
||||
folderAsset: yes |
||||
timeCreated: 1531219385 |
||||
licenseType: Free |
||||
DefaultImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,10 +0,0 @@ |
||||
fileFormatVersion: 2 |
||||
guid: a68443518bcd1d44ba88a871dcab0c83 |
||||
folderAsset: yes |
||||
timeCreated: 1531219385 |
||||
licenseType: Free |
||||
DefaultImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,32 +0,0 @@ |
||||
fileFormatVersion: 2 |
||||
guid: 4c05e46cbf00c68408f5ddc1eef9ae3b |
||||
timeCreated: 1531219386 |
||||
licenseType: Free |
||||
PluginImporter: |
||||
externalObjects: {} |
||||
serializedVersion: 2 |
||||
iconMap: {} |
||||
executionOrder: {} |
||||
isPreloaded: 0 |
||||
isOverridable: 0 |
||||
platformData: |
||||
- first: |
||||
Any: |
||||
second: |
||||
enabled: 1 |
||||
settings: {} |
||||
- first: |
||||
Editor: Editor |
||||
second: |
||||
enabled: 0 |
||||
settings: |
||||
DefaultValueInitialized: true |
||||
- first: |
||||
Windows Store Apps: WindowsStoreApps |
||||
second: |
||||
enabled: 0 |
||||
settings: |
||||
CPU: AnyCPU |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,9 +0,0 @@ |
||||
fileFormatVersion: 2 |
||||
guid: 6fc38864f2d3dde46b3833c62c91a008 |
||||
timeCreated: 1531219386 |
||||
licenseType: Free |
||||
TextScriptImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
Loading…
Reference in new issue