|
From: Rob M. <ro...@us...> - 2007-09-21 07:59:12
|
Update of /cvsroot/wix/wix/src/votive/sconce/Properties In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19110/src/votive/sconce/Properties Modified Files: AssemblyInfo.cs Log Message: AaronSte: Creating separate Votive and Sconce DLLs for VS 2005 and VS 2008. Adding the VS 2008 SDK source code that is needed to build the VS 2008 Votive and Sconce dlls. HeathS: SFBUG:1789825 - CreationTimeUTC documents wrong format SFFEATURE:1768845 - Patch element should support MinorUpdateTargetRTM attribute SFFEATURE:1735295 - Patch build should add PATCHNEW* properties to patch transform Added support for ignorables to CompareUnit in WixUnit HeathS: SFBUG:1768842 - PatchProperty does not allow Company RobMen: Ensure RegistryKey element never ends up as KeyPath because MSI SDK says it isn't allowed. RobMen: Component guid generation. RobMen: SFBUG:1795309 - respect the rollback flag for the last SQL string like all the other strings. RobMen: SFBUG:1787888 - correctly handle certificates that are in Components that are conditioned out. RobMen: SFBUG:1675194 - loop through all server bindings when searching for a match. Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/wix/wix/src/votive/sconce/Properties/AssemblyInfo.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AssemblyInfo.cs 13 Sep 2006 08:13:30 -0000 1.1 --- AssemblyInfo.cs 21 Sep 2007 07:58:34 -0000 1.2 *************** *** 34,36 **** [assembly: ComVisible(true)] ! [assembly: InternalsVisibleTo("votive")] --- 34,37 ---- [assembly: ComVisible(true)] ! [assembly: InternalsVisibleTo("votive2005")] ! [assembly: InternalsVisibleTo("votive2008")] |