# Batch file name  Description Existence
C# VB
1 0_ExecAllBat.bat Perform a batch build using the following files: Customize as needed.
2 1_DeleteDir.bat Delete (Clean up) the folders that are generated by building.
3 1_DeleteFile.bat Delete (Clean up) the temporary files. 
4 3_Build_Business_net47.bat Build a framework (base class 2, library part) of Business namespace that targets .NET Framework 4.7.
5 3_Build_BusinessRichClient_net47.bat Build a framework for rich client application (base class 2, library part) of Business namespace that targets .NET Framework 4.7. ○*2
6 3_Build_Business_netcore20.bat Build a framework (base class 2, library part) of Business namespace that targets .NET Core 2.0. ○*3
7 4_Build_Framework_Tool.bat Build the .NET Framework-based tools bundled with Open Touryo.
8 5_Build_Bat_sample.bat Build the .NET Framework-based sample application. (Batch application) ○*4
9 5_Build_BatCore_sample.bat Build the .NET Core-based sample application. (Batch application) ○*3, *4
10 5_Build_2CS_sample.bat Build the .NET Framework-based sample application. (Two-tier client server application) ○*4
11 6_Build_WSSrv_sample.bat Build the .NET Framework-based sample application. (Web services (Server-side logic)) ○*4
12 7_Build_Framework_WS.bat Build the .NET Framework-based framework. (Service interface) ○*4
13 8_Build_WSClnt_sample.bat Build the .NET Framework-based sample application. (Web service client)  ○*4
14 10_Build_WebApp_sample.bat Build the sample web application. (ASP.NET) ○*4
15 10_Build_WebAppCore_sample.bat Build the sample web application. (ASP.NET Core) ○*3, *4
16 z_Common.bat Common settings (for MSBuild)
17 z_Common2.bat Common settings (for Visual Studio)
# バッチファイル名 説明 存在
C# VB
1 0_ExecAllBat.bat 以下のファイルを使用してバッチビルドを行う。必要に応じてカスタマイズしてください。
2 1_DeleteDir.bat ビルドによってできたフォルダを削除 (クリーンアップ) する。
3 1_DeleteFile.bat 一時ファイルなどを削除 (クリーンアップ) する。
4 3_Build_Business_net47.bat .NET Framework 4.7 をターゲットとする Business名前空間のフレームワーク (ベースクラス2, ライブラリ部分) をビルドする。
5 3_Build_BusinessRichClient_net47.bat .NET Framework 4.7 をターゲットとするBusiness名前空間のリッチクライアント用フレームワーク (ベースクラス2, ライブラリ部分) をビルドする。 ○*2
6 3_Build_Business_netcore20.bat .NET Core 2.0 をターゲットとする Business名前空間のフレームワーク (ベースクラス2, ライブラリ部分) をビルドする。 ○*3
7 4_Build_Framework_Tool.bat .NET Frameworkベースの付属ツールをビルドする。
8 5_Build_Bat_sample.bat .NET Frameworkベースのサンプルアプリ (バッチ) をビルドする。 ○*4
9 5_Build_BatCore_sample.bat .NET Coreベースのサンプルアプリ (バッチ) をビルドする。 ○*3, *4
10 5_Build_2CS_sample.bat .NET Frameworkベースのサンプルアプリ (2 層 C/S) をビルドする。 ○*4
11 6_Build_WSSrv_sample.bat .NET Frameworkベースのサンプルアプリ (Web サービス (サーバー側ロジック)) をビルドする。 ○*4
12 7_Build_Framework_WS.bat .NET Frameworkベースのフレームワーク (サービスインタフェース部分) をビルドする。  ○*4
13 8_Build_WSClnt_sample.bat .NET Frameworkベースのサンプルアプリ (Web サービスクライアント) をビルドする。 ○*4
14 10_Build_WebApp_sample.bat サンプルWebアプリ (ASP.NET) をビルドする。  ○*4
15 10_Build_WebAppCore_sample.bat サンプルWebアプリ (ASP.NET Core) をビルドする。  ○*3, *4
16 z_Common.bat 共通設定 (MSBuild 用)
17 z_Common2.bat 共通設定 (Visual Studio 用)