Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions root/programs/CS/10_Build_WebApp_sample.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of WebForms_Sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WebApp_sample\WebForms_Sample\WebForms_Sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WebApp_sample\WebForms_Sample\WebForms_Sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WebApp_sample\WebForms_Sample\WebForms_Sample.sln"

pause

rem --------------------------------------------------
rem Batch build of MVC_Sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WebApp_sample\MVC_Sample\MVC_Sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WebApp_sample\MVC_Sample\MVC_Sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WebApp_sample\MVC_Sample\MVC_Sample.sln"

pause
Expand Down
4 changes: 2 additions & 2 deletions root/programs/CS/2_Build_NuGet_net48.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Build the batch Infrastructure(Nuget48)
rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Infrastructure\Nuget_net48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Infrastructure\Nuget_net48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Infrastructure\Nuget_net48.sln"

..\nuget.exe restore "Frameworks\Infrastructure\Nuget_RichClient_net48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Infrastructure\Nuget_RichClient_net48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Infrastructure\Nuget_RichClient_net48.sln"

pause
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/3_Build_Business_net48.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rem --------------------------------------------------
rem Build the Infrastructures
rem --------------------------------------------------

..\nuget.exe restore "Frameworks\Infrastructure\Business_net48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Infrastructure\Business_net48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Infrastructure\Business_net48.sln"

pause
Expand Down
6 changes: 3 additions & 3 deletions root/programs/CS/4_Build_Framework_Tool.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of DPQuery_Tool.
rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tools\DPQuery_Tool\DPQuery_Tool.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tools\DPQuery_Tool\DPQuery_Tool.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tools\DPQuery_Tool\DPQuery_Tool.sln"

pause

rem --------------------------------------------------
rem Batch build of DaoGen_Tool.
rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tools\DaoGen_Tool\DaoGen_Tool.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tools\DaoGen_Tool\DaoGen_Tool.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tools\DaoGen_Tool\DaoGen_Tool.sln"

pause

rem --------------------------------------------------
rem Batch build of DeployZipPackWithHTTP.
rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tools\DeployZipPackWithHTTP\DeployZipPackWithHTTP.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tools\DeployZipPackWithHTTP\DeployZipPackWithHTTP.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tools\DeployZipPackWithHTTP\DeployZipPackWithHTTP.sln"

pause
Expand Down
8 changes: 4 additions & 4 deletions root/programs/CS/5_Build_2CS_sample.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of 2CSClientWin_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\2CS_sample\2CSClientWin_sample\2CSClientWin_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\2CS_sample\2CSClientWin_sample\2CSClientWin_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\2CS_sample\2CSClientWin_sample\2CSClientWin_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of GenDaoAndBatUpd_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\2CS_sample\GenDaoAndBatUpd_sample\GenDaoAndBatUpd_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\2CS_sample\GenDaoAndBatUpd_sample\GenDaoAndBatUpd_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\2CS_sample\GenDaoAndBatUpd_sample\GenDaoAndBatUpd_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of TimeStamp_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\2CS_sample\TimeStamp_sample\TimeStamp_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\2CS_sample\TimeStamp_sample\TimeStamp_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\2CS_sample\TimeStamp_sample\TimeStamp_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of 2CSClientWPF_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\\2CS_sample\2CSClientWPF_sample\2CSClientWPF_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\\2CS_sample\2CSClientWPF_sample\2CSClientWPF_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\\2CS_sample\2CSClientWPF_sample\2CSClientWPF_sample.sln"

pause
Expand Down
8 changes: 4 additions & 4 deletions root/programs/CS/5_Build_Bat_sample.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of SimpleBatch_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\Bat_sample\SimpleBatch_sample\SimpleBatch_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\Bat_sample\SimpleBatch_sample\SimpleBatch_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\Bat_sample\SimpleBatch_sample\SimpleBatch_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of RerunnableBatch_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\Bat_sample\RerunnableBatch_sample\RerunnableBatch_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\Bat_sample\RerunnableBatch_sample\RerunnableBatch_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\Bat_sample\RerunnableBatch_sample\RerunnableBatch_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of RerunnableBatch_sample2.
rem --------------------------------------------------
..\nuget.exe restore "Samples\Bat_sample\RerunnableBatch_sample2\RerunnableBatch_sample2.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\Bat_sample\RerunnableBatch_sample2\RerunnableBatch_sample2.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\Bat_sample\RerunnableBatch_sample2\RerunnableBatch_sample2.sln"

pause

rem --------------------------------------------------
rem Batch build of RerunnableBatch_sample3.
rem --------------------------------------------------
..\nuget.exe restore "Samples\Bat_sample\RerunnableBatch_sample3\RerunnableBatch_sample3.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\Bat_sample\RerunnableBatch_sample3\RerunnableBatch_sample3.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\Bat_sample\RerunnableBatch_sample3\RerunnableBatch_sample3.sln"

pause
Expand Down
4 changes: 2 additions & 2 deletions root/programs/CS/6_Build_WSSrv_sample.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ md "Samples\WS_sample\Build"
rem --------------------------------------------------
rem Batch build of WSServer_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WS_sample\WSServer_sample\WSServer_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WS_sample\WSServer_sample\WSServer_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WS_sample\WSServer_sample\WSServer_sample.sln"

xcopy /E /Y "Samples\WS_sample\WSServer_sample\bin\%BUILD_CONFIG%" "Samples\WS_sample\Temp\%BUILD_CONFIG%\"
Expand All @@ -34,7 +34,7 @@ xcopy /E /Y "Samples\WS_sample\Temp\%BUILD_CONFIG%" "Samples\WS_sample\Build\"
@rem Batch build of ASPNETWebService(ResourceServer).
@rem --------------------------------------------------
@rem Not copied to Build\ : nothing else references it, so just build it.
..\nuget.exe restore "Samples\WS_sample\ASPNETWebService\ASPNETWebService.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WS_sample\ASPNETWebService\ASPNETWebService.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WS_sample\ASPNETWebService\ASPNETWebService.sln"

pause
Expand Down
4 changes: 2 additions & 2 deletions root/programs/CS/7_Build_Framework_WS.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of ServiceInterface(ASPNETWebService).
rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Infrastructure\ServiceInterface\ASPNETWebService\ASPNETWebService.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Infrastructure\ServiceInterface\ASPNETWebService\ASPNETWebService.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Infrastructure\ServiceInterface\ASPNETWebService\ASPNETWebService.sln"

pause
Expand All @@ -34,7 +34,7 @@ pause
rem --------------------------------------------------
rem Batch build of ServiceInterface(WCFService).
rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Infrastructure\ServiceInterface\WCFService\WCFService.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Infrastructure\ServiceInterface\WCFService\WCFService.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Infrastructure\ServiceInterface\WCFService\WCFService.sln"

pause
Expand Down
6 changes: 3 additions & 3 deletions root/programs/CS/8_Build_WSClnt_sample.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of WSClientWin_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WS_sample\WSClient_sample\WSClientWin_sample\WSClientWin_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WS_sample\WSClient_sample\WSClientWin_sample\WSClientWin_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WS_sample\WSClient_sample\WSClientWin_sample\WSClientWin_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of WSClientWPF_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WS_sample\WSClient_sample\WSClientWPF_sample\WSClientWPF_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WS_sample\WSClient_sample\WSClientWPF_sample\WSClientWPF_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WS_sample\WSClient_sample\WSClientWPF_sample\WSClientWPF_sample.sln"

pause
Expand All @@ -41,7 +41,7 @@ pause
rem --------------------------------------------------
rem Batch build of WSClientWinCone_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WS_sample\WSClient_sample\WSClientWinCone_sample\WSClientWinCone_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WS_sample\WSClient_sample\WSClientWinCone_sample\WSClientWinCone_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WS_sample\WSClient_sample\WSClientWinCone_sample\WSClientWinCone_sample.sln"

pause
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@
</assemblyBinding>
</runtime>
<system.webServer>
<httpProtocol>
<customHeaders>
<!-- クリックジャッキング対策(CodeQL: Missing X-Frame-Options HTTP header)。
SOAP の Web サービスであり、フレームに表示する用途がないため DENY。 -->
<add name="X-Frame-Options" value="DENY" />
</customHeaders>
</httpProtocol>
<handlers>
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
<remove name="OPTIONSVerbHandler" />
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/y_Build_TestCode_Batch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call %CURRENT_DIR%z_Common.bat
@rem --------------------------------------------------
@rem Batch build of SimpleBatch.
@rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tests\TestBatch\SimpleBatch\SimpleBatch.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tests\TestBatch\SimpleBatch\SimpleBatch.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tests\TestBatch\SimpleBatch\SimpleBatch.sln"

dotnet restore "Frameworks\Tests\TestBatch\SimpleBatchCore\SimpleBatchCore.sln"
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/y_Build_TestCode_DataAccess.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call %CURRENT_DIR%z_Common.bat
@rem --------------------------------------------------
@rem Batch build of TestDataAccess.
@rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tests\TestDataAccess\TestDataAccessFx48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tests\TestDataAccess\TestDataAccessFx48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tests\TestDataAccess\TestDataAccessFx48.sln"

dotnet restore "Frameworks\Tests\TestDataAccess\TestDataAccessCore100.sln"
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/y_Build_TestCode_Public.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call %CURRENT_DIR%z_Common.bat
@rem --------------------------------------------------
@rem Batch build of TestCode.
@rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tests\TestCode\TestCodeFx48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tests\TestCode\TestCodeFx48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tests\TestCode\TestCodeFx48.sln"

dotnet restore "Frameworks\Tests\TestCode\TestCodeCore100.sln"
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/y_Build_TestCode_SecCUI.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd "Frameworks\Tests\EncAndDecUtilCUI"
call copy_cert.bat
cd %CURRENTDIR%

..\nuget.exe restore "Frameworks\Tests\EncAndDecUtilCUI\EncAndDecUtilCUIFx48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tests\EncAndDecUtilCUI\EncAndDecUtilCUIFx48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tests\EncAndDecUtilCUI\EncAndDecUtilCUIFx48.sln"

dotnet restore "Frameworks\Tests\EncAndDecUtilCUI\EncAndDecUtilCUICore100.sln"
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/y_Build_TestCode_SecGUI.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of EncAndDecUtil.
rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tests\EncAndDecUtil\EncAndDecUtil48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tests\EncAndDecUtil\EncAndDecUtil48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tests\EncAndDecUtil\EncAndDecUtil48.sln"

pause
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/y_Build_TestTransmission.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call %CURRENT_DIR%z_Common.bat
@rem --------------------------------------------------
@rem Batch build of TestTransmission.
@rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tests\TestTransmission\TestTransmissionFx48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tests\TestTransmission\TestTransmissionFx48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tests\TestTransmission\TestTransmissionFx48.sln"

pause
Expand Down
2 changes: 1 addition & 1 deletion root/programs/CS/y_Build_TestWebAPIClient.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call %CURRENT_DIR%z_Common.bat
@rem --------------------------------------------------
@rem Batch build of TestTransmission.
@rem --------------------------------------------------
..\nuget.exe restore "Frameworks\Tests\TestWebAPIClient\TestWebAPIClientFx48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Tests\TestWebAPIClient\TestWebAPIClientFx48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Tests\TestWebAPIClient\TestWebAPIClientFx48.sln"

pause
Expand Down
16 changes: 16 additions & 0 deletions root/programs/CS/z_Common.bat
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,22 @@ set NUGET_MSBUILD=-MSBuildPath "%MSBUILDDIR%"

echo NUGET_MSBUILD %NUGET_MSBUILD%

@rem --------------------------------------------------
@rem Check that nuget.exe is present (#590).
@rem
@rem The build batches call "%~dp0..\nuget.exe" restore without looking at
@rem the exit code. When the file is missing, cmd.exe sets ERRORLEVEL 9009
@rem and carries on, so the build fails later inside MSBuild with a message
@rem about missing NuGet packages - far from the real cause.
@rem
@rem This is a warning, not an error. A working tree that already has
@rem packages\ still builds, so stopping here would be too strict.
@rem --------------------------------------------------
if not exist "%~dp0..\nuget.exe" (
echo [WARNING] nuget.exe was not found. packages.config is not restored.
echo Restore nuget.exe at root\programs - it is version controlled.
)

@echo --------------------------------------------------
@echo The choice of build configuration (Debug / Release).
@echo BUILD_CONFIG names the configuration (Debug or Release).
Expand Down
4 changes: 2 additions & 2 deletions root/programs/VB/10_Build_WebApp_sample.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of WebForms_Sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WebApp_sample\WebForms_Sample\WebForms_Sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WebApp_sample\WebForms_Sample\WebForms_Sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WebApp_sample\WebForms_Sample\WebForms_Sample.sln"

pause

rem --------------------------------------------------
rem Batch build of MVC_Sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\WebApp_sample\MVC_Sample\MVC_Sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\WebApp_sample\MVC_Sample\MVC_Sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\WebApp_sample\MVC_Sample\MVC_Sample.sln"

pause
Expand Down
2 changes: 1 addition & 1 deletion root/programs/VB/3_Build_Business_net48.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rem --------------------------------------------------
rem Build the Infrastructures
rem --------------------------------------------------

..\nuget.exe restore "Frameworks\Infrastructure\Business_net48.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Frameworks\Infrastructure\Business_net48.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Frameworks\Infrastructure\Business_net48.sln"

pause
Expand Down
8 changes: 4 additions & 4 deletions root/programs/VB/5_Build_2CS_sample.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@ call %CURRENT_DIR%z_Common.bat
rem --------------------------------------------------
rem Batch build of 2CSClientWin_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\2CS_sample\2CSClientWin_sample\2CSClientWin_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\2CS_sample\2CSClientWin_sample\2CSClientWin_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\2CS_sample\2CSClientWin_sample\2CSClientWin_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of GenDaoAndBatUpd_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\2CS_sample\GenDaoAndBatUpd_sample\GenDaoAndBatUpd_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\2CS_sample\GenDaoAndBatUpd_sample\GenDaoAndBatUpd_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\2CS_sample\GenDaoAndBatUpd_sample\GenDaoAndBatUpd_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of TimeStamp_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\2CS_sample\TimeStamp_sample\TimeStamp_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\2CS_sample\TimeStamp_sample\TimeStamp_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\2CS_sample\TimeStamp_sample\TimeStamp_sample.sln"

pause

rem --------------------------------------------------
rem Batch build of 2CSClientWPF_sample.
rem --------------------------------------------------
..\nuget.exe restore "Samples\\2CS_sample\2CSClientWPF_sample\2CSClientWPF_sample.sln" %NUGET_MSBUILD%
"%~dp0..\nuget.exe" restore "Samples\\2CS_sample\2CSClientWPF_sample\2CSClientWPF_sample.sln" %NUGET_MSBUILD%
%BUILDFILEPATH% %COMMANDLINE% "Samples\\2CS_sample\2CSClientWPF_sample\2CSClientWPF_sample.sln"

pause
Expand Down
Loading