first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e37a9c7a8e0383d4b87c58b1fae01778
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) Microsoft Corporation
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 992242bf8b23e574bbc95a128844c481
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2eb5ea14def0c1b4c8f1f287f85cab43
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 21cde76f0fd54da44817724af0fed464
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ca845e506513eeb4e9f4df4276d58a2d
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 42f876c7bad484946a19cce672fc2ff4
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 785d827db3673b94088da1e79cff60e1
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f49cfec5b4d3c8347befd2eb4cd3daba
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 125b0f6efa95e744da801288921bad21
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,55 @@
|
||||
== Error ==
|
||||
Error
|
||||
|
||||
== NoResultFileSelected ==
|
||||
No result file has been selected
|
||||
|
||||
== UsageCaption ==
|
||||
Usage
|
||||
|
||||
== Usage ==
|
||||
Usage: binmergetool <mergeOptions>
|
||||
|
||||
mergeOptions: <generalFiles> <baseFile> [<baseSymbolicName>] [[<automatic>] <resultFile>] [<mergeType>] [<generalOptions>]
|
||||
|
||||
baseFile: {-b | --base}=<filename>
|
||||
baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
|
||||
automatic: -a | --automatic
|
||||
resultFile: {-r | --result}=<filename>
|
||||
mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
|
||||
|
||||
generalFiles:<sourceFile> [<srcSymbolicName>] <destination> [<dstSymbolicName>]
|
||||
|
||||
sourceFile: {-s | --source}=<filename>
|
||||
srcSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
|
||||
destinationFile: {-d | --destination}=<filename>
|
||||
dstSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
|
||||
|
||||
|
||||
Examples:
|
||||
|
||||
binmergetool -s=file1.txt -d=file2.txt
|
||||
binmergetool -s=file1.txt -b=file0.txt --destination=file2.txt
|
||||
binmergetool --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
|
||||
binmergetool -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -m=onlyone
|
||||
|
||||
== DiffRequiresTwoArguments ==
|
||||
Differences need two and only two files
|
||||
|
||||
== UnsupportedFileTypeForDiff ==
|
||||
Unsupported file types for binary diff. Only images are supported (JPEG, PNG, GIF, BMP)
|
||||
|
||||
== SaveChanges ==
|
||||
Do you want to save changes to the result file?
|
||||
|
||||
== ExitPrompt ==
|
||||
Exit
|
||||
|
||||
== CantLoadImage ==
|
||||
Image '{0}' can't be loaded.
|
||||
|
||||
== NoArguments ==
|
||||
No arguments specified
|
||||
|
||||
== UsageHint ==
|
||||
Use [binmergetool -?] to show more help for this utility
|
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d6127298c5e217145a7a1fd7e8ee6f53
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,55 @@
|
||||
== Error ==
|
||||
Error
|
||||
|
||||
== NoResultFileSelected ==
|
||||
No se ha seleccionado un documento como resultado del merge.
|
||||
|
||||
== UsageCaption ==
|
||||
Uso
|
||||
|
||||
== Usage ==
|
||||
Uso: binmergetool <opciones>
|
||||
|
||||
opciones: <ficheros> <ficheroBase> [<nombreBase>] [[<automatic>] <ficheroResultado>] [<mergeType>] [<opciones>]
|
||||
|
||||
baseFile: {-b | --base}=<filename>
|
||||
baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
|
||||
automatic: -a | --automatic
|
||||
resultFile: {-r | --result}=<filename>
|
||||
mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
|
||||
|
||||
ficheros: <origen> [<nombreOrigen>] <destino> [<nombreDestino>]
|
||||
|
||||
origen: {-s | --source}=<nombreFichero>
|
||||
nombreOrigen: {-sn | --srcsymbolicname}=<nombre>
|
||||
destino: {-d | --destination}=<nombreFichero>
|
||||
nombreDestino: {-dn | --dstsymbolicname}=<nombre>
|
||||
|
||||
|
||||
Examples:
|
||||
|
||||
binmergetool -s=file1.txt -d=file2.txt
|
||||
binmergetool -s=file1.txt -b=file0.txt --destination=file2.txt
|
||||
binmergetool --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
|
||||
binmergetool -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -m=onlyone
|
||||
|
||||
== DiffRequiresTwoArguments ==
|
||||
Se necesitan dos ficheros para hacer diferencias
|
||||
|
||||
== UnsupportedFileTypeForDiff ==
|
||||
Tipo de ficheros no soportado para obtener diferencias
|
||||
|
||||
== SaveChanges ==
|
||||
¿Desea guardar los cambios en el fichero resultado?
|
||||
|
||||
== ExitPrompt ==
|
||||
Salir...
|
||||
|
||||
== CantLoadImage ==
|
||||
No se puede cargar la imagen '{0}'.
|
||||
|
||||
== NoArguments ==
|
||||
No se especificaron argumentos
|
||||
|
||||
== UsageHint ==
|
||||
Utilice [binmergetool -?] para mostrar la ayuda para esta herramienta
|
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 74bca0b75efe82444b4ce9a01b1d4f59
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,55 @@
|
||||
== Error ==
|
||||
エラー
|
||||
|
||||
== NoResultFileSelected ==
|
||||
結果ファイルが選択されていません
|
||||
|
||||
== UsageCaption ==
|
||||
使用方法
|
||||
|
||||
== Usage ==
|
||||
使用方法:binmergetool <mergeOptions>
|
||||
|
||||
mergeOptions:<generalFiles> <baseFile> [<baseSymbolicName>] [[<automatic>] <resultFile>] [<mergeType>] [<generalOptions>]
|
||||
|
||||
baseFile: {-b | --base}=<filename>
|
||||
baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
|
||||
automatic: -a | --automatic
|
||||
resultFile: {-r | --result}=<filename>
|
||||
mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
|
||||
|
||||
generalFiles:<sourceFile> [<srcSymbolicName>] <destination> [<dstSymbolicName>]
|
||||
|
||||
sourceFile: {-s | --source}=<filename>
|
||||
srcSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
|
||||
destinationFile: {-d | --destination}=<filename>
|
||||
dstSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
|
||||
|
||||
|
||||
例:
|
||||
|
||||
binmergetool -s=file1.txt -d=file2.txt
|
||||
binmergetool -s=file1.txt -b=file0.txt --destination=file2.txt
|
||||
binmergetool --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
|
||||
binmergetool -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -m=onlyone
|
||||
|
||||
== DiffRequiresTwoArguments ==
|
||||
差分を表示するには 2 つのファイル (のみ) が必要です
|
||||
|
||||
== UnsupportedFileTypeForDiff ==
|
||||
ファイルタイプでバイナリ差分がサポートされていません。サポートされるのは画像 (JPEG、PNG、GIF、BMP) のみです。
|
||||
|
||||
== SaveChanges ==
|
||||
結果ファイルに対する変更を保存しますか?
|
||||
|
||||
== ExitPrompt ==
|
||||
終了
|
||||
|
||||
== CantLoadImage ==
|
||||
画像 '{0}' をロードできません。
|
||||
|
||||
== NoArguments ==
|
||||
引数が指定されていません
|
||||
|
||||
== UsageHint ==
|
||||
このユーティリティのヘルプをさらに表示するには、[binmergetool -?] を使用してください
|
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 47f335ae8a138a24683d12f8061ad970
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,55 @@
|
||||
== Error ==
|
||||
오류
|
||||
|
||||
== NoResultFileSelected ==
|
||||
결과 파일이 선택되지 않았습니다
|
||||
|
||||
== UsageCaption ==
|
||||
사용법
|
||||
|
||||
== Usage ==
|
||||
사용법: binmergetool <mergeOptions>
|
||||
|
||||
mergeOptions: <generalFiles> <baseFile> [<baseSymbolicName>] [[<automatic>] <resultFile>] [<mergeType>] [<generalOptions>]
|
||||
|
||||
baseFile: {-b | --base}=<filename>
|
||||
baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
|
||||
automatic: -a | --automatic
|
||||
resultFile: {-r | --result}=<filename>
|
||||
mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
|
||||
|
||||
generalFiles:<sourceFile> [<srcSymbolicName>] <destination> [<dstSymbolicName>]
|
||||
|
||||
sourceFile: {-s | --source}=<filename>
|
||||
srcSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
|
||||
destinationFile: {-d | --destination}=<filename>
|
||||
dstSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
|
||||
|
||||
|
||||
예:
|
||||
|
||||
binmergetool -s=file1.txt -d=file2.txt
|
||||
binmergetool -s=file1.txt -b=file0.txt --destination=file2.txt
|
||||
binmergetool --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
|
||||
binmergetool -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -m=onlyone
|
||||
|
||||
== DiffRequiresTwoArguments ==
|
||||
차이점에는 파일 2개 및 파일 2개만이 필요합니다
|
||||
|
||||
== UnsupportedFileTypeForDiff ==
|
||||
바이너리 비교를 지원하지 않는 파일입니다. 이미지만 지원됩니다(JPEG, PNG, GIF, BMP)
|
||||
|
||||
== SaveChanges ==
|
||||
결과 파일에 변경사항을 저장하시겠습니까?
|
||||
|
||||
== ExitPrompt ==
|
||||
종료
|
||||
|
||||
== CantLoadImage ==
|
||||
'{0}' 이미지를 로드할 수 없습니다.
|
||||
|
||||
== NoArguments ==
|
||||
지정된 인수가 없습니다
|
||||
|
||||
== UsageHint ==
|
||||
이 유틸리티에 대한 도움말을 표시하려면 [binmergetool -?]를 사용하십시오
|
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d69f4d85db6c56744b1647f7cf0f65e9
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,55 @@
|
||||
== Error ==
|
||||
错误
|
||||
|
||||
== NoResultFileSelected ==
|
||||
未选择结果文件
|
||||
|
||||
== UsageCaption ==
|
||||
用法
|
||||
|
||||
== Usage ==
|
||||
用法:binmergetool <mergeOptions>
|
||||
|
||||
mergeOptions:<generalFiles> <baseFile> [<baseSymbolicName>] [[<automatic>] <resultFile>] [<mergeType>] [<generalOptions>]
|
||||
|
||||
baseFile: {-b | --base}=<filename>
|
||||
baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
|
||||
automatic: -a | --automatic
|
||||
resultFile: {-r | --result}=<filename>
|
||||
mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
|
||||
|
||||
generalFiles:<sourceFile> [<srcSymbolicName>] <destination> [<dstSymbolicName>]
|
||||
|
||||
sourceFile: {-s | --source}=<filename>
|
||||
srcSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
|
||||
destinationFile: {-d | --destination}=<filename>
|
||||
dstSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
|
||||
|
||||
|
||||
示例:
|
||||
|
||||
binmergetool -s=file1.txt -d=file2.txt
|
||||
binmergetool -s=file1.txt -b=file0.txt --destination=file2.txt
|
||||
binmergetool --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
|
||||
binmergetool -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -m=onlyone
|
||||
|
||||
== DiffRequiresTwoArguments ==
|
||||
差异比较需要且只需要两个文件
|
||||
|
||||
== UnsupportedFileTypeForDiff ==
|
||||
二进制文件差异比较不支持的文件类型。仅支持图像(JPEG、PNG、GIF、BMP)
|
||||
|
||||
== SaveChanges ==
|
||||
是否要保存对结果文件所做的更改?
|
||||
|
||||
== ExitPrompt ==
|
||||
退出
|
||||
|
||||
== CantLoadImage ==
|
||||
无法加载图像 '{0}'。
|
||||
|
||||
== NoArguments ==
|
||||
未指定参数
|
||||
|
||||
== UsageHint ==
|
||||
使用 [binmergetool -?] 可显示有关此实用程序的更多帮助信息
|
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 575f41cbc6f341044ab46b6f21c81384
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,54 @@
|
||||
== Error ==
|
||||
錯誤
|
||||
|
||||
== NoResultFileSelected ==
|
||||
尚未選取任何結果檔案
|
||||
|
||||
== UsageCaption ==
|
||||
用法
|
||||
|
||||
== Usage ==
|
||||
用法:binmergetool <mergeOptions>
|
||||
|
||||
mergeOptions:<generalFiles> <baseFile> [<baseSymbolicName>] [[<automatic>] <resultFile>] [<mergeType>] [<generalOptions>]
|
||||
|
||||
baseFile: {-b | --base}=<filename>
|
||||
baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
|
||||
automatic: -a | --automatic
|
||||
resultFile: {-r | --result}=<filename>
|
||||
mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
|
||||
|
||||
generalFiles:<sourceFile> [<srcSymbolicName>] <destination> [<dstSymbolicName>]
|
||||
|
||||
sourceFile: {-s | --source}=<filename>
|
||||
srcSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
|
||||
destinationFile: {-d | --destination}=<filename>
|
||||
dstSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
|
||||
|
||||
範例:
|
||||
|
||||
binmergetool -s=file1.txt -d=file2.txt
|
||||
binmergetool -s=file1.txt -b=file0.txt --destination=file2.txt
|
||||
binmergetool --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
|
||||
binmergetool -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -m=onlyone
|
||||
|
||||
== DiffRequiresTwoArguments ==
|
||||
差異需要兩個檔案,而且只需要兩個檔案
|
||||
|
||||
== UnsupportedFileTypeForDiff ==
|
||||
二進位差異比對不支援的檔案類型。僅支援影像 (JPEG、PNG、GIF、BMP)
|
||||
|
||||
== SaveChanges ==
|
||||
您是否想要將變更儲存到結果檔案?
|
||||
|
||||
== ExitPrompt ==
|
||||
退出
|
||||
|
||||
== CantLoadImage ==
|
||||
無法載入影像 '{0}'。
|
||||
|
||||
== NoArguments ==
|
||||
未指定引數
|
||||
|
||||
== UsageHint ==
|
||||
使用 [binmergetool -?] 顯示此公用程式的其他說明
|
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 41a2996f893fe864ea42b40392cf87b9
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 879423af6fa85944abb5312df8b0506b
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fd854a15079566a4dac0189548908a24
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 794804ae9a4bcac4384e612405a40d68
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8eadbdd324314144b856d87107a012ca
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ba4f7a3ddcc49474b9aaa8dfe1d2cfe6
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 75c2b0082e6fac44389b1b68af004e47
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1f16fc68e4fb3da47a356becdbd6caff
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 43a8d4eba99dc9749980bb5683a215bb
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 98a8a2335135c884c894dc5f5d4d885e
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 60944c1e645bd1146b5162d2b962ab0d
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1f1fdf451bb219d459db1d901ea5a58a
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user