File tree Expand file tree Collapse file tree
Frameworks/Infrastructure/Framework/RichClient Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,21 +11,7 @@ echo | call 2_Build_NuGet_net48.bat
1111echo | call 2_Build_NuGet_netstd20.bat
1212echo | call 2_Build_NuGet_netstd21.bat
1313echo | call 2_Build_NuGet_nettcore30.bat
14-
15- @ echo on
16- timeout 5
17-
18- echo | call 3_Build_Business_net45.bat
19- echo | call 3_Build_Business_net46.bat
20- echo | call 3_Build_Business_net47.bat
21- echo | call 3_Build_Business_net48.bat
22- echo | call 3_Build_Business_netcore20.bat
23- echo | call 3_Build_Business_netcore30.bat
24- echo | call 3_Build_BusinessRichClient_net45.bat
25- echo | call 3_Build_BusinessRichClient_net46.bat
26- echo | call 3_Build_BusinessRichClient_net47.bat
27- echo | call 3_Build_BusinessRichClient_net48.bat
28- echo | call 3_Build_BusinessRichClient_netcore30.bat
14+ echo | call 2_Build_NuGet_nettcore50.bat
2915
3016echo | call 4_Build_CopyAssemblies.bat
3117
Original file line number Diff line number Diff line change 1414
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1616 <OutputPath >..\..\Build_netcore30\</OutputPath >
17- <DocumentationFile >..\..\Build_netcore30\OpenTouryo.Framework.RichClient.xml</DocumentationFile >
17+ <DocumentationFile >..\..\Build_netcore30\netcoreapp3.0\ OpenTouryo.Framework.RichClient.xml</DocumentationFile >
1818 <DebugType >full</DebugType >
1919 <DebugSymbols >true</DebugSymbols >
2020 <DefineConstants >TRACE;NETCOREAPP</DefineConstants >
2121 </PropertyGroup >
2222
2323 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
2424 <OutputPath >..\..\Build_netcore30\</OutputPath >
25- <DocumentationFile >..\..\Build_netcore30\OpenTouryo.Framework.RichClient.xml</DocumentationFile >
25+ <DocumentationFile >..\..\Build_netcore30\netcoreapp3.0\ OpenTouryo.Framework.RichClient.xml</DocumentationFile >
2626 <DebugType >portable</DebugType >
2727 <DebugSymbols >true</DebugSymbols >
2828 <DefineConstants >TRACE;NETCOREAPP</DefineConstants >
Original file line number Diff line number Diff line change 1414
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1616 <OutputPath >..\..\Build_netcore50\</OutputPath >
17- <DocumentationFile >..\..\Build_netcore50\OpenTouryo.Framework.RichClient.xml</DocumentationFile >
17+ <DocumentationFile >..\..\Build_netcore50\net5.0-windows\ OpenTouryo.Framework.RichClient.xml</DocumentationFile >
1818 <DebugType >full</DebugType >
1919 <DebugSymbols >true</DebugSymbols >
2020 <DefineConstants >TRACE;NETCOREAPP</DefineConstants >
2121 </PropertyGroup >
2222
2323 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
2424 <OutputPath >..\..\Build_netcore50\</OutputPath >
25- <DocumentationFile >..\..\Build_netcore50\OpenTouryo.Framework.RichClient.xml</DocumentationFile >
25+ <DocumentationFile >..\..\Build_netcore50\net5.0-windows\ OpenTouryo.Framework.RichClient.xml</DocumentationFile >
2626 <DebugType >portable</DebugType >
2727 <DebugSymbols >true</DebugSymbols >
2828 <DefineConstants >TRACE;NETCOREAPP</DefineConstants >
Original file line number Diff line number Diff line change 3333 <dependency id =" Touryo.Infrastructure.Public" version =" 2.7.0" />
3434 </group >
3535 <group targetFramework =" .NETCoreApp3.0" >
36+ <dependency id =" Touryo.Infrastructure.Framework" version =" 2.7.0" />
37+ <dependency id =" Touryo.Infrastructure.Public" version =" 2.7.0" />
38+ </group >
39+ <group targetFramework =" .NET5.0" >
40+ <dependency id =" Touryo.Infrastructure.Framework" version =" 2.7.0" />
41+ <dependency id =" Touryo.Infrastructure.Public" version =" 2.7.0" />
3642 </group >
3743 </dependencies >
3844 </metadata >
5965 <file src =" in\netcoreapp3.0\OpenTouryo.Framework.RichClient.pdb" target =" lib\netcoreapp3.0" />
6066 <file src =" in\netcoreapp3.0\OpenTouryo.Framework.RichClient.xml" target =" lib\netcoreapp3.0" />
6167
68+ <file src =" in\net5.0-windows\OpenTouryo.Framework.RichClient.dll" target =" lib\net5.0" />
69+ <file src =" in\net5.0-windows\OpenTouryo.Framework.RichClient.pdb" target =" lib\net5.0" />
70+ <file src =" in\net5.0-windows\OpenTouryo.Framework.RichClient.xml" target =" lib\net5.0" />
71+
6272 <file src =" ..\Frameworks\Infrastructure\Framework\RichClient\**\*.cs" target =" src" />
6373 </files >
6474</package >
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ xcopy /E /Y "..\Frameworks\Infrastructure\Build_net48" "in\net48"
88xcopy /E /Y " ..\Frameworks\Infrastructure\Build_netstd20\netstandard2.0" " in\netstandard2.0"
99xcopy /E /Y " ..\Frameworks\Infrastructure\Build_netstd21\netstandard2.1" " in\netstandard2.1"
1010xcopy /E /Y " ..\Frameworks\Infrastructure\Build_netcore30\netcoreapp3.0" " in\netcoreapp3.0"
11+ xcopy /E /Y " ..\Frameworks\Infrastructure\Build_netcore50\net5.0" " in\net5.0"
12+ xcopy /E /Y " ..\Frameworks\Infrastructure\Build_netcore50\net5.0-windows" " in\net5.0-windows"
1113
1214" ..\..\nuget.exe" pack Symbol_Public.nuspec -OutputDirectory " out\sp" -Symbols -SymbolPackageFormat snupkg
1315" ..\..\nuget.exe" pack Symbol_Public.Security.nuspec -OutputDirectory " out\sp" -Symbols -SymbolPackageFormat snupkg
Original file line number Diff line number Diff line change 33 https://opentouryo.osscons.jp/index.php?%E3%83%AA%E3%83%AA%E3%83%BC%E3%82%B9%E3%83%BB%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%B0
44
55(2)次に、bat使用してビルドを行う。
6- 設定ファルのBUILD_CONFIG =DebugをReleaseに変更する。
6+ 以下の設定ファイルのBUILD_CONFIG =DebugをReleaseに変更する。
77 ...\OpenTouryo\root\programs\CS\z_Common.bat
88
99 以下のビルドbatを実行する。
You can’t perform that action at this time.
0 commit comments