v0.11.3 -- This version does not properly add COM
References to a project see below:
The example below is based on a vs2003 target
Results:
<Reference
Name = "DxVBLibA"
Private = "True"
/>
Expected Results:
<Reference
Name = "DxVBLibA"
Guid = "{E1211242-8E94-11D1-8808-
00C04FC2C603}"
VersionMajor = "1"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "tlbimp"
/>
Reference XML:
<Reference localCopy="true" name="DxVBLibA"
version="1.0.0.0"/>
Contact
war [at] darkimp [dot] com
Prebuild XML
Logged In: YES
user_id=1013258
I will fix this for 0.11.4. Thanks for the bug report.