*********************************************************************************************
*      How to build the DcnApiDemonstrator application using Microsoft Visual Studio        *
*********************************************************************************************

Before the DcnApiDemonstrator application can be compiled, the Microsoft.NET Framework 4 must be installed!!!

1) From the DCN-SW installation folder, copy the following files into 'References' folder within the DcnApiDemonstrator sources folder
   Note: Skip this step if version of DcnApiDemonstrator is same as that of DCN-SW installed. 

	Bosch.Dcn.Ecpc.Client.Api.Interfaces.dll
	Bosch.Dcn.Ecpc.Client.Api.Logic.dll
	Bosch.Dcn.Ecpc.Client.Api.Services.dll
	Bosch.Dcn.Ecpc.Client.dll
	Bosch.Dcn.Ecpc.Client.EquipmentResourceLibrary.dll
	Bosch.Dcn.Ecpc.Client.Interfaces.dll
	Bosch.Dcn.Ecpc.Client.Logic.dll
	Bosch.Dcn.Ecpc.Driver.dll
	Bosch.Dcn.Ecpc.Operational.dll
	Bosch.Dcn.Ecpc.Server.Interfaces.dll
	Bosch.Dcn.Operational.dll
	Bosch.Operational.dll
	Bosch.Dcn.Ecpc.Client.Logic.dll.config

2) Open the solution file DcnApiDemonstrator.sln in Microsoft Visual Studio

3) Go to menu 'Build' and click 'Build Solution'. The DcnApiDemonstrator solution must build successfully.

4) On successful build of DcnApiDemonstrator solution, the executable 'DcnApiDemonstrator.exe' is available in the path 'Sources\bin\Debug\'


********************************************************************************************
*       What to do when DCN-SW is updated                                                  *
********************************************************************************************

* From the DCN-SW installation folder, copy and replace the following files in the folder containing the DcnApiDemonstrator application executable

	Bosch.Dcn.Ecpc.Client.Api.Interfaces.dll
	Bosch.Dcn.Ecpc.Client.Api.Logic.dll
	Bosch.Dcn.Ecpc.Client.Api.Services.dll
	Bosch.Dcn.Ecpc.Client.dll
	Bosch.Dcn.Ecpc.Client.EquipmentResourceLibrary.dll
	Bosch.Dcn.Ecpc.Client.Interfaces.dll
	Bosch.Dcn.Ecpc.Client.Logic.dll
	Bosch.Dcn.Ecpc.Driver.dll
	Bosch.Dcn.Ecpc.Operational.dll
	Bosch.Dcn.Ecpc.Server.Interfaces.dll
	Bosch.Dcn.Operational.dll
	Bosch.Operational.dll
        Bosch.Dcn.Ecpc.Client.Logic.dll.config

* Run the DcnApiDemonstrator application!!!