=========================================================================================
Please note: 
Lichtvision is not liable for any third party files and its behaviour.
You can use such content on your own risk.
They may have negative effects to ProbitBench at run time.
=========================================================================================



Requirements:
-------------
Visual Studio 2012 or later (previous versions might work, but not guaranteed)
.NET Framwork 4



Recommended first steps:
------------------------
1) Make a copy of the "BasicMacro" Folder and rename it to your desired project name

2) Open the project file in your Visual Studio environment

3) Check the used assembly references for "ProbitConstants" and its file path to "ProbitConstants.dll"
	a) If file path does not match with your current location of "ExternalDLL" folder and "ProbitConstants.dll" file or the reference is marked with an exclamation mark
	then delete the reference entry and add the "ProbitConstants.dll" as assembly reference to the project again

4) Set the project configuration to "Release"

5) Open the project options and make sure the target framework of this project is set to ".NET Framework 4" and the output type is set to "Class library"

6) Adjust the project options according your needs (for example assembly name, assembly information, default namespace)
	a) in case you change the default namespace you should also check for the namespaces of the current code files and adjust them accordingly

7) Try to build your project for the first time, this should work without any further errors
	a) you will find in "bin\Release" folder the <assembly name>.dll file you have built
	b) copy this file ("ProbitConstants.dll" is not needed) to your "ProbitBench\Macros" folder to use it with your ProbitBench

8) Now you can checkout the current code and modify it for your own purpose





