1. __Build Events__
Nice to have some build action and also Pre-Build and post build events.
2. __Macros__
Can't specify node path relative to $(SolutionDir). This is necessary when working on 64bit OS but working with 32 bit node add ins
3. __Clean__
When I add a node addin project in same solution as node and try to clean solution it throws this error
1>------ Clean started: Project:ClientNode, Configuration: Release Win32 ------
2>Error: Value cannot be null.
2>Parameter name: logger
Comments: #3 is fixed for the next release and build support will be available. You can then update your project file to add pre/post build commands using normal msbuild syntax although it's not manifested in the UI in any way yet.
Nice to have some build action and also Pre-Build and post build events.
2. __Macros__
Can't specify node path relative to $(SolutionDir). This is necessary when working on 64bit OS but working with 32 bit node add ins
3. __Clean__
When I add a node addin project in same solution as node and try to clean solution it throws this error
1>------ Clean started: Project:ClientNode, Configuration: Release Win32 ------
2>Error: Value cannot be null.
2>Parameter name: logger
Comments: #3 is fixed for the next release and build support will be available. You can then update your project file to add pre/post build commands using normal msbuild syntax although it's not manifested in the UI in any way yet.