-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[更新]导表工具更新文件组织方式、删除protobuf编译配置内嵌在exe中
- Loading branch information
liuzhihai
committed
Dec 3, 2021
1 parent
3b72b5d
commit ff270bc
Showing
30 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ for /r %%i in (*.proto) do ( | |
echo. | ||
echo .proto文件转.cs文件结束 | ||
echo. | ||
pause | ||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
E:\UnityDemo\FrameWork\HelperTools\ExcelToProtobuf\Excel | ||
E:\UnityDemo\FrameWork\HelperTools\ExcelToProtobuf\Protos | ||
E:\UnityDemo\FrameWork\HelperTools\ExcelToProtobuf\BuildProtos.bat | ||
E:\UnityDemo\FrameWork\HelperTools\ExcelToProtobuf\Csharp | ||
E:\UnityDemo\FrameWork\HelperTools\ExcelToProtobuf\bin\Debug\Google.Protobuf.dll | ||
E:\UnityDemo\EliminateGame\HelperTools\ExcelToProtobuf\Excel | ||
E:\UnityDemo\EliminateGame\HelperTools\ExcelToProtobuf\Protos | ||
E:\UnityDemo\EliminateGame\HelperTools\ExcelToProtobuf\BuildProtos.bat | ||
E:\UnityDemo\EliminateGame\HelperTools\ExcelToProtobuf\Csharp | ||
E:\UnityDemo\EliminateGame\Assets\_Res\_Config | ||
|
||
E:\UnityDemo\EliminateGame\HelperTools\ExcelToProtobuf\LawsData |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+23 KB
HelperTools/ExcelToProtobuf/Dlls/System.Runtime.CompilerServices.Unsafe.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
HelperTools/ExcelToProtobuf/bin/Release/ExcelToProtobuf.exe.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/> | ||
</startup> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+23 KB
HelperTools/ExcelToProtobuf/bin/Release/System.Runtime.CompilerServices.Unsafe.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
1��Excel����Ҫ�����ı��� | ||
2��Protos�����е�����proto�ļ� | ||
3��Config/PathConfig.txt���ú�·����˳��Ϊ��Excel·����Protos·����protoc������·��,��Ҫ�����cs�ļ�·������������cs�ļ������pb����dll�� | ||
3��Config/PathConfig.txt���ú�·����˳��Ϊ��Excel·����Protos·����protoc������·��,��Ҫ�����cs�ļ�·�������л������ݣ�λ���ļ����ݣ��������ݣ� | ||
4��ִ��binĿ¼��debug��releaseĿ¼�µ�ExcelToProtobuf.exe |