Skip to content

Commit 4c230f3

Browse files
Tweak.
1 parent d5ce655 commit 4c230f3

8 files changed

Lines changed: 18 additions & 20 deletions

File tree

root/programs/CS/0_Release4Nuget.bat

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,7 @@ echo | call 2_Build_NuGet_net48.bat
1111
echo | call 2_Build_NuGet_netstd20.bat
1212
echo | call 2_Build_NuGet_netstd21.bat
1313
echo | 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

3016
echo | call 4_Build_CopyAssemblies.bat
3117

root/programs/CS/Frameworks/Infrastructure/Framework/RichClient/Framework.RichClient_netcore30.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
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>

root/programs/CS/Frameworks/Infrastructure/Framework/RichClient/Framework.RichClient_netcore50.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
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>

root/programs/CS/NuGet/Symbol_Framework.RichClient.nuspec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
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>
@@ -59,6 +65,10 @@
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>

root/programs/CS/NuGet/_NuGetPack.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ xcopy /E /Y "..\Frameworks\Infrastructure\Build_net48" "in\net48"
88
xcopy /E /Y "..\Frameworks\Infrastructure\Build_netstd20\netstandard2.0" "in\netstandard2.0"
99
xcopy /E /Y "..\Frameworks\Infrastructure\Build_netstd21\netstandard2.1" "in\netstandard2.1"
1010
xcopy /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

root/programs/CS/NuGet/_手順の説明.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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を実行する。

root/programs/CS/NuGet/in/net5.0-windows/net5.0-windowsのdllを配置.txt

Whitespace-only changes.

root/programs/CS/NuGet/in/net5.0/net5.0のdllを配置.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)