I've included, in the isxScripts repository, two "sample" c# project files (Visual Studio 2005) that will work with ISXVG using the ISXVG "Wrapper" dll that is included in the ISXVG distribution. One sample utilizes forms, the other is bare bones.
The projects include batch files that automatically move your final product to the Innerspace/.NET Programs directory AND a batch file that updates your dlls before each build. These batch files retrieve all of the paths automatically from the registry; however, if you change the name of your project and/or the target executable, you will need to edit the following batch files:
The projects include batch files that automatically move your final product to the Innerspace/.NET Programs directory AND a batch file that updates your dlls before each build. These batch files retrieve all of the paths automatically from the registry; however, if you change the name of your project and/or the target executable, you will need to edit the following batch files:
- /bin/release/PostBuild.bat
- /bin/debug/PostBuild.bat