Problem trying to build .wixproj using v3.0.5301.0

4 messages Options
Embed this post
Permalink
Pally Sandher

Problem trying to build .wixproj using v3.0.5301.0

Reply Threaded More More options
Print post
Permalink
I just updated to v3.0.5301.0 (was using v3.0.5224.0 last week, I update
when a new build is posted on the feed).
I tried building a .wixproj with Votive (We use Visual Studio 2005 at
present) which built perfectly fine yesterday during the automated build
I have my machine do every morning. Now it gives the following error:

C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets(602,7):
error MSB4067: The element <WixExtensionSearchPaths> beneath element
<PropertyGroup> is unrecognized.

The section in the wix.targets file it points to is as follows:

    <PropertyGroup>
      <WixExtensionSearchPaths>
        $(ReferencePaths);
        {HintPathFromItem};
        {RawFileName};
        $(WixExtDir)
      </WixExtensionSearchPaths>
    </PropertyGroup>

This appears to have been bug reported already on
http://sourceforge.net/tracker/?func=detail&aid=2787116&group_id=105970&
atid=642714 but can anyone advise on a fix to the wix.targets file or
should I go back to using v3.0.5224.0 until this is fixed in a future
update? Could I simply use the v3.0.5224.0 wix.targets file with
v3.0.5301.0 installed or would that break things in more serious ways?
I'm not too clued up on the inner workings of MSBuild, we generally use
devenv.exe for our automated builds (MSBuild is on the never ending 'to
do' list however) so any advice will be appreciated.

Thanks in advance,

Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Bob Arnson-6

Re: Problem trying to build .wixproj using v3.0.5301.0

Reply Threaded More More options
Print post
Permalink
Pally Sandher wrote:
> atid=642714 but can anyone advise on a fix to the wix.targets file or
> should I go back to using v3.0.5224.0 until this is fixed in a future
> update? Could I simply use the v3.0.5224.0 wix.targets file with
> v3.0.5301.0 installed or would that break things in more serious ways?
>  

Yes, you should be able to revert wix.targets alone though obviously you
won't get the fixes there. The change takes advantage of a feature in
MSBuild v3.5, so fails only with MSBuild v2.0.

--
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
John H. Bergman (XPedient Technologies)

Problem trying to build .wixproj using v3.5.0605 w/VS2010

Reply Threaded More More options
Print post
Permalink
In reply to this post by Pally Sandher
I have a Series of Wix Installers that include several Merge Modules, and several application installs.

All of the MergeModules appear to build correctly, however, many now have SFN validation issues with ICE, so for now I disabled the Ice validation. (by the way, this appears to be a change from 3.0x, prior to conversion I did not have validation issues.

Anyway  Below is the output from our install projects.

There are basically two problems that I see here, and am not sure how to resolve them.

1. While Compiling MergeModules, I get one of these per Merge Module:  Directory In Use Errors (for example)
        The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.------

2. When compiling the Setup Project, I get one of these per included Merge Module.
        The target "GetResolvedReferencePaths" does not exist in the project

I googled around, and could not find anything similar to these problems.


Finally, I was going to update to the most recent version of Wix, however, last time, I had to recreate the .wixproj files, does anyone one if
Build 3.5.0626 will work with .wixproj files created from 3.5.0605?

Thanks for any insight you can provide.
John




=-=-=- Build Output from inside VS2010:

------ Build started: Project: Install.MM.XPertJustice.Client, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Client.wixproj -dProjectName=Install.MM.XPertJustice.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\Install.MM.XPertJustice.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Client.msm -dTargetName=Install.MM.XPertJustice.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.msm -dApplication.XPertJustice.Model.Interfaces.Configuration=Debug -d"Application.XPertJustice.Model.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Model.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.Model.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Model.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.Model.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.ProjectName=XPedient.Application.XPertJustice.Model.Interfaces -dApplication.XPertJustice.Model.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Model.Interfaces.TargetExt=.dll -dApplication.XPertJustice.Model.Interfaces.TargetFileName=XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.TargetName=XPedient.Application.XPertJustice.Model.Interfaces -dApplication.XPertJustice.Model.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.Configuration=Debug -d"Application.XPertJustice.Presenter.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.Presenter.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.Presenter.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.ProjectName=XPedient.Application.XPertJustice.Presenter.Interfaces -dApplication.XPertJustice.Presenter.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Interfaces.TargetExt=.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetFileName=XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetName=XPedient.Application.XPertJustice.Presenter.Interfaces -dApplication.XPertJustice.Presenter.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Navigation.Configuration=Debug -d"Application.XPertJustice.Presenter.Navigation.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.Navigation.Platform=AnyCPU -dApplication.XPertJustice.Presenter.Navigation.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Navigation.ProjectExt=.dll -dApplication.XPertJustice.Presenter.Navigation.ProjectFileName=XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.ProjectName=XPedient.Application.XPertJustice.Presenter.Navigation -dApplication.XPertJustice.Presenter.Navigation.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Navigation.TargetExt=.dll -dApplication.XPertJustice.Presenter.Navigation.TargetFileName=XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.TargetName=XPedient.Application.XPertJustice.Presenter.Navigation -dApplication.XPertJustice.Presenter.Navigation.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.Configuration=Debug -d"Application.XPertJustice.Presenter.WorkflowActivityLibrary.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.Platform=AnyCPU -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectExt=.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectFileName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetExt=.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetFileName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Resources.Configuration=Debug -d"Application.XPertJustice.Resources.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Resources.Platform=AnyCPU -dApplication.XPertJustice.Resources.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Resources.ProjectExt=.dll -dApplication.XPertJustice.Resources.ProjectFileName=XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.ProjectName=XPedient.Application.XPertJustice.Resources -dApplication.XPertJustice.Resources.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Resources.TargetExt=.dll -dApplication.XPertJustice.Resources.TargetFileName=XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.TargetName=XPedient.Application.XPertJustice.Resources -dApplication.XPertJustice.Resources.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.View.Interfaces.Configuration=Debug -d"Application.XPertJustice.View.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.View.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.View.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.View.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.ProjectName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.TargetExt=.dll -dApplication.XPertJustice.View.Interfaces.TargetFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Plugins.Database, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Database.wixproj -dProjectName=Install.MM.Platform.Plugins.Database -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\Install.MM.Platform.Plugins.Database.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Database.msm -dTargetName=Install.MM.Platform.Plugins.Database -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.msm -dCore.Database.Plugins.ODBC.Configuration=Debug -d"Core.Database.Plugins.ODBC.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.ODBC.Platform=AnyCPU -dCore.Database.Plugins.ODBC.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.ODBC.ProjectExt=.dll -dCore.Database.Plugins.ODBC.ProjectFileName=XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.ProjectName=XPedient.Core.Database.Plugins.ODBC -dCore.Database.Plugins.ODBC.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.ODBC.TargetExt=.dll -dCore.Database.Plugins.ODBC.TargetFileName=XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.TargetName=XPedient.Core.Database.Plugins.ODBC -dCore.Database.Plugins.ODBC.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.OLEDB.Configuration=Debug -d"Core.Database.Plugins.OLEDB.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.OLEDB.Platform=AnyCPU -dCore.Database.Plugins.OLEDB.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.OLEDB.ProjectExt=.dll -dCore.Database.Plugins.OLEDB.ProjectFileName=XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.ProjectName=XPedient.Core.Database.Plugins.OLEDB -dCore.Database.Plugins.OLEDB.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.OLEDB.TargetExt=.dll -dCore.Database.Plugins.OLEDB.TargetFileName=XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.TargetName=XPedient.Core.Database.Plugins.OLEDB -dCore.Database.Plugins.OLEDB.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.SQL2005.Configuration=Debug -d"Core.Database.Plugins.SQL2005.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.SQL2005.Platform=AnyCPU -dCore.Database.Plugins.SQL2005.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.SQL2005.ProjectExt=.dll -dCore.Database.Plugins.SQL2005.ProjectFileName=XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.ProjectName=XPedient.Core.Database.Plugins.SQL2005 -dCore.Database.Plugins.SQL2005.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.SQL2005.TargetExt=.dll -dCore.Database.Plugins.SQL2005.TargetFileName=XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.TargetName=XPedient.Core.Database.Plugins.SQL2005 -dCore.Database.Plugins.SQL2005.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.SQL2005.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\jbwceq1l' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\jbwceq1l' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Common, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Common.wixproj -dProjectName=Install.MM.XPertJustice.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\Install.MM.XPertJustice.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Common.msm -dTargetName=Install.MM.XPertJustice.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.msm -dApplication.XPertJustice.Common.Configuration=Debug -d"Application.XPertJustice.Common.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Common.Platform=AnyCPU -dApplication.XPertJustice.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Common.ProjectExt=.dll -dApplication.XPertJustice.Common.ProjectFileName=XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.ProjectName=XPedient.Application.XPertJustice.Common -dApplication.XPertJustice.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Common.TargetExt=.dll -dApplication.XPertJustice.Common.TargetFileName=XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.TargetName=XPedient.Application.XPertJustice.Common -dApplication.XPertJustice.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\xqkjhh1g' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\xqkjhh1g' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Plugins.Client, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Client.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\Install.MM.XPertJustice.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Client.msm -dTargetName=Install.MM.XPertJustice.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.msm -dApplication.XPertJustice.Plugins.Model.Client.Configuration=Debug -d"Application.XPertJustice.Plugins.Model.Client.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Model.Client.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Model.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Model.Client.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Model.Client.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.ProjectName=XPedient.Application.XPertJustice.Plugins.Model.Client -dApplication.XPertJustice.Plugins.Model.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Model.Client.TargetExt=.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetFileName=XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetName=XPedient.Application.XPertJustice.Plugins.Model.Client -dApplication.XPertJustice.Plugins.Model.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Presenter.Configuration=Debug -d"Application.XPertJustice.Plugins.Presenter.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Presenter.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Presenter.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Presenter.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Presenter.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.ProjectName=XPedient.Application.XPertJustice.Plugins.Presenter -dApplication.XPertJustice.Plugins.Presenter.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Presenter.TargetExt=.dll -dApplication.XPertJustice.Plugins.Presenter.TargetFileName=XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.TargetName=XPedient.Application.XPertJustice.Plugins.Presenter -dApplication.XPertJustice.Plugins.Presenter.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.View.Configuration=Debug -d"Application.XPertJustice.Plugins.View.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.View.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.ProjectName=XPedient.Application.XPertJustice.Plugins.View -dApplication.XPertJustice.Plugins.View.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.View.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.TargetName=XPedient.Application.XPertJustice.Plugins.View -dApplication.XPertJustice.Plugins.View.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.View.dll -dCore.Repository.Plugins.Client.Configuration=Debug -d"Core.Repository.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.Repository.Plugins.Client.Platform=AnyCPU -dCore.Repository.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Repository.Plugins.Client.ProjectExt=.dll -dCore.Repository.Plugins.Client.ProjectFileName=XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.ProjectName=XPedient.Core.Repository.Plugins.Client -dCore.Repository.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Repository.Plugins.Client.TargetExt=.dll -dCore.Repository.Plugins.Client.TargetFileName=XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.TargetName=XPedient.Core.Repository.Plugins.Client -dCore.Repository.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Repository.Plugins.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\m2nug2ol' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\m2nug2ol' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Plugins.Common, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Common.wixproj -dProjectName=Install.MM.Platform.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\Install.MM.Platform.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Common.msm -dTargetName=Install.MM.Platform.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.msm -dCore.Data.Plugins.EventPublishers.Configuration=Debug -d"Core.Data.Plugins.EventPublishers.FullConfiguration=Debug|AnyCPU" -dCore.Data.Plugins.EventPublishers.Platform=AnyCPU -dCore.Data.Plugins.EventPublishers.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.EventPublishers.ProjectExt=.dll -dCore.Data.Plugins.EventPublishers.ProjectFileName=XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.ProjectName=XPedient.Core.Data.Plugins.EventPublishers -dCore.Data.Plugins.EventPublishers.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.EventPublishers.TargetExt=.dll -dCore.Data.Plugins.EventPublishers.TargetFileName=XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.TargetName=XPedient.Core.Data.Plugins.EventPublishers -dCore.Data.Plugins.EventPublishers.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.Validation.Configuration=Debug -d"Core.Data.Plugins.Validation.FullConfiguration=Debug|AnyCPU" -dCore.Data.Plugins.Validation.Platform=AnyCPU -dCore.Data.Plugins.Validation.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.Validation.ProjectExt=.dll -dCore.Data.Plugins.Validation.ProjectFileName=XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.ProjectName=XPedient.Core.Data.Plugins.Validation -dCore.Data.Plugins.Validation.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.Validation.TargetExt=.dll -dCore.Data.Plugins.Validation.TargetFileName=XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.TargetName=XPedient.Core.Data.Plugins.Validation -dCore.Data.Plugins.Validation.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.Validation.dll -dCore.Scripting.Plugins.ScriptLibrary.Configuration=Debug -d"Core.Scripting.Plugins.ScriptLibrary.FullConfiguration=Debug|AnyCPU" -dCore.Scripting.Plugins.ScriptLibrary.Platform=AnyCPU -dCore.Scripting.Plugins.ScriptLibrary.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Scripting.Plugins.ScriptLibrary.ProjectExt=.dll -dCore.Scripting.Plugins.ScriptLibrary.ProjectFileName=XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.ProjectName=XPedient.Core.Scripting.Plugins.ScriptLibrary -dCore.Scripting.Plugins.ScriptLibrary.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Scripting.Plugins.ScriptLibrary.TargetExt=.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetFileName=XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetName=XPedient.Core.Scripting.Plugins.ScriptLibrary -dCore.Scripting.Plugins.ScriptLibrary.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
------ Build started: Project: Install.MM.Platform.Plugins.Client, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Client.wixproj -dProjectName=Install.MM.Platform.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\Install.MM.Platform.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Client.msm -dTargetName=Install.MM.Platform.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.msm -dCore.Data.DataManagement.Plugins.Client.Configuration=Debug -d"Core.Data.DataManagement.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.Data.DataManagement.Plugins.Client.Platform=AnyCPU -dCore.Data.DataManagement.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Data.DataManagement.Plugins.Client.ProjectExt=.dll -dCore.Data.DataManagement.Plugins.Client.ProjectFileName=XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.ProjectName=XPedient.Core.Data.DataManagement.Plugins.Client -dCore.Data.DataManagement.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Data.DataManagement.Plugins.Client.TargetExt=.dll -dCore.Data.DataManagement.Plugins.Client.TargetFileName=XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.TargetName=XPedient.Core.Data.DataManagement.Plugins.Client -dCore.Data.DataManagement.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.MetaData.Plugins.Model.Client.Configuration=Debug -d"Core.MetaData.Plugins.Model.Client.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.Plugins.Model.Client.Platform=AnyCPU -dCore.MetaData.Plugins.Model.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.MetaData.Plugins.Model.Client.ProjectExt=.dll -dCore.MetaData.Plugins.Model.Client.ProjectFileName=XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.ProjectName=XPedient.Core.MetaData.Plugins.Model.Client -dCore.MetaData.Plugins.Model.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.MetaData.Plugins.Model.Client.TargetExt=.dll -dCore.MetaData.Plugins.Model.Client.TargetFileName=XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.TargetName=XPedient.Core.MetaData.Plugins.Model.Client -dCore.MetaData.Plugins.Model.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.System.Plugins.Client.Configuration=Debug -d"Core.System.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.System.Plugins.Client.Platform=AnyCPU -dCore.System.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.System.Plugins.Client.ProjectExt=.dll -dCore.System.Plugins.Client.ProjectFileName=XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.ProjectName=XPedient.Core.System.Plugins.Client -dCore.System.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.System.Plugins.Client.TargetExt=.dll -dCore.System.Plugins.Client.TargetFileName=XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.TargetName=XPedient.Core.System.Plugins.Client -dCore.System.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.System.Plugins.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
------ Build started: Project: Install.MM.XPertJustice.Plugins.Client.WPF, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Client.WPF.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Client.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\Install.MM.XPertJustice.Plugins.Client.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Client.WPF.msm -dTargetName=Install.MM.XPertJustice.Plugins.Client.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.msm -dApplication.XPertJustice.Plugins.View.WPF.X86.Configuration=Debug -d"Application.XPertJustice.Plugins.View.WPF.X86.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.WPF.X86.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86 -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86 -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.Configuration=Debug -d"Application.XPertJustice.Plugins.View.WPF.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.WPF.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.ProjectName=XPedient.Application.XPertJustice.Plugins.View.WPF -dApplication.XPertJustice.Plugins.View.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetName=XPedient.Application.XPertJustice.Plugins.View.WPF -dApplication.XPertJustice.Plugins.View.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.View.Interfaces.Configuration=Debug -d"Application.XPertJustice.View.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.View.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.View.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.View.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.ProjectName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.TargetExt=.dll -dApplication.XPertJustice.View.Interfaces.TargetFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\yxtjrmmd' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\yxtjrmmd' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Plugins.Common, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Common.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\Install.MM.XPertJustice.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Common.msm -dTargetName=Install.MM.XPertJustice.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.msm -dApplication.XPertJustice.Plugins.Scripts.Configuration=Debug -d"Application.XPertJustice.Plugins.Scripts.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Scripts.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Scripts.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.Scripts.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Scripts.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.ProjectName=XPedient.Application.XPertJustice.Plugins.Scripts -dApplication.XPertJustice.Plugins.Scripts.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.Scripts.TargetExt=.dll -dApplication.XPertJustice.Plugins.Scripts.TargetFileName=XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.TargetName=XPedient.Application.XPertJustice.Plugins.Scripts -dApplication.XPertJustice.Plugins.Scripts.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.Scripts.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
------ Build started: Project: Install.MM.Platform.Diagnostics, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Diagnostics.wixproj -dProjectName=Install.MM.Platform.Diagnostics -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\Install.MM.Platform.Diagnostics.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Diagnostics.msm -dTargetName=Install.MM.Platform.Diagnostics -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.msm -dDiagnostics.Advanced.AMD64.Configuration=Debug -d"Diagnostics.Advanced.AMD64.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.AMD64.Platform=AnyCPU -dDiagnostics.Advanced.AMD64.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.AMD64.ProjectExt=.exe -dDiagnostics.Advanced.AMD64.ProjectFileName=XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.ProjectName=XPedient.Diagnostics.Advanced.AMD64 -dDiagnostics.Advanced.AMD64.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.AMD64.TargetExt=.exe -dDiagnostics.Advanced.AMD64.TargetFileName=XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.TargetName=XPedient.Diagnostics.Advanced.AMD64 -dDiagnostics.Advanced.AMD64.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.X86.Configuration=Debug -d"Diagnostics.Advanced.X86.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.X86.Platform=AnyCPU -dDiagnostics.Advanced.X86.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.X86.ProjectExt=.exe -dDiagnostics.Advanced.X86.ProjectFileName=XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.ProjectName=XPedient.Diagnostics.Advanced.X86 -dDiagnostics.Advanced.X86.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.X86.TargetExt=.exe -dDiagnostics.Advanced.X86.TargetFileName=XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.TargetName=XPedient.Diagnostics.Advanced.X86 -dDiagnostics.Advanced.X86.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.Configuration=Debug -d"Diagnostics.Advanced.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.Platform=AnyCPU -dDiagnostics.Advanced.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.ProjectExt=.dll -dDiagnostics.Advanced.ProjectFileName=XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.ProjectName=XPedient.Diagnostics.Advanced -dDiagnostics.Advanced.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.TargetExt=.dll -dDiagnostics.Advanced.TargetFileName=XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.TargetName=XPedient.Diagnostics.Advanced -dDiagnostics.Advanced.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.dll -dDiagnostics.Configuration=Debug -d"Diagnostics.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Platform=AnyCPU -dDiagnostics.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.ProjectExt=.dll -dDiagnostics.ProjectFileName=XPedient.Diagnostics.dll -dDiagnostics.ProjectName=XPedient.Diagnostics -dDiagnostics.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.dll -dDiagnostics.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.TargetExt=.dll -dDiagnostics.TargetFileName=XPedient.Diagnostics.dll -dDiagnostics.TargetName=XPedient.Diagnostics -dDiagnostics.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
------ Build started: Project: Install.MM.Platform.Controls.WPF.Topaz, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.Topaz.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.Topaz -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\Install.MM.Platform.Controls.WPF.Topaz.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.Topaz.msm -dTargetName=Install.MM.Platform.Controls.WPF.Topaz -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.msm -dCore.Data.Controls.WPF.Topaz.Configuration=Debug -d"Core.Data.Controls.WPF.Topaz.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Topaz.Platform=AnyCPU -dCore.Data.Controls.WPF.Topaz.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Topaz.ProjectExt=.dll -dCore.Data.Controls.WPF.Topaz.ProjectFileName=XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.ProjectName=XPedient.Core.Data.Controls.WPF.Topaz -dCore.Data.Controls.WPF.Topaz.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Topaz.TargetExt=.dll -dCore.Data.Controls.WPF.Topaz.TargetFileName=XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.TargetName=XPedient.Core.Data.Controls.WPF.Topaz -dCore.Data.Controls.WPF.Topaz.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Topaz.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
------ Build started: Project: Install.MM.Platform.Controls.WPF.FoxitSoftware, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.FoxitSoftware -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -dTargetName=Install.MM.Platform.Controls.WPF.FoxitSoftware -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.Configuration=Debug -d"Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.Platform=AnyCPU -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectExt=.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetExt=.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\j4wg5q4b' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\j4wg5q4b' is in use and cannot be deleted.------ Build started: Project: Interop.LiveScan.Return.Plugins.FileSystem, Configuration: Debug Any CPU ------
CopyFilesToOutputDirectory:
  Interop.LiveScan.Return.Plugins.FileSystem -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Return.Plugins.FileSystem.dll
RunCodeAnalysis:
  Running Code Analysis...
MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
  Code Analysis Complete -- 0 error(s), 1 warning(s)
------ Build started: Project: Interop.LiveScan.Return.Plugins.ESB, Configuration: Debug Any CPU ------
CopyFilesToOutputDirectory:
  Interop.LiveScan.Return.Plugins.ESB -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Return.Plugins.ESB.dll
RunCodeAnalysis:
  Running Code Analysis...
MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
  Code Analysis Complete -- 0 error(s), 1 warning(s)
------ Build started: Project: Interop.LiveScan.Submit.Plugins.FileSystem, Configuration: Debug Any CPU ------
CopyFilesToOutputDirectory:
  Interop.LiveScan.Submit.Plugins.FileSystem -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Submit.Plugins.FileSystem.dll
RunCodeAnalysis:
  Running Code Analysis...
MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
  Code Analysis Complete -- 0 error(s), 1 warning(s)
------ Build started: Project: Interop.LiveScan.Submit.Plugins.ESB, Configuration: Debug Any CPU ------
CopyFilesToOutputDirectory:
  Interop.LiveScan.Submit.Plugins.ESB -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Submit.Plugins.ESB.dll
RunCodeAnalysis:
  Running Code Analysis...
MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
  Code Analysis Complete -- 0 error(s), 1 warning(s)
------ Build started: Project: Install.MM.Platform.Controls.WPF.Acrobat, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.Acrobat.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.Acrobat -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\Install.MM.Platform.Controls.WPF.Acrobat.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.Acrobat.msm -dTargetName=Install.MM.Platform.Controls.WPF.Acrobat -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.msm -dCore.Data.Controls.WPF.PDFViewer.Configuration=Debug -d"Core.Data.Controls.WPF.PDFViewer.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.PDFViewer.Platform=AnyCPU -dCore.Data.Controls.WPF.PDFViewer.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.ProjectExt=.dll -dCore.Data.Controls.WPF.PDFViewer.ProjectFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.ProjectName=XPedient.Core.Data.Controls.WPF.PDFViewer -dCore.Data.Controls.WPF.PDFViewer.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.TargetExt=.dll -dCore.Data.Controls.WPF.PDFViewer.TargetFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.TargetName=XPedient.Core.Data.Controls.WPF.PDFViewer -dCore.Data.Controls.WPF.PDFViewer.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\vi1bjnkv' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\vi1bjnkv' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Controls.WPF, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.wixproj -dProjectName=Install.MM.Platform.Controls.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\Install.MM.Platform.Controls.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.msm -dTargetName=Install.MM.Platform.Controls.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.msm -dCore.Data.Controls.WPF.Custom.Configuration=Debug -d"Core.Data.Controls.WPF.Custom.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Custom.Platform=AnyCPU -dCore.Data.Controls.WPF.Custom.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Custom.ProjectExt=.dll -dCore.Data.Controls.WPF.Custom.ProjectFileName=XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.ProjectName=XPedient.Core.Data.Controls.WPF.Custom -dCore.Data.Controls.WPF.Custom.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Custom.TargetExt=.dll -dCore.Data.Controls.WPF.Custom.TargetFileName=XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.TargetName=XPedient.Core.Data.Controls.WPF.Custom -dCore.Data.Controls.WPF.Custom.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkitDesign.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkitDesign.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkitVisualStudioDesign.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkit.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkit.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkit.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkit.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkit.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkit.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit -dCore.Data.Controls.WPF.WPFToolkit.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkit.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit -dCore.Data.Controls.WPF.WPFToolkit.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.Configuration=Debug -d"Core.Data.Controls.WPF.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Platform=AnyCPU -dCore.Data.Controls.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.ProjectExt=.dll -dCore.Data.Controls.WPF.ProjectFileName=XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.ProjectName=XPedient.Core.Data.Controls.WPF -dCore.Data.Controls.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.TargetExt=.dll -dCore.Data.Controls.WPF.TargetFileName=XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.TargetName=XPedient.Core.Data.Controls.WPF -dCore.Data.Controls.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\vygktlbp' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\vygktlbp' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Controls.Common, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.Common.wixproj -dProjectName=Install.MM.Platform.Controls.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\Install.MM.Platform.Controls.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.Common.msm -dTargetName=Install.MM.Platform.Controls.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.msm -dCore.Data.Controls.Common.Configuration=Debug -d"Core.Data.Controls.Common.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.Common.Platform=AnyCPU -dCore.Data.Controls.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.Common.ProjectExt=.dll -dCore.Data.Controls.Common.ProjectFileName=XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.ProjectName=XPedient.Core.Data.Controls.Common -dCore.Data.Controls.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.Common.TargetExt=.dll -dCore.Data.Controls.Common.TargetFileName=XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.TargetName=XPedient.Core.Data.Controls.Common -dCore.Data.Controls.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\qffvhutz' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\qffvhutz' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Common, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Common.wixproj -dProjectName=Install.MM.Platform.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\Install.MM.Platform.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Common.msm -dTargetName=Install.MM.Platform.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.msm -dApplication.Core.Common.Configuration=Debug -d"Application.Core.Common.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Common.Platform=AnyCPU -dApplication.Core.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Common.ProjectExt=.dll -dApplication.Core.Common.ProjectFileName=XPedient.Application.Core.Common.dll -dApplication.Core.Common.ProjectName=XPedient.Application.Core.Common -dApplication.Core.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Common.dll -dApplication.Core.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Common.TargetExt=.dll -dApplication.Core.Common.TargetFileName=XPedient.Application.Core.Common.dll -dApplication.Core.Common.TargetName=XPedient.Application.Core.Common -dApplication.Core.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Common.dll -dApplication.Core.Model.Configuration=Debug -d"Application.Core.Model.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Model.Platform=AnyCPU -dApplication.Core.Model.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Model.ProjectExt=.dll -dApplication.Core.Model.ProjectFileName=XPedient.Application.Core.Model.dll -dApplication.Core.Model.ProjectName=XPedient.Application.Core.Model -dApplication.Core.Model.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Model.dll -dApplication.Core.Model.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Model.TargetExt=.dll -dApplication.Core.Model.TargetFileName=XPedient.Application.Core.Model.dll -dApplication.Core.Model.TargetName=XPedient.Application.Core.Model -dApplication.Core.Model.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Model.dll -dApplication.Core.Presenter.Common.Configuration=Debug -d"Application.Core.Presenter.Common.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Presenter.Common.Platform=AnyCPU -dApplication.Core.Presenter.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.Common.ProjectExt=.dll -dApplication.Core.Presenter.Common.ProjectFileName=XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.ProjectName=XPedient.Application.Core.Presenter.Common -dApplication.Core.Presenter.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.Common.TargetExt=.dll -dApplication.Core.Presenter.Common.TargetFileName=XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.TargetName=XPedient.Application.Core.Presenter.Common -dApplication.Core.Presenter.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Configuration=Debug -d"Application.Core.Presenter.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Presenter.Platform=AnyCPU -dApplication.Core.Presenter.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.ProjectExt=.dll -dApplication.Core.Presenter.ProjectFileName=XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.ProjectName=XPedient.Application.Core.Presenter -dApplication.Core.Presenter.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.TargetExt=.dll -dApplication.Core.Presenter.TargetFileName=XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.TargetName=XPedient.Application.Core.Presenter -dApplication.Core.Presenter.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.dll -dApplication.Core.View.Configuration=Debug -d"Application.Core.View.FullConfiguration=Debug|AnyCPU" -dApplication.Core.View.Platform=AnyCPU -dApplication.Core.View.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.View.ProjectExt=.dll -dApplication.Core.View.ProjectFileName=XPedient.Application.Core.View.dll -dApplication.Core.View.ProjectName=XPedient.Application.Core.View -dApplication.Core.View.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.View.dll -dApplication.Core.View.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.View.TargetExt=.dll -dApplication.Core.View.TargetFileName=XPedient.Application.Core.View.dll -dApplication.Core.View.TargetName=XPedient.Application.Core.View -dApplication.Core.View.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.View.dll -dApplication.SoftwareUpdate.TrustedKeylist.Configuration=Debug -d"Application.SoftwareUpdate.TrustedKeylist.FullConfiguration=Debug|AnyCPU" -dApplication.SoftwareUpdate.TrustedKeylist.Platform=AnyCPU -dApplication.SoftwareUpdate.TrustedKeylist.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.SoftwareUpdate.TrustedKeylist.ProjectExt=.dll -dApplication.SoftwareUpdate.TrustedKeylist.ProjectFileName=XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.ProjectName=XPedient.Application.SoftwareUpdate.TrustedKeylist -dApplication.SoftwareUpdate.TrustedKeylist.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.SoftwareUpdate.TrustedKeylist.TargetExt=.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetFileName=XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetName=XPedient.Application.SoftwareUpdate.TrustedKeylist -dApplication.SoftwareUpdate.TrustedKeylist.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dCore.Communications.Configuration=Debug -d"Core.Communications.FullConfiguration=Debug|AnyCPU" -dCore.Communications.Platform=AnyCPU -dCore.Communications.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Communications.ProjectExt=.dll -dCore.Communications.ProjectFileName=XPedient.Core.Communications.dll -dCore.Communications.ProjectName=XPedient.Core.Communications -dCore.Communications.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Communications.dll -dCore.Communications.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Communications.TargetExt=.dll -dCore.Communications.TargetFileName=XPedient.Core.Communications.dll -dCore.Communications.TargetName=XPedient.Core.Communications -dCore.Communications.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Communications.dll -dCore.Data.Compression.Configuration=Debug -d"Core.Data.Compression.FullConfiguration=Debug|AnyCPU" -dCore.Data.Compression.Platform=AnyCPU -dCore.Data.Compression.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Compression.ProjectExt=.dll -dCore.Data.Compression.ProjectFileName=XPedient.Core.Data.Compression.dll -dCore.Data.Compression.ProjectName=XPedient.Core.Data.Compression -dCore.Data.Compression.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Compression.dll -dCore.Data.Compression.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Compression.TargetExt=.dll -dCore.Data.Compression.TargetFileName=XPedient.Core.Data.Compression.dll -dCore.Data.Compression.TargetName=XPedient.Core.Data.Compression -dCore.Data.Compression.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Compression.dll -dCore.Data.DataManagement.Configuration=Debug -d"Core.Data.DataManagement.FullConfiguration=Debug|AnyCPU" -dCore.Data.DataManagement.Platform=AnyCPU -dCore.Data.DataManagement.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DataManagement.ProjectExt=.dll -dCore.Data.DataManagement.ProjectFileName=XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.ProjectName=XPedient.Core.Data.DataManagement -dCore.Data.DataManagement.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DataManagement.TargetExt=.dll -dCore.Data.DataManagement.TargetFileName=XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.TargetName=XPedient.Core.Data.DataManagement -dCore.Data.DataManagement.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DataManagement.dll -dCore.Data.DTO.Configuration=Debug -d"Core.Data.DTO.FullConfiguration=Debug|AnyCPU" -dCore.Data.DTO.Platform=AnyCPU -dCore.Data.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DTO.ProjectExt=.dll -dCore.Data.DTO.ProjectFileName=XPedient.Core.Data.DTO.dll -dCore.Data.DTO.ProjectName=XPedient.Core.Data.DTO -dCore.Data.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DTO.dll -dCore.Data.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DTO.TargetExt=.dll -dCore.Data.DTO.TargetFileName=XPedient.Core.Data.DTO.dll -dCore.Data.DTO.TargetName=XPedient.Core.Data.DTO -dCore.Data.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DTO.dll -dCore.Database.Configuration=Debug -d"Core.Database.FullConfiguration=Debug|AnyCPU" -dCore.Database.Platform=AnyCPU -dCore.Database.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Database.ProjectExt=.dll -dCore.Database.ProjectFileName=XPedient.Core.Database.dll -dCore.Database.ProjectName=XPedient.Core.Database -dCore.Database.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Database.dll -dCore.Database.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Database.TargetExt=.dll -dCore.Database.TargetFileName=XPedient.Core.Database.dll -dCore.Database.TargetName=XPedient.Core.Database -dCore.Database.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Database.dll -dCore.Data.Configuration=Debug -d"Core.Data.FullConfiguration=Debug|AnyCPU" -dCore.Data.Platform=AnyCPU -dCore.Data.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.ProjectExt=.dll -dCore.Data.ProjectFileName=XPedient.Core.Data.dll -dCore.Data.ProjectName=XPedient.Core.Data -dCore.Data.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.dll -dCore.Data.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.TargetExt=.dll -dCore.Data.TargetFileName=XPedient.Core.Data.dll -dCore.Data.TargetName=XPedient.Core.Data -dCore.Data.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.dll -dCore.Interfaces.Configuration=Debug -d"Core.Interfaces.FullConfiguration=Debug|AnyCPU" -dCore.Interfaces.Platform=AnyCPU -dCore.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Interfaces.ProjectExt=.dll -dCore.Interfaces.ProjectFileName=XPedient.Core.Interfaces.dll -dCore.Interfaces.ProjectName=XPedient.Core.Interfaces -dCore.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Interfaces.dll -dCore.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Interfaces.TargetExt=.dll -dCore.Interfaces.TargetFileName=XPedient.Core.Interfaces.dll -dCore.Interfaces.TargetName=XPedient.Core.Interfaces -dCore.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Interfaces.dll -dCore.MetaData.DTO.Configuration=Debug -d"Core.MetaData.DTO.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.DTO.Platform=AnyCPU -dCore.MetaData.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.DTO.ProjectExt=.dll -dCore.MetaData.DTO.ProjectFileName=XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.ProjectName=XPedient.Core.MetaData.DTO -dCore.MetaData.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.DTO.TargetExt=.dll -dCore.MetaData.DTO.TargetFileName=XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.TargetName=XPedient.Core.MetaData.DTO -dCore.MetaData.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.DTO.dll -dCore.MetaData.Configuration=Debug -d"Core.MetaData.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.Platform=AnyCPU -dCore.MetaData.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.ProjectExt=.dll -dCore.MetaData.ProjectFileName=XPedient.Core.MetaData.dll -dCore.MetaData.ProjectName=XPedient.Core.MetaData -dCore.MetaData.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.dll -dCore.MetaData.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.TargetExt=.dll -dCore.MetaData.TargetFileName=XPedient.Core.MetaData.dll -dCore.MetaData.TargetName=XPedient.Core.MetaData -dCore.MetaData.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.dll -dCore.PluginManager.Configuration=Debug -d"Core.PluginManager.FullConfiguration=Debug|AnyCPU" -dCore.PluginManager.Platform=AnyCPU -dCore.PluginManager.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.PluginManager.ProjectExt=.dll -dCore.PluginManager.ProjectFileName=XPedient.Core.PluginManager.dll -dCore.PluginManager.ProjectName=XPedient.Core.PluginManager -dCore.PluginManager.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.PluginManager.dll -dCore.PluginManager.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.PluginManager.TargetExt=.dll -dCore.PluginManager.TargetFileName=XPedient.Core.PluginManager.dll -dCore.PluginManager.TargetName=XPedient.Core.PluginManager -dCore.PluginManager.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.PluginManager.dll -dCore.Repository.Configuration=Debug -d"Core.Repository.FullConfiguration=Debug|AnyCPU" -dCore.Repository.Platform=AnyCPU -dCore.Repository.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Repository.ProjectExt=.dll -dCore.Repository.ProjectFileName=XPedient.Core.Repository.dll -dCore.Repository.ProjectName=XPedient.Core.Repository -dCore.Repository.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Repository.dll -dCore.Repository.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Repository.TargetExt=.dll -dCore.Repository.TargetFileName=XPedient.Core.Repository.dll -dCore.Repository.TargetName=XPedient.Core.Repository -dCore.Repository.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Repository.dll -dCore.Scripting.Configuration=Debug -d"Core.Scripting.FullConfiguration=Debug|AnyCPU" -dCore.Scripting.Platform=AnyCPU -dCore.Scripting.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Scripting.ProjectExt=.dll -dCore.Scripting.ProjectFileName=XPedient.Core.Scripting.dll -dCore.Scripting.ProjectName=XPedient.Core.Scripting -dCore.Scripting.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Scripting.dll -dCore.Scripting.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Scripting.TargetExt=.dll -dCore.Scripting.TargetFileName=XPedient.Core.Scripting.dll -dCore.Scripting.TargetName=XPedient.Core.Scripting -dCore.Scripting.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Scripting.dll -dCore.WindowsAPI.Configuration=Debug -d"Core.WindowsAPI.FullConfiguration=Debug|AnyCPU" -dCore.WindowsAPI.Platform=AnyCPU -dCore.WindowsAPI.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.WindowsAPI.ProjectExt=.dll -dCore.WindowsAPI.ProjectFileName=XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.ProjectName=XPedient.Core.WindowsAPI -dCore.WindowsAPI.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.WindowsAPI.TargetExt=.dll -dCore.WindowsAPI.TargetFileName=XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.TargetName=XPedient.Core.WindowsAPI -dCore.WindowsAPI.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.WindowsAPI.dll -dCore.Configuration=Debug -d"Core.FullConfiguration=Debug|AnyCPU" -dCore.Platform=AnyCPU -dCore.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.ProjectExt=.dll -dCore.ProjectFileName=XPedient.Core.dll -dCore.ProjectName=XPedient.Core -dCore.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.dll -dCore.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.TargetExt=.dll -dCore.TargetFileName=XPedient.Core.dll -dCore.TargetName=XPedient.Core -dCore.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\sb0ks1va' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\sb0ks1va' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Client, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Client.wixproj -dProjectName=Install.MM.Platform.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\Install.MM.Platform.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Client.msm -dTargetName=Install.MM.Platform.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.msm -dApplication.ApplicationServer.DTO.Configuration=Debug -d"Application.ApplicationServer.DTO.FullConfiguration=Debug|AnyCPU" -dApplication.ApplicationServer.DTO.Platform=AnyCPU -dApplication.ApplicationServer.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ApplicationServer.DTO.ProjectExt=.dll -dApplication.ApplicationServer.DTO.ProjectFileName=XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.ProjectName=XPedient.Application.ApplicationServer.DTO -dApplication.ApplicationServer.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ApplicationServer.DTO.TargetExt=.dll -dApplication.ApplicationServer.DTO.TargetFileName=XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.TargetName=XPedient.Application.ApplicationServer.DTO -dApplication.ApplicationServer.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ApplicationServer.DTO.dll -dDevComponents.WpfDock.Configuration=Debug -d"DevComponents.WpfDock.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfDock.Platform=AnyCPU -dDevComponents.WpfDock.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfDock.ProjectExt=.dll -dDevComponents.WpfDock.ProjectFileName=DevComponents.WpfDock.dll -dDevComponents.WpfDock.ProjectName=DevComponents.WpfDock -dDevComponents.WpfDock.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfDock.dll -dDevComponents.WpfDock.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfDock.TargetExt=.dll -dDevComponents.WpfDock.TargetFileName=DevComponents.WpfDock.dll -dDevComponents.WpfDock.TargetName=DevComponents.WpfDock -dDevComponents.WpfDock.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfDock.dll -dDevComponents.WpfEditors.Configuration=Debug -d"DevComponents.WpfEditors.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfEditors.Platform=AnyCPU -dDevComponents.WpfEditors.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfEditors.ProjectExt=.dll -dDevComponents.WpfEditors.ProjectFileName=DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.ProjectName=DevComponents.WpfEditors -dDevComponents.WpfEditors.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfEditors.TargetExt=.dll -dDevComponents.WpfEditors.TargetFileName=DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.TargetName=DevComponents.WpfEditors -dDevComponents.WpfEditors.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfEditors.dll -dDevComponents.WpfRibbon.Configuration=Debug -d"DevComponents.WpfRibbon.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfRibbon.Platform=AnyCPU -dDevComponents.WpfRibbon.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfRibbon.ProjectExt=.dll -dDevComponents.WpfRibbon.ProjectFileName=DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.ProjectName=DevComponents.WpfRibbon -dDevComponents.WpfRibbon.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfRibbon.TargetExt=.dll -dDevComponents.WpfRibbon.TargetFileName=DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.TargetName=DevComponents.WpfRibbon -dDevComponents.WpfRibbon.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfRibbon.dll -dDevComponents.WpfSchedule.Configuration=Debug -d"DevComponents.WpfSchedule.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfSchedule.Platform=AnyCPU -dDevComponents.WpfSchedule.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfSchedule.ProjectExt=.dll -dDevComponents.WpfSchedule.ProjectFileName=DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.ProjectName=DevComponents.WpfSchedule -dDevComponents.WpfSchedule.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfSchedule.TargetExt=.dll -dDevComponents.WpfSchedule.TargetFileName=DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.TargetName=DevComponents.WpfSchedule -dDevComponents.WpfSchedule.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfSchedule.dll -dInterop.Windows.SmartCard.Configuration=Debug -d"Interop.Windows.SmartCard.FullConfiguration=Debug|AnyCPU" -dInterop.Windows.SmartCard.Platform=AnyCPU -dInterop.Windows.SmartCard.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dInterop.Windows.SmartCard.ProjectExt=.dll -dInterop.Windows.SmartCard.ProjectFileName=XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.ProjectName=XPedient.Interop.Windows.SmartCard -dInterop.Windows.SmartCard.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dInterop.Windows.SmartCard.TargetExt=.dll -dInterop.Windows.SmartCard.TargetFileName=XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.TargetName=XPedient.Interop.Windows.SmartCard -dInterop.Windows.SmartCard.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Interop.Windows.SmartCard.dll -dXceed.Wpf.Controls.Configuration=Debug -d"Xceed.Wpf.Controls.FullConfiguration=Debug|AnyCPU" -dXceed.Wpf.Controls.Platform=AnyCPU -dXceed.Wpf.Controls.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.Controls.ProjectExt=.dll -dXceed.Wpf.Controls.ProjectFileName=Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.ProjectName=Xceed.Wpf.Controls -dXceed.Wpf.Controls.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.Controls.TargetExt=.dll -dXceed.Wpf.Controls.TargetFileName=Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.TargetName=Xceed.Wpf.Controls -dXceed.Wpf.Controls.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.Controls.dll -dXceed.Wpf.DataGrid.Configuration=Debug -d"Xceed.Wpf.DataGrid.FullConfiguration=Debug|AnyCPU" -dXceed.Wpf.DataGrid.Platform=AnyCPU -dXceed.Wpf.DataGrid.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.DataGrid.ProjectExt=.dll -dXceed.Wpf.DataGrid.ProjectFileName=Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.ProjectName=Xceed.Wpf.DataGrid -dXceed.Wpf.DataGrid.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.DataGrid.TargetExt=.dll -dXceed.Wpf.DataGrid.TargetFileName=Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.TargetName=Xceed.Wpf.DataGrid -dXceed.Wpf.DataGrid.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.DataGrid.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\zsnm3euc' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\zsnm3euc' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Plugins.Common, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Common.wixproj -dProjectName=Install.MM.Management.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\Install.MM.Management.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Common.msm -dTargetName=Install.MM.Management.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.msm -dApplication.ManagementServer.Plugins.Authorization.Common.Configuration=Debug -d"Application.ManagementServer.Plugins.Authorization.Common.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authorization.Common.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectName=XPedient.Application.ManagementServer.Plugins.Authorization.Common -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.ManagementServer.Plugins.Authorization.Common.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetName=XPedient.Application.ManagementServer.Plugins.Authorization.Common -dApplication.ManagementServer.Plugins.Authorization.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\bex0kodf' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\bex0kodf' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Plugins.Client.WPF, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Client.WPF.wixproj -dProjectName=Install.MM.Management.Plugins.Client.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\Install.MM.Management.Plugins.Client.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Client.WPF.msm -dTargetName=Install.MM.Management.Plugins.Client.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.msm -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Native.WPF.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\12ruu2a1' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\12ruu2a1' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Client, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Client.wixproj -dProjectName=Install.MM.Management.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\Install.MM.Management.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Client.msm -dTargetName=Install.MM.Management.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.msm -dApplication.ManagementServer.Core.Authentication.Native.Configuration=Debug -d"Application.ManagementServer.Core.Authentication.Native.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Core.Authentication.Native.Platform=AnyCPU -dApplication.ManagementServer.Core.Authentication.Native.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.Authentication.Native.ProjectExt=.dll -dApplication.ManagementServer.Core.Authentication.Native.ProjectFileName=XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.ProjectName=XPedient.Application.ManagementServer.Core.Authentication.Nativ -dApplication.ManagementServer.Core.Authentication.Native.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.Authentication.Native.TargetExt=.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetFileName=XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetName=XPedient.Application.ManagementServer.Core.Authentication.Nativ -dApplication.ManagementServer.Core.Authentication.Native.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Configuration=Debug -d"Application.ManagementServer.Core.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Core.Platform=AnyCPU -dApplication.ManagementServer.Core.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.ProjectExt=.dll -dApplication.ManagementServer.Core.ProjectFileName=XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.ProjectName=XPedient.Application.ManagementServer.Core -dApplication.ManagementServer.Core.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.TargetExt=.dll -dApplication.ManagementServer.Core.TargetFileName=XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.TargetName=XPedient.Application.ManagementServer.Core -dApplication.ManagementServer.Core.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Interfaces.Configuration=Debug -d"Application.ManagementServer.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Interfaces.Platform=AnyCPU -dApplication.ManagementServer.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Interfaces.ProjectExt=.dll -dApplication.ManagementServer.Interfaces.ProjectFileName=XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.ProjectName=XPedient.Application.ManagementServer.Interfaces -dApplication.ManagementServer.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Interfaces.TargetExt=.dll -dApplication.ManagementServer.Interfaces.TargetFileName=XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.TargetName=XPedient.Application.ManagementServer.Interfaces -dApplication.ManagementServer.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\obpqws0u' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\obpqws0u' is in use and cannot be deleted.------ Build started: Project: Application.Host.WindowsService, Configuration: Debug Any CPU ------
CopyFilesToOutputDirectory:
  Application.Host.WindowsService -> C:\XP2010\XPertJustice\Working\XPedient\Application.Host.WindowsService\bin\Debug\XPedient.Application.Host.WindowsService.exe
RunCodeAnalysis:
  Running Code Analysis...
MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
  Code Analysis Complete -- 0 error(s), 1 warning(s)
------ Build started: Project: Install.MM.Management.Plugins.Client, Configuration: Debug x86 ------
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Client.wixproj -dProjectName=Install.MM.Management.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\Install.MM.Management.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Client.msm -dTargetName=Install.MM.Management.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.msm -dApplication.ManagementServer.Plugins.Authentication.Global.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Global.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Global.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.LDAP.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Native.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Native.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Management.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Management.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Management.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Management.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Management.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Management.Client -dApplication.ManagementServer.Plugins.Management.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Management.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Management.Client -dApplication.ManagementServer.Plugins.Management.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Management.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
                C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\pzvdgevp' is in use and cannot be deleted.
The directory 'C:\Users\john.bergman\AppData\Local\Temp\pzvdgevp' is in use and cannot be deleted.





************************************************************************************************************************
************************************************************************************************************************
I inserted a few blank lines so you can see where the actual Setup Project buids, the above were all MERGEMODULES.
************************************************************************************************************************
************************************************************************************************************************



------ Build started: Project: Install.App.WindowsService.XPertJustice, Configuration: Debug x86 ------
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\Install.MM.Management.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Client.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\Install.MM.Management.Plugins.Client.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Client.WPF.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\Install.MM.Management.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Client.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\Install.MM.Management.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Common.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\Install.MM.Platform.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Client.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\Install.MM.Platform.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Common.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\Install.MM.Platform.Controls.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.Common.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\Install.MM.Platform.Controls.WPF.Acrobat.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.Acrobat.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\Install.MM.Platform.Controls.WPF.Topaz.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.Topaz.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\Install.MM.Platform.Controls.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\Install.MM.Platform.Diagnostics.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Diagnostics.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\Install.MM.Platform.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Client.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\Install.MM.Platform.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Common.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\Install.MM.Platform.Plugins.Database.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Database.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\Install.MM.XPertJustice.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Client.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\Install.MM.XPertJustice.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Common.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\Install.MM.XPertJustice.Plugins.Client.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Client.WPF.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\Install.MM.XPertJustice.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Client.wixproj" -- FAILED.
C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\Install.MM.XPertJustice.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Common.wixproj" -- FAILED.
Done building project "Install.App.WindowsService.XPertJustice.wixproj" -- FAILED.

Build FAILED.
========== Build: 105 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Rob Mensching-6

Re: Problem trying to build .wixproj using v3.5.0605 w/VS2010

Reply Threaded More More options
Print post
Permalink
1. Usually that is caused by hyperactive virus scanners. Usually telling
them to ignore the temp drive makes things better.

2. Probably a bug. Can you file it?

John H. Bergman (XPedient Technologies) wrote:

> I have a Series of Wix Installers that include several Merge Modules, and several application installs.
>
> All of the MergeModules appear to build correctly, however, many now have SFN validation issues with ICE, so for now I disabled the Ice validation. (by the way, this appears to be a change from 3.0x, prior to conversion I did not have validation issues.
>
> Anyway  Below is the output from our install projects.
>
> There are basically two problems that I see here, and am not sure how to resolve them.
>
> 1. While Compiling MergeModules, I get one of these per Merge Module:  Directory In Use Errors (for example)
>         The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.------
>
> 2. When compiling the Setup Project, I get one of these per included Merge Module.
>         The target "GetResolvedReferencePaths" does not exist in the project
>
> I googled around, and could not find anything similar to these problems.
>
>
> Finally, I was going to update to the most recent version of Wix, however, last time, I had to recreate the .wixproj files, does anyone one if
> Build 3.5.0626 will work with .wixproj files created from 3.5.0605?
>
> Thanks for any insight you can provide.
> John
>
>
>
>
> =-=-=- Build Output from inside VS2010:
>
> ------ Build started: Project: Install.MM.XPertJustice.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Client.wixproj -dProjectName=Install.MM.XPertJustice.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\Install.MM.XPertJustice.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Client.msm -dTargetName=Install.MM.XPertJustice.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.msm -dApplication.XPertJustice.Model.Interfaces.Configuration=Debug -d"Application.XPertJustice.Model.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Model.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.Model.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Model.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.Model.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.ProjectName=XPedient.Application.XPertJustice.Model.Interfaces -dApplication.XPertJustice.Model.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Model.Interfaces.TargetExt=.dll -dApplication.XPertJustice.Model.Interfaces.TargetFileName=XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.TargetName=XPedient.Application.XPertJustice.Model.Interfaces -dApplication.XPertJustice.Model.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.Configuration=Debug -d"Application.XPertJustice.Presenter.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.Presenter.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.Presenter.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.ProjectName=XPedient.Application.XPertJustice.Presenter.Interfaces -dApplication.XPertJustice.Presenter.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Interfaces.TargetExt=.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetFileName=XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetName=XPedient.Application.XPertJustice.Presenter.Interfaces -dApplication.XPertJustice.Presenter.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Navigation.Configuration=Debug -d"Application.XPertJustice.Presenter.Navigation.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.Navigation.Platform=AnyCPU -dApplication.XPertJustice.Presenter.Navigation.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Navigation.ProjectExt=.dll -dApplication.XPertJustice.Presenter.Navigation.ProjectFileName=XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.ProjectName=XPedient.Application.XPertJustice.Presenter.Navigation -dApplication.XPertJustice.Presenter.Navigation.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Navigation.TargetExt=.dll -dApplication.XPertJustice.Presenter.Navigation.TargetFileName=XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.TargetName=XPedient.Application.XPertJustice.Presenter.Navigation -dApplication.XPertJustice.Presenter.Navigation.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.Configuration=Debug -d"Application.XPertJustice.Presenter.WorkflowActivityLibrary.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.Platform=AnyCPU -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectExt=.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectFileName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetExt=.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetFileName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Resources.Configuration=Debug -d"Application.XPertJustice.Resources.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Resources.Platform=AnyCPU -dApplication.XPertJustice.Resources.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Resources.ProjectExt=.dll -dApplication.XPertJustice.Resources.ProjectFileName=XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.ProjectName=XPedient.Application.XPertJustice.Resources -dApplication.XPertJustice.Resources.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Resources.TargetExt=.dll -dApplication.XPertJustice.Resources.TargetFileName=XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.TargetName=XPedient.Application.XPertJustice.Resources -dApplication.XPertJustice.Resources.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.View.Interfaces.Configuration=Debug -d"Application.XPertJustice.View.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.View.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.View.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.View.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.ProjectName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.TargetExt=.dll -dApplication.XPertJustice.View.Interfaces.TargetFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Plugins.Database, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Database.wixproj -dProjectName=Install.MM.Platform.Plugins.Database -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\Install.MM.Platform.Plugins.Database.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Database.msm -dTargetName=Install.MM.Platform.Plugins.Database -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.msm -dCore.Database.Plugins.ODBC.Configuration=Debug -d"Core.Database.Plugins.ODBC.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.ODBC.Platform=AnyCPU -dCore.Database.Plugins.ODBC.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.ODBC.ProjectExt=.dll -dCore.Database.Plugins.ODBC.ProjectFileName=XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.ProjectName=XPedient.Core.Database.Plugins.ODBC -dCore.Database.Plugins.ODBC.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.ODBC.TargetExt=.dll -dCore.Database.Plugins.ODBC.TargetFileName=XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.TargetName=XPedient.Core.Database.Plugins.ODBC -dCore.Database.Plugins.ODBC.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.OLEDB.Configuration=Debug -d"Core.Database.Plugins.OLEDB.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.OLEDB.Platform=AnyCPU -dCore.Database.Plugins.OLEDB.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.OLEDB.ProjectExt=.dll -dCore.Database.Plugins.OLEDB.ProjectFileName=XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.ProjectName=XPedient.Core.Database.Plugins.OLEDB -dCore.Database.Plugins.OLEDB.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.OLEDB.TargetExt=.dll -dCore.Database.Plugins.OLEDB.TargetFileName=XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.TargetName=XPedient.Core.Database.Plugins.OLEDB -dCore.Database.Plugins.OLEDB.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.SQL2005.Configuration=Debug -d"Core.Database.Plugins.SQL2005.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.SQL2005.Platform=AnyCPU -dCore.Database.Plugins.SQL2005.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.SQL2005.ProjectExt=.dll -dCore.Database.Plugins.SQL2005.ProjectFileName=XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.ProjectName=XPedient.Core.Database.Plugins.SQL2005 -dCore.Database.Plugins.SQL2005.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.SQL2005.TargetExt=.dll -dCore.Database.Plugins.SQL2005.TargetFileName=XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.TargetName=XPedient.Core.Database.Plugins.SQL2005 -dCore.Database.Plugins.SQL2005.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.SQL2005.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\jbwceq1l' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\jbwceq1l' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Common.wixproj -dProjectName=Install.MM.XPertJustice.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\Install.MM.XPertJustice.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Common.msm -dTargetName=Install.MM.XPertJustice.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.msm -dApplication.XPertJustice.Common.Configuration=Debug -d"Application.XPertJustice.Common.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Common.Platform=AnyCPU -dApplication.XPertJustice.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Common.ProjectExt=.dll -dApplication.XPertJustice.Common.ProjectFileName=XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.ProjectName=XPedient.Application.XPertJustice.Common -dApplication.XPertJustice.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Common.TargetExt=.dll -dApplication.XPertJustice.Common.TargetFileName=XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.TargetName=XPedient.Application.XPertJustice.Common -dApplication.XPertJustice.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\xqkjhh1g' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\xqkjhh1g' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Plugins.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Client.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\Install.MM.XPertJustice.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Client.msm -dTargetName=Install.MM.XPertJustice.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.msm -dApplication.XPertJustice.Plugins.Model.Client.Configuration=Debug -d"Application.XPertJustice.Plugins.Model.Client.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Model.Client.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Model.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Model.Client.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Model.Client.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.ProjectName=XPedient.Application.XPertJustice.Plugins.Model.Client -dApplication.XPertJustice.Plugins.Model.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Model.Client.TargetExt=.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetFileName=XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetName=XPedient.Application.XPertJustice.Plugins.Model.Client -dApplication.XPertJustice.Plugins.Model.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Presenter.Configuration=Debug -d"Application.XPertJustice.Plugins.Presenter.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Presenter.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Presenter.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Presenter.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Presenter.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.ProjectName=XPedient.Application.XPertJustice.Plugins.Presenter -dApplication.XPertJustice.Plugins.Presenter.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Presenter.TargetExt=.dll -dApplication.XPertJustice.Plugins.Presenter.TargetFileName=XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.TargetName=XPedient.Application.XPertJustice.Plugins.Presenter -dApplication.XPertJustice.Plugins.Presenter.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.View.Configuration=Debug -d"Application.XPertJustice.Plugins.View.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.View.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.ProjectName=XPedient.Application.XPertJustice.Plugins.View -dApplication.XPertJustice.Plugins.View.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.View.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.TargetName=XPedient.Application.XPertJustice.Plugins.View -dApplication.XPertJustice.Plugins.View.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.View.dll -dCore.Repository.Plugins.Client.Configuration=Debug -d"Core.Repository.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.Repository.Plugins.Client.Platform=AnyCPU -dCore.Repository.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Repository.Plugins.Client.ProjectExt=.dll -dCore.Repository.Plugins.Client.ProjectFileName=XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.ProjectName=XPedient.Core.Repository.Plugins.Client -dCore.Repository.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Repository.Plugins.Client.TargetExt=.dll -dCore.Repository.Plugins.Client.TargetFileName=XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.TargetName=XPedient.Core.Repository.Plugins.Client -dCore.Repository.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Repository.Plugins.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\m2nug2ol' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\m2nug2ol' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Plugins.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Common.wixproj -dProjectName=Install.MM.Platform.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\Install.MM.Platform.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Common.msm -dTargetName=Install.MM.Platform.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.msm -dCore.Data.Plugins.EventPublishers.Configuration=Debug -d"Core.Data.Plugins.EventPublishers.FullConfiguration=Debug|AnyCPU" -dCore.Data.Plugins.EventPublishers.Platform=AnyCPU -dCore.Data.Plugins.EventPublishers.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.EventPublishers.ProjectExt=.dll -dCore.Data.Plugins.EventPublishers.ProjectFileName=XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.ProjectName=XPedient.Core.Data.Plugins.EventPublishers -dCore.Data.Plugins.EventPublishers.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.EventPublishers.TargetExt=.dll -dCore.Data.Plugins.EventPublishers.TargetFileName=XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.TargetName=XPedient.Core.Data.Plugins.EventPublishers -dCore.Data.Plugins.EventPublishers.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.Validation.Configuration=Debug -d"Core.Data.Plugins.Validation.FullConfiguration=Debug|AnyCPU" -dCore.Data.Plugins.Validation.Platform=AnyCPU -dCore.Data.Plugins.Validation.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.Validation.ProjectExt=.dll -dCore.Data.Plugins.Validation.ProjectFileName=XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.ProjectName=XPedient.Core.Data.Plugins.Validation -dCore.Data.Plugins.Validation.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.Validation.TargetExt=.dll -dCore.Data.Plugins.Validation.TargetFileName=XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.TargetName=XPedient.Core.Data.Plugins.Validation -dCore.Data.Plugins.Validation.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.Validation.dll -dCore.Scripting.Plugins.ScriptLibrary.Configuration=Debug -d"Core.Scripting.Plugins.ScriptLibrary.FullConfiguration=Debug|AnyCPU" -dCore.Scripting.Plugins.ScriptLibrary.Platform=AnyCPU -dCore.Scripting.Plugins.ScriptLibrary.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Scripting.Plugins.ScriptLibrary.ProjectExt=.dll -dCore.Scripting.Plugins.ScriptLibrary.ProjectFileName=XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.ProjectName=XPedient.Core.Scripting.Plugins.ScriptLibrary -dCore.Scripting.Plugins.ScriptLibrary.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Scripting.Plugins.ScriptLibrary.TargetExt=.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetFileName=XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetName=XPedient.Core.Scripting.Plugins.ScriptLibrary -dCore.Scripting.Plugins.ScriptLibrary.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Plugins.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Client.wixproj -dProjectName=Install.MM.Platform.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\Install.MM.Platform.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Client.msm -dTargetName=Install.MM.Platform.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.msm -dCore.Data.DataManagement.Plugins.Client.Configuration=Debug -d"Core.Data.DataManagement.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.Data.DataManagement.Plugins.Client.Platform=AnyCPU -dCore.Data.DataManagement.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Data.DataManagement.Plugins.Client.ProjectExt=.dll -dCore.Data.DataManagement.Plugins.Client.ProjectFileName=XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.ProjectName=XPedient.Core.Data.DataManagement.Plugins.Client -dCore.Data.DataManagement.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Data.DataManagement.Plugins.Client.TargetExt=.dll -dCore.Data.DataManagement.Plugins.Client.TargetFileName=XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.TargetName=XPedient.Core.Data.DataManagement.Plugins.Client -dCore.Data.DataManagement.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.MetaData.Plugins.Model.Client.Configuration=Debug -d"Core.MetaData.Plugins.Model.Client.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.Plugins.Model.Client.Platform=AnyCPU -dCore.MetaData.Plugins.Model.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.MetaData.Plugins.Model.Client.ProjectExt=.dll -dCore.MetaData.Plugins.Model.Client.ProjectFileName=XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.ProjectName=XPedient.Core.MetaData.Plugins.Model.Client -dCore.MetaData.Plugins.Model.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.MetaData.Plugins.Model.Client.TargetExt=.dll -dCore.MetaData.Plugins.Model.Client.TargetFileName=XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.TargetName=XPedient.Core.MetaData.Plugins.Model.Client -dCore.MetaData.Plugins.Model.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.System.Plugins.Client.Configuration=Debug -d"Core.System.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.System.Plugins.Client.Platform=AnyCPU -dCore.System.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.System.Plugins.Client.ProjectExt=.dll -dCore.System.Plugins.Client.ProjectFileName=XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.ProjectName=XPedient.Core.System.Plugins.Client -dCore.System.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.System.Plugins.Client.TargetExt=.dll -dCore.System.Plugins.Client.TargetFileName=XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.TargetName=XPedient.Core.System.Plugins.Client -dCore.System.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.System.Plugins.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.XPertJustice.Plugins.Client.WPF, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Client.WPF.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Client.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\Install.MM.XPertJustice.Plugins.Client.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Client.WPF.msm -dTargetName=Install.MM.XPertJustice.Plugins.Client.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.msm -dApplication.XPertJustice.Plugins.View.WPF.X86.Configuration=Debug -d"Application.XPertJustice.Plugins.View.WPF.X86.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.WPF.X86.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86 -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86 -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.Configuration=Debug -d"Application.XPertJustice.Plugins.View.WPF.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.WPF.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.ProjectName=XPedient.Application.XPertJustice.Plugins.View.WPF -dApplication.XPertJustice.Plugins.View.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetName=XPedient.Application.XPertJustice.Plugins.View.WPF -dApplication.XPertJustice.Plugins.View.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.View.Interfaces.Configuration=Debug -d"Application.XPertJustice.View.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.View.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.View.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.View.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.ProjectName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.TargetExt=.dll -dApplication.XPertJustice.View.Interfaces.TargetFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\yxtjrmmd' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\yxtjrmmd' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Plugins.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Common.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\Install.MM.XPertJustice.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Common.msm -dTargetName=Install.MM.XPertJustice.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.msm -dApplication.XPertJustice.Plugins.Scripts.Configuration=Debug -d"Application.XPertJustice.Plugins.Scripts.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Scripts.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Scripts.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.Scripts.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Scripts.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.ProjectName=XPedient.Application.XPertJustice.Plugins.Scripts -dApplication.XPertJustice.Plugins.Scripts.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.Scripts.TargetExt=.dll -dApplication.XPertJustice.Plugins.Scripts.TargetFileName=XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.TargetName=XPedient.Application.XPertJustice.Plugins.Scripts -dApplication.XPertJustice.Plugins.Scripts.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.Scripts.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Diagnostics, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Diagnostics.wixproj -dProjectName=Install.MM.Platform.Diagnostics -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\Install.MM.Platform.Diagnostics.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Diagnostics.msm -dTargetName=Install.MM.Platform.Diagnostics -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.msm -dDiagnostics.Advanced.AMD64.Configuration=Debug -d"Diagnostics.Advanced.AMD64.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.AMD64.Platform=AnyCPU -dDiagnostics.Advanced.AMD64.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.AMD64.ProjectExt=.exe -dDiagnostics.Advanced.AMD64.ProjectFileName=XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.ProjectName=XPedient.Diagnostics.Advanced.AMD64 -dDiagnostics.Advanced.AMD64.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.AMD64.TargetExt=.exe -dDiagnostics.Advanced.AMD64.TargetFileName=XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.TargetName=XPedient.Diagnostics.Advanced.AMD64 -dDiagnostics.Advanced.AMD64.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.X86.Configuration=Debug -d"Diagnostics.Advanced.X86.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.X86.Platform=AnyCPU -dDiagnostics.Advanced.X86.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.X86.ProjectExt=.exe -dDiagnostics.Advanced.X86.ProjectFileName=XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.ProjectName=XPedient.Diagnostics.Advanced.X86 -dDiagnostics.Advanced.X86.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.X86.TargetExt=.exe -dDiagnostics.Advanced.X86.TargetFileName=XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.TargetName=XPedient.Diagnostics.Advanced.X86 -dDiagnostics.Advanced.X86.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.Configuration=Debug -d"Diagnostics.Advanced.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.Platform=AnyCPU -dDiagnostics.Advanced.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.ProjectExt=.dll -dDiagnostics.Advanced.ProjectFileName=XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.ProjectName=XPedient.Diagnostics.Advanced -dDiagnostics.Advanced.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.TargetExt=.dll -dDiagnostics.Advanced.TargetFileName=XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.TargetName=XPedient.Diagnostics.Advanced -dDiagnostics.Advanced.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.dll -dDiagnostics.Configuration=Debug -d"Diagnostics.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Platform=AnyCPU -dDiagnostics.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.ProjectExt=.dll -dDiagnostics.ProjectFileName=XPedient.Diagnostics.dll -dDiagnostics.ProjectName=XPedient.Diagnostics -dDiagnostics.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.dll -dDiagnostics.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.TargetExt=.dll -dDiagnostics.TargetFileName=XPedient.Diagnostics.dll -dDiagnostics.TargetName=XPedient.Diagnostics -dDiagnostics.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Controls.WPF.Topaz, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.Topaz.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.Topaz -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\Install.MM.Platform.Controls.WPF.Topaz.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.Topaz.msm -dTargetName=Install.MM.Platform.Controls.WPF.Topaz -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.msm -dCore.Data.Controls.WPF.Topaz.Configuration=Debug -d"Core.Data.Controls.WPF.Topaz.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Topaz.Platform=AnyCPU -dCore.Data.Controls.WPF.Topaz.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Topaz.ProjectExt=.dll -dCore.Data.Controls.WPF.Topaz.ProjectFileName=XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.ProjectName=XPedient.Core.Data.Controls.WPF.Topaz -dCore.Data.Controls.WPF.Topaz.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Topaz.TargetExt=.dll -dCore.Data.Controls.WPF.Topaz.TargetFileName=XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.TargetName=XPedient.Core.Data.Controls.WPF.Topaz -dCore.Data.Controls.WPF.Topaz.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Topaz.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Controls.WPF.FoxitSoftware, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.FoxitSoftware -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -dTargetName=Install.MM.Platform.Controls.WPF.FoxitSoftware -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.Configuration=Debug -d"Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.Platform=AnyCPU -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectExt=.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetExt=.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\j4wg5q4b' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\j4wg5q4b' is in use and cannot be deleted.------ Build started: Project: Interop.LiveScan.Return.Plugins.FileSystem, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Return.Plugins.FileSystem -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Return.Plugins.FileSystem.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Interop.LiveScan.Return.Plugins.ESB, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Return.Plugins.ESB -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Return.Plugins.ESB.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Interop.LiveScan.Submit.Plugins.FileSystem, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Submit.Plugins.FileSystem -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Submit.Plugins.FileSystem.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Interop.LiveScan.Submit.Plugins.ESB, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Submit.Plugins.ESB -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Submit.Plugins.ESB.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Install.MM.Platform.Controls.WPF.Acrobat, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.Acrobat.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.Acrobat -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\Install.MM.Platform.Controls.WPF.Acrobat.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.Acrobat.msm -dTargetName=Install.MM.Platform.Controls.WPF.Acrobat -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.msm -dCore.Data.Controls.WPF.PDFViewer.Configuration=Debug -d"Core.Data.Controls.WPF.PDFViewer.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.PDFViewer.Platform=AnyCPU -dCore.Data.Controls.WPF.PDFViewer.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.ProjectExt=.dll -dCore.Data.Controls.WPF.PDFViewer.ProjectFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.ProjectName=XPedient.Core.Data.Controls.WPF.PDFViewer -dCore.Data.Controls.WPF.PDFViewer.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.TargetExt=.dll -dCore.Data.Controls.WPF.PDFViewer.TargetFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.TargetName=XPedient.Core.Data.Controls.WPF.PDFViewer -dCore.Data.Controls.WPF.PDFViewer.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\vi1bjnkv' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\vi1bjnkv' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Controls.WPF, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.wixproj -dProjectName=Install.MM.Platform.Controls.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\Install.MM.Platform.Controls.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.msm -dTargetName=Install.MM.Platform.Controls.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.msm -dCore.Data.Controls.WPF.Custom.Configuration=Debug -d"Core.Data.Controls.WPF.Custom.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Custom.Platform=AnyCPU -dCore.Data.Controls.WPF.Custom.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Custom.ProjectExt=.dll -dCore.Data.Controls.WPF.Custom.ProjectFileName=XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.ProjectName=XPedient.Core.Data.Controls.WPF.Custom -dCore.Data.Controls.WPF.Custom.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Custom.TargetExt=.dll -dCore.Data.Controls.WPF.Custom.TargetFileName=XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.TargetName=XPedient.Core.Data.Controls.WPF.Custom -dCore.Data.Controls.WPF.Custom.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkitDesign.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkitDesign.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkitVisualStudioDesign.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkit.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkit.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkit.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkit.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkit.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkit.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit -dCore.Data.Controls.WPF.WPFToolkit.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkit.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit -dCore.Data.Controls.WPF.WPFToolkit.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.Configuration=Debug -d"Core.Data.Controls.WPF.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Platform=AnyCPU -dCore.Data.Controls.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.ProjectExt=.dll -dCore.Data.Controls.WPF.ProjectFileName=XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.ProjectName=XPedient.Core.Data.Controls.WPF -dCore.Data.Controls.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.TargetExt=.dll -dCore.Data.Controls.WPF.TargetFileName=XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.TargetName=XPedient.Core.Data.Controls.WPF -dCore.Data.Controls.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\vygktlbp' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\vygktlbp' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Controls.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.Common.wixproj -dProjectName=Install.MM.Platform.Controls.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\Install.MM.Platform.Controls.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.Common.msm -dTargetName=Install.MM.Platform.Controls.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.msm -dCore.Data.Controls.Common.Configuration=Debug -d"Core.Data.Controls.Common.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.Common.Platform=AnyCPU -dCore.Data.Controls.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.Common.ProjectExt=.dll -dCore.Data.Controls.Common.ProjectFileName=XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.ProjectName=XPedient.Core.Data.Controls.Common -dCore.Data.Controls.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.Common.TargetExt=.dll -dCore.Data.Controls.Common.TargetFileName=XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.TargetName=XPedient.Core.Data.Controls.Common -dCore.Data.Controls.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\qffvhutz' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\qffvhutz' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Common.wixproj -dProjectName=Install.MM.Platform.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\Install.MM.Platform.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Common.msm -dTargetName=Install.MM.Platform.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.msm -dApplication.Core.Common.Configuration=Debug -d"Application.Core.Common.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Common.Platform=AnyCPU -dApplication.Core.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Common.ProjectExt=.dll -dApplication.Core.Common.ProjectFileName=XPedient.Application.Core.Common.dll -dApplication.Core.Common.ProjectName=XPedient.Application.Core.Common -dApplication.Core.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Common.dll -dApplication.Core.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Common.TargetExt=.dll -dApplication.Core.Common.TargetFileName=XPedient.Application.Core.Common.dll -dApplication.Core.Common.TargetName=XPedient.Application.Core.Common -dApplication.Core.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Common.dll -dApplication.Core.Model.Configuration=Debug -d"Application.Core.Model.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Model.Platform=AnyCPU -dApplication.Core.Model.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Model.ProjectExt=.dll -dApplication.Core.Model.ProjectFileName=XPedient.Application.Core.Model.dll -dApplication.Core.Model.ProjectName=XPedient.Application.Core.Model -dApplication.Core.Model.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Model.dll -dApplication.Core.Model.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Model.TargetExt=.dll -dApplication.Core.Model.TargetFileName=XPedient.Application.Core.Model.dll -dApplication.Core.Model.TargetName=XPedient.Application.Core.Model -dApplication.Core.Model.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Model.dll -dApplication.Core.Presenter.Common.Configuration=Debug -d"Application.Core.Presenter.Common.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Presenter.Common.Platform=AnyCPU -dApplication.Core.Presenter.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.Common.ProjectExt=.dll -dApplication.Core.Presenter.Common.ProjectFileName=XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.ProjectName=XPedient.Application.Core.Presenter.Common -dApplication.Core.Presenter.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.Common.TargetExt=.dll -dApplication.Core.Presenter.Common.TargetFileName=XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.TargetName=XPedient.Application.Core.Presenter.Common -dApplication.Core.Presenter.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Configuration=Debug -d"Application.Core.Presenter.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Presenter.Platform=AnyCPU -dApplication.Core.Presenter.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.ProjectExt=.dll -dApplication.Core.Presenter.ProjectFileName=XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.ProjectName=XPedient.Application.Core.Presenter -dApplication.Core.Presenter.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.TargetExt=.dll -dApplication.Core.Presenter.TargetFileName=XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.TargetName=XPedient.Application.Core.Presenter -dApplication.Core.Presenter.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.dll -dApplication.Core.View.Configuration=Debug -d"Application.Core.View.FullConfiguration=Debug|AnyCPU" -dApplication.Core.View.Platform=AnyCPU -dApplication.Core.View.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.View.ProjectExt=.dll -dApplication.Core.View.ProjectFileName=XPedient.Application.Core.View.dll -dApplication.Core.View.ProjectName=XPedient.Application.Core.View -dApplication.Core.View.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.View.dll -dApplication.Core.View.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.View.TargetExt=.dll -dApplication.Core.View.TargetFileName=XPedient.Application.Core.View.dll -dApplication.Core.View.TargetName=XPedient.Application.Core.View -dApplication.Core.View.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.View.dll -dApplication.SoftwareUpdate.TrustedKeylist.Configuration=Debug -d"Application.SoftwareUpdate.TrustedKeylist.FullConfiguration=Debug|AnyCPU" -dApplication.SoftwareUpdate.TrustedKeylist.Platform=AnyCPU -dApplication.SoftwareUpdate.TrustedKeylist.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.SoftwareUpdate.TrustedKeylist.ProjectExt=.dll -dApplication.SoftwareUpdate.TrustedKeylist.ProjectFileName=XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.ProjectName=XPedient.Application.SoftwareUpdate.TrustedKeylist -dApplication.SoftwareUpdate.TrustedKeylist.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.SoftwareUpdate.TrustedKeylist.TargetExt=.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetFileName=XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetName=XPedient.Application.SoftwareUpdate.TrustedKeylist -dApplication.SoftwareUpdate.TrustedKeylist.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dCore.Communications.Configuration=Debug -d"Core.Communications.FullConfiguration=Debug|AnyCPU" -dCore.Communications.Platform=AnyCPU -dCore.Communications.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Communications.ProjectExt=.dll -dCore.Communications.ProjectFileName=XPedient.Core.Communications.dll -dCore.Communications.ProjectName=XPedient.Core.Communications -dCore.Communications.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Communications.dll -dCore.Communications.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Communications.TargetExt=.dll -dCore.Communications.TargetFileName=XPedient.Core.Communications.dll -dCore.Communications.TargetName=XPedient.Core.Communications -dCore.Communications.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Communications.dll -dCore.Data.Compression.Configuration=Debug -d"Core.Data.Compression.FullConfiguration=Debug|AnyCPU" -dCore.Data.Compression.Platform=AnyCPU -dCore.Data.Compression.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Compression.ProjectExt=.dll -dCore.Data.Compression.ProjectFileName=XPedient.Core.Data.Compression.dll -dCore.Data.Compression.ProjectName=XPedient.Core.Data.Compression -dCore.Data.Compression.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Compression.dll -dCore.Data.Compression.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Compression.TargetExt=.dll -dCore.Data.Compression.TargetFileName=XPedient.Core.Data.Compression.dll -dCore.Data.Compression.TargetName=XPedient.Core.Data.Compression -dCore.Data.Compression.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Compression.dll -dCore.Data.DataManagement.Configuration=Debug -d"Core.Data.DataManagement.FullConfiguration=Debug|AnyCPU" -dCore.Data.DataManagement.Platform=AnyCPU -dCore.Data.DataManagement.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DataManagement.ProjectExt=.dll -dCore.Data.DataManagement.ProjectFileName=XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.ProjectName=XPedient.Core.Data.DataManagement -dCore.Data.DataManagement.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DataManagement.TargetExt=.dll -dCore.Data.DataManagement.TargetFileName=XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.TargetName=XPedient.Core.Data.DataManagement -dCore.Data.DataManagement.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DataManagement.dll -dCore.Data.DTO.Configuration=Debug -d"Core.Data.DTO.FullConfiguration=Debug|AnyCPU" -dCore.Data.DTO.Platform=AnyCPU -dCore.Data.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DTO.ProjectExt=.dll -dCore.Data.DTO.ProjectFileName=XPedient.Core.Data.DTO.dll -dCore.Data.DTO.ProjectName=XPedient.Core.Data.DTO -dCore.Data.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DTO.dll -dCore.Data.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DTO.TargetExt=.dll -dCore.Data.DTO.TargetFileName=XPedient.Core.Data.DTO.dll -dCore.Data.DTO.TargetName=XPedient.Core.Data.DTO -dCore.Data.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DTO.dll -dCore.Database.Configuration=Debug -d"Core.Database.FullConfiguration=Debug|AnyCPU" -dCore.Database.Platform=AnyCPU -dCore.Database.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Database.ProjectExt=.dll -dCore.Database.ProjectFileName=XPedient.Core.Database.dll -dCore.Database.ProjectName=XPedient.Core.Database -dCore.Database.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Database.dll -dCore.Database.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Database.TargetExt=.dll -dCore.Database.TargetFileName=XPedient.Core.Database.dll -dCore.Database.TargetName=XPedient.Core.Database -dCore.Database.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Database.dll -dCore.Data.Configuration=Debug -d"Core.Data.FullConfiguration=Debug|AnyCPU" -dCore.Data.Platform=AnyCPU -dCore.Data.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.ProjectExt=.dll -dCore.Data.ProjectFileName=XPedient.Core.Data.dll -dCore.Data.ProjectName=XPedient.Core.Data -dCore.Data.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.dll -dCore.Data.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.TargetExt=.dll -dCore.Data.TargetFileName=XPedient.Core.Data.dll -dCore.Data.TargetName=XPedient.Core.Data -dCore.Data.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.dll -dCore.Interfaces.Configuration=Debug -d"Core.Interfaces.FullConfiguration=Debug|AnyCPU" -dCore.Interfaces.Platform=AnyCPU -dCore.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Interfaces.ProjectExt=.dll -dCore.Interfaces.ProjectFileName=XPedient.Core.Interfaces.dll -dCore.Interfaces.ProjectName=XPedient.Core.Interfaces -dCore.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Interfaces.dll -dCore.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Interfaces.TargetExt=.dll -dCore.Interfaces.TargetFileName=XPedient.Core.Interfaces.dll -dCore.Interfaces.TargetName=XPedient.Core.Interfaces -dCore.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Interfaces.dll -dCore.MetaData.DTO.Configuration=Debug -d"Core.MetaData.DTO.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.DTO.Platform=AnyCPU -dCore.MetaData.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.DTO.ProjectExt=.dll -dCore.MetaData.DTO.ProjectFileName=XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.ProjectName=XPedient.Core.MetaData.DTO -dCore.MetaData.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.DTO.TargetExt=.dll -dCore.MetaData.DTO.TargetFileName=XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.TargetName=XPedient.Core.MetaData.DTO -dCore.MetaData.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.DTO.dll -dCore.MetaData.Configuration=Debug -d"Core.MetaData.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.Platform=AnyCPU -dCore.MetaData.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.ProjectExt=.dll -dCore.MetaData.ProjectFileName=XPedient.Core.MetaData.dll -dCore.MetaData.ProjectName=XPedient.Core.MetaData -dCore.MetaData.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.dll -dCore.MetaData.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.TargetExt=.dll -dCore.MetaData.TargetFileName=XPedient.Core.MetaData.dll -dCore.MetaData.TargetName=XPedient.Core.MetaData -dCore.MetaData.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.dll -dCore.PluginManager.Configuration=Debug -d"Core.PluginManager.FullConfiguration=Debug|AnyCPU" -dCore.PluginManager.Platform=AnyCPU -dCore.PluginManager.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.PluginManager.ProjectExt=.dll -dCore.PluginManager.ProjectFileName=XPedient.Core.PluginManager.dll -dCore.PluginManager.ProjectName=XPedient.Core.PluginManager -dCore.PluginManager.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.PluginManager.dll -dCore.PluginManager.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.PluginManager.TargetExt=.dll -dCore.PluginManager.TargetFileName=XPedient.Core.PluginManager.dll -dCore.PluginManager.TargetName=XPedient.Core.PluginManager -dCore.PluginManager.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.PluginManager.dll -dCore.Repository.Configuration=Debug -d"Core.Repository.FullConfiguration=Debug|AnyCPU" -dCore.Repository.Platform=AnyCPU -dCore.Repository.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Repository.ProjectExt=.dll -dCore.Repository.ProjectFileName=XPedient.Core.Repository.dll -dCore.Repository.ProjectName=XPedient.Core.Repository -dCore.Repository.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Repository.dll -dCore.Repository.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Repository.TargetExt=.dll -dCore.Repository.TargetFileName=XPedient.Core.Repository.dll -dCore.Repository.TargetName=XPedient.Core.Repository -dCore.Repository.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Repository.dll -dCore.Scripting.Configuration=Debug -d"Core.Scripting.FullConfiguration=Debug|AnyCPU" -dCore.Scripting.Platform=AnyCPU -dCore.Scripting.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Scripting.ProjectExt=.dll -dCore.Scripting.ProjectFileName=XPedient.Core.Scripting.dll -dCore.Scripting.ProjectName=XPedient.Core.Scripting -dCore.Scripting.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Scripting.dll -dCore.Scripting.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Scripting.TargetExt=.dll -dCore.Scripting.TargetFileName=XPedient.Core.Scripting.dll -dCore.Scripting.TargetName=XPedient.Core.Scripting -dCore.Scripting.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Scripting.dll -dCore.WindowsAPI.Configuration=Debug -d"Core.WindowsAPI.FullConfiguration=Debug|AnyCPU" -dCore.WindowsAPI.Platform=AnyCPU -dCore.WindowsAPI.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.WindowsAPI.ProjectExt=.dll -dCore.WindowsAPI.ProjectFileName=XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.ProjectName=XPedient.Core.WindowsAPI -dCore.WindowsAPI.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.WindowsAPI.TargetExt=.dll -dCore.WindowsAPI.TargetFileName=XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.TargetName=XPedient.Core.WindowsAPI -dCore.WindowsAPI.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.WindowsAPI.dll -dCore.Configuration=Debug -d"Core.FullConfiguration=Debug|AnyCPU" -dCore.Platform=AnyCPU -dCore.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.ProjectExt=.dll -dCore.ProjectFileName=XPedient.Core.dll -dCore.ProjectName=XPedient.Core -dCore.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.dll -dCore.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.TargetExt=.dll -dCore.TargetFileName=XPedient.Core.dll -dCore.TargetName=XPedient.Core -dCore.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\sb0ks1va' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\sb0ks1va' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Client.wixproj -dProjectName=Install.MM.Platform.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\Install.MM.Platform.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Client.msm -dTargetName=Install.MM.Platform.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.msm -dApplication.ApplicationServer.DTO.Configuration=Debug -d"Application.ApplicationServer.DTO.FullConfiguration=Debug|AnyCPU" -dApplication.ApplicationServer.DTO.Platform=AnyCPU -dApplication.ApplicationServer.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ApplicationServer.DTO.ProjectExt=.dll -dApplication.ApplicationServer.DTO.ProjectFileName=XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.ProjectName=XPedient.Application.ApplicationServer.DTO -dApplication.ApplicationServer.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ApplicationServer.DTO.TargetExt=.dll -dApplication.ApplicationServer.DTO.TargetFileName=XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.TargetName=XPedient.Application.ApplicationServer.DTO -dApplication.ApplicationServer.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ApplicationServer.DTO.dll -dDevComponents.WpfDock.Configuration=Debug -d"DevComponents.WpfDock.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfDock.Platform=AnyCPU -dDevComponents.WpfDock.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfDock.ProjectExt=.dll -dDevComponents.WpfDock.ProjectFileName=DevComponents.WpfDock.dll -dDevComponents.WpfDock.ProjectName=DevComponents.WpfDock -dDevComponents.WpfDock.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfDock.dll -dDevComponents.WpfDock.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfDock.TargetExt=.dll -dDevComponents.WpfDock.TargetFileName=DevComponents.WpfDock.dll -dDevComponents.WpfDock.TargetName=DevComponents.WpfDock -dDevComponents.WpfDock.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfDock.dll -dDevComponents.WpfEditors.Configuration=Debug -d"DevComponents.WpfEditors.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfEditors.Platform=AnyCPU -dDevComponents.WpfEditors.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfEditors.ProjectExt=.dll -dDevComponents.WpfEditors.ProjectFileName=DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.ProjectName=DevComponents.WpfEditors -dDevComponents.WpfEditors.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfEditors.TargetExt=.dll -dDevComponents.WpfEditors.TargetFileName=DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.TargetName=DevComponents.WpfEditors -dDevComponents.WpfEditors.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfEditors.dll -dDevComponents.WpfRibbon.Configuration=Debug -d"DevComponents.WpfRibbon.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfRibbon.Platform=AnyCPU -dDevComponents.WpfRibbon.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfRibbon.ProjectExt=.dll -dDevComponents.WpfRibbon.ProjectFileName=DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.ProjectName=DevComponents.WpfRibbon -dDevComponents.WpfRibbon.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfRibbon.TargetExt=.dll -dDevComponents.WpfRibbon.TargetFileName=DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.TargetName=DevComponents.WpfRibbon -dDevComponents.WpfRibbon.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfRibbon.dll -dDevComponents.WpfSchedule.Configuration=Debug -d"DevComponents.WpfSchedule.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfSchedule.Platform=AnyCPU -dDevComponents.WpfSchedule.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfSchedule.ProjectExt=.dll -dDevComponents.WpfSchedule.ProjectFileName=DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.ProjectName=DevComponents.WpfSchedule -dDevComponents.WpfSchedule.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfSchedule.TargetExt=.dll -dDevComponents.WpfSchedule.TargetFileName=DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.TargetName=DevComponents.WpfSchedule -dDevComponents.WpfSchedule.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfSchedule.dll -dInterop.Windows.SmartCard.Configuration=Debug -d"Interop.Windows.SmartCard.FullConfiguration=Debug|AnyCPU" -dInterop.Windows.SmartCard.Platform=AnyCPU -dInterop.Windows.SmartCard.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dInterop.Windows.SmartCard.ProjectExt=.dll -dInterop.Windows.SmartCard.ProjectFileName=XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.ProjectName=XPedient.Interop.Windows.SmartCard -dInterop.Windows.SmartCard.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dInterop.Windows.SmartCard.TargetExt=.dll -dInterop.Windows.SmartCard.TargetFileName=XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.TargetName=XPedient.Interop.Windows.SmartCard -dInterop.Windows.SmartCard.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Interop.Windows.SmartCard.dll -dXceed.Wpf.Controls.Configuration=Debug -d"Xceed.Wpf.Controls.FullConfiguration=Debug|AnyCPU" -dXceed.Wpf.Controls.Platform=AnyCPU -dXceed.Wpf.Controls.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.Controls.ProjectExt=.dll -dXceed.Wpf.Controls.ProjectFileName=Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.ProjectName=Xceed.Wpf.Controls -dXceed.Wpf.Controls.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.Controls.TargetExt=.dll -dXceed.Wpf.Controls.TargetFileName=Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.TargetName=Xceed.Wpf.Controls -dXceed.Wpf.Controls.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.Controls.dll -dXceed.Wpf.DataGrid.Configuration=Debug -d"Xceed.Wpf.DataGrid.FullConfiguration=Debug|AnyCPU" -dXceed.Wpf.DataGrid.Platform=AnyCPU -dXceed.Wpf.DataGrid.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.DataGrid.ProjectExt=.dll -dXceed.Wpf.DataGrid.ProjectFileName=Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.ProjectName=Xceed.Wpf.DataGrid -dXceed.Wpf.DataGrid.ProjectPath=C:\XP2010\XPertJustic
> e\Working\XPedient\bin\core\debug\Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.DataGrid.TargetExt=.dll -dXceed.Wpf.DataGrid.TargetFileName=Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.TargetName=Xceed.Wpf.DataGrid -dXceed.Wpf.DataGrid.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.DataGrid.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\zsnm3euc' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\zsnm3euc' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Plugins.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Common.wixproj -dProjectName=Install.MM.Management.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\Install.MM.Management.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Common.msm -dTargetName=Install.MM.Management.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.msm -dApplication.ManagementServer.Plugins.Authorization.Common.Configuration=Debug -d"Application.ManagementServer.Plugins.Authorization.Common.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authorization.Common.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectName=XPedient.Application.ManagementServer.Plugins.Authorization.Common -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.ManagementServer.Plugins.Authorization.Common.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetName=XPedient.Application.ManagementServer.Plugins.Authorization.Common -dApplication.ManagementServer.Plugins.Authorization.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\bex0kodf' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\bex0kodf' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Plugins.Client.WPF, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Client.WPF.wixproj -dProjectName=Install.MM.Management.Plugins.Client.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\Install.MM.Management.Plugins.Client.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Client.WPF.msm -dTargetName=Install.MM.Management.Plugins.Client.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.msm -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Native.WPF.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\12ruu2a1' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\12ruu2a1' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Client.wixproj -dProjectName=Install.MM.Management.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\Install.MM.Management.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Client.msm -dTargetName=Install.MM.Management.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.msm -dApplication.ManagementServer.Core.Authentication.Native.Configuration=Debug -d"Application.ManagementServer.Core.Authentication.Native.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Core.Authentication.Native.Platform=AnyCPU -dApplication.ManagementServer.Core.Authentication.Native.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.Authentication.Native.ProjectExt=.dll -dApplication.ManagementServer.Core.Authentication.Native.ProjectFileName=XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.ProjectName=XPedient.Application.ManagementServer.Core.Authentication.Nativ -dApplication.ManagementServer.Core.Authentication.Native.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.Authentication.Native.TargetExt=.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetFileName=XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetName=XPedient.Application.ManagementServer.Core.Authentication.Nativ -dApplication.ManagementServer.Core.Authentication.Native.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Configuration=Debug -d"Application.ManagementServer.Core.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Core.Platform=AnyCPU -dApplication.ManagementServer.Core.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.ProjectExt=.dll -dApplication.ManagementServer.Core.ProjectFileName=XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.ProjectName=XPedient.Application.ManagementServer.Core -dApplication.ManagementServer.Core.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.TargetExt=.dll -dApplication.ManagementServer.Core.TargetFileName=XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.TargetName=XPedient.Application.ManagementServer.Core -dApplication.ManagementServer.Core.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Interfaces.Configuration=Debug -d"Application.ManagementServer.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Interfaces.Platform=AnyCPU -dApplication.ManagementServer.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Interfaces.ProjectExt=.dll -dApplication.ManagementServer.Interfaces.ProjectFileName=XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.ProjectName=XPedient.Application.ManagementServer.Interfaces -dApplication.ManagementServer.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Interfaces.TargetExt=.dll -dApplication.ManagementServer.Interfaces.TargetFileName=XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.TargetName=XPedient.Application.ManagementServer.Interfaces -dApplication.ManagementServer.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\obpqws0u' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\obpqws0u' is in use and cannot be deleted.------ Build started: Project: Application.Host.WindowsService, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Application.Host.WindowsService -> C:\XP2010\XPertJustice\Working\XPedient\Application.Host.WindowsService\bin\Debug\XPedient.Application.Host.WindowsService.exe
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Install.MM.Management.Plugins.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Client.wixproj -dProjectName=Install.MM.Management.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\Install.MM.Management.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Client.msm -dTargetName=Install.MM.Management.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.msm -dApplication.ManagementServer.Plugins.Authentication.Global.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Global.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Global.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.LDAP.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Native.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Native.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Management.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Management.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Management.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Management.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Management.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Management.Client -dApplication.ManagementServer.Plugins.Management.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Management.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Management.Client -dApplication.ManagementServer.Plugins.Management.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Management.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\pzvdgevp' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\pzvdgevp' is in use and cannot be deleted.
>
>
>
>
>
> ************************************************************************************************************************
> ************************************************************************************************************************
> I inserted a few blank lines so you can see where the actual Setup Project buids, the above were all MERGEMODULES.
> ************************************************************************************************************************
> ************************************************************************************************************************
>
>
>
> ------ Build started: Project: Install.App.WindowsService.XPertJustice, Configuration: Debug x86 ------
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\Install.MM.Management.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\Install.MM.Management.Plugins.Client.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Client.WPF.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\Install.MM.Management.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\Install.MM.Management.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\Install.MM.Platform.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\Install.MM.Platform.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\Install.MM.Platform.Controls.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\Install.MM.Platform.Controls.WPF.Acrobat.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.Acrobat.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\Install.MM.Platform.Controls.WPF.Topaz.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.Topaz.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\Install.MM.Platform.Controls.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\Install.MM.Platform.Diagnostics.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Diagnostics.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\Install.MM.Platform.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\Install.MM.Platform.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\Install.MM.Platform.Plugins.Database.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Database.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\Install.MM.XPertJustice.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\Install.MM.XPertJustice.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\Install.MM.XPertJustice.Plugins.Client.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Client.WPF.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\Install.MM.XPertJustice.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\Install.MM.XPertJustice.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Common.wixproj" -- FAILED.
> Done building project "Install.App.WindowsService.XPertJustice.wixproj" -- FAILED.
>
> Build FAILED.
> ========== Build: 105 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
>
>
>
>
>
>
>
>
> Received: from BAY0-XMR-002.phx.gbl (65.54.241.43) by
>  BL2PRD0102HT001.prod.exchangelabs.com (10.6.5.38) with Microsoft SMTP Server
>  id 14.0.482.27; Sun, 28 Jun 2009 20:26:32 +0000
> Received: from mail pickup service by BAY0-XMR-002.phx.gbl with Microsoft
>  SMTPSVC; Sun, 28 Jun 2009 13:26:30 -0700
> X-Routing-Domain: pod51000.labs.exchange.phx.gbl
> X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0xO0Q9MTtTQ0w9MA=
> X-Message-Status: n:0
> X-SID-PRA: John H. Bergman (XPedient Technologies) <[hidden email]>
> X-Message-Info: R00BdL5giqpEbMg4GZtP4U5FyUtXHDNqJyyMWAeNMuEAtuzV9A8U33hopQvJZo6DHr7Ar90rutJSOFU0wRemrCimwXDczyvF
> Received: from lists.sourceforge.net ([216.34.181.88]) by
>  bay0-pamc1-f4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sun,
>  28 Jun 2009 13:26:29 -0700
> Received: from localhost ([127.0.0.1] helo=s-ml-1.v29.ch3.sourceforge.com)
> by 235xhf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from
>  <[hidden email]>) id 1ML0wn-0007Cz-MU; Sun, 28 Jun
>  2009 20:25:57 +0000
> Received: from sfi-mx-4.v28.ch3.sourceforge.com ([172.29.28.124]
> helo=.sourceforge.net) by 235xhf1.ch3.sourceforge.com with esmtp (Exim
>  4.69) (envelope-from <[hidden email]>) id
>  1ML0wk-0007CY-MP for [hidden email]; Sun, 28 Jun 2009
>  20:25:54 +0000
> X-ACL-Warn:
> Received: from dsl10-17.1scom.net ([66.182.222.17]
> helo=change.xpedienttechnologies.com) by 1b2kzd1.ch3.sourceforge.com with
>  esmtps (TLSv1:RC4-MD5:128) (Exim 4.69) id 1ML0wh-0005Y6-0u for
>  [hidden email]; Sun, 28 Jun 2009 20:25:54 +0000
> Received: from Exchange.XPedientTechnologies.com ([192.168.98.12]) by
> Exchange.XPedientTechnologies.com ([192.168.98.12]) with mapi; Sun, 28 Jun
>  2009 15:14:50 -0500
> From: "John H. Bergman (XPedient Technologies)"
> <[hidden email]>
> To: General discussion for Windows Installer XML toolset.
> <[hidden email]>
> Date: Sun, 28 Jun 2009 15:13:49 -0500
> Thread-Topic: Problem trying to build .wixproj using v3.5.0605 w/VS2010
> Thread-Index: AcnNdqsvRsalj8zcRD+iQM0YD0kOVAqtNOxA
> Message-ID: <[hidden email]>
> References: <[hidden email]>
> In-Reply-To: <[hidden email]>
> Accept-Language: en-US
> Content-Language: en-US
> X-MS-Has-Attach:
> X-MS-TNEF-Correlator:
> acceptlanguage: en-US
> X-Sender-Verify: failed, postmaster
> X-Spam-Score: 0.6 (/)
> X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
> See http://spamassassin.org/tag/ for more details.
> 0.5 VA_SENDER_VERIFY_POSTMASTER Unable to Verify [hidden email]
> 0.1 RDNS_DYNAMIC           Delivered to trusted network by host with
> dynamic-looking rDNS
> X-Headers-End: 1ML0wh-0005Y6-0u
> Subject: [WiX-users] Problem trying to build .wixproj using v3.5.0605
> w/VS2010
> X-BeenThere: [hidden email]
> X-Mailman-Version: 2.1.9
> Precedence: list
> Reply-To: General discussion for Windows Installer XML toolset.
> <[hidden email]>
> List-Id: "General discussion for Windows Installer XML toolset."
> <wix-users.lists.sourceforge.net>
> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/wix-users>,
> <mailto:[hidden email]?subject=subscribe>
> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=x-users>
> List-Post: <mailto:[hidden email]>
> List-Help: <mailto:[hidden email]?subject=lp>
> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/wix-users>,
> <mailto:[hidden email]?subject=bscribe>
> Content-Type: text/plain; charset=s-ascii"
> Content-Transfer-Encoding: quoted-printable
> Errors-To: [hidden email]
> Return-Path: [hidden email]
> X-OriginalArrivalTime: 28 Jun 2009 20:26:29.0379 (UTC) FILETIME=7DEDD30:01C9F82E]
> X-MS-Exchange-Organization-OriginalArrivalTime: 28 Jun 2009 20:26:29.0000
>  (UTC)
> X-MS-Exchange-Organization-AuthSource: BL2PRD0102HT001.prod.exchangelabs.com
> X-MS-Exchange-Organization-AuthAs: Anonymous
> X-MS-Exchange-Organization-OriginalClientIPAddress: 216.34.181.88
> X-MS-Exchange-Organization-MessageLatency: SRVºy0-pamc1-f4.bay0.hotmail.com:TOTAL=1
> X-MS-Exchange-Organization-MessageLatency: SRVºY0-XMR-002.phx.gbl:TOTAL=2
> X-MS-Exchange-Organization-MessageDirectionality: Incoming
> X-MS-Exchange-Organization-SCL: 1
> X-MS-Exchange-Organization-OriginalSize: 137228
> X-MS-Exchange-Forest-MessageScope: 18f8f54f-111e-4609-818d-7e53ebe01da7
> X-MS-Exchange-Organization-MessageScope: 18f8f54f-111e-4609-818d-7e53ebe01da7
> X-MS-Exchange-Organization-HygienePolicy: Standard
> X-MS-Exchange-Organization-AVStamp-Mailbox: MSFTFF;1;0;0 0 0
> X-MS-Exchange-Organization-Recipient-Limit-Verified: True
> X-MS-Exchange-Organization-Processed-By-Journaling: Journal Agent
> MIME-Version: 1.0
>
> I have a Series of Wix Installers that include several Merge Modules, and several application installs.
>
> All of the MergeModules appear to build correctly, however, many now have SFN validation issues with ICE, so for now I disabled the Ice validation. (by the way, this appears to be a change from 3.0x, prior to conversion I did not have validation issues.
>
> Anyway  Below is the output from our install projects.
>
> There are basically two problems that I see here, and am not sure how to resolve them.
>
> 1. While Compiling MergeModules, I get one of these per Merge Module:  Directory In Use Errors (for example)
>         The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.------
>
> 2. When compiling the Setup Project, I get one of these per included Merge Module.
>         The target "GetResolvedReferencePaths" does not exist in the project
>
> I googled around, and could not find anything similar to these problems.
>
>
> Finally, I was going to update to the most recent version of Wix, however, last time, I had to recreate the .wixproj files, does anyone one if
> Build 3.5.0626 will work with .wixproj files created from 3.5.0605?
>
> Thanks for any insight you can provide.
> John
>
>
>
>
> =-=-=- Build Output from inside VS2010:
>
> ------ Build started: Project: Install.MM.XPertJustice.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Client.wixproj -dProjectName=Install.MM.XPertJustice.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\Install.MM.XPertJustice.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Client.msm -dTargetName=Install.MM.XPertJustice.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.msm -dApplication.XPertJustice.Model.Interfaces.Configuration=Debug -d"Application.XPertJustice.Model.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Model.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.Model.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Model.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.Model.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.ProjectName=XPedient.Application.XPertJustice.Model.Interfaces -dApplication.XPertJustice.Model.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Model.Interfaces.TargetExt=.dll -dApplication.XPertJustice.Model.Interfaces.TargetFileName=XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Model.Interfaces.TargetName=XPedient.Application.XPertJustice.Model.Interfaces -dApplication.XPertJustice.Model.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Model.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.Configuration=Debug -d"Application.XPertJustice.Presenter.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.Presenter.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.Presenter.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.ProjectName=XPedient.Application.XPertJustice.Presenter.Interfaces -dApplication.XPertJustice.Presenter.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Interfaces.TargetExt=.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetFileName=XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Interfaces.TargetName=XPedient.Application.XPertJustice.Presenter.Interfaces -dApplication.XPertJustice.Presenter.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Interfaces.dll -dApplication.XPertJustice.Presenter.Navigation.Configuration=Debug -d"Application.XPertJustice.Presenter.Navigation.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.Navigation.Platform=AnyCPU -dApplication.XPertJustice.Presenter.Navigation.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Navigation.ProjectExt=.dll -dApplication.XPertJustice.Presenter.Navigation.ProjectFileName=XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.ProjectName=XPedient.Application.XPertJustice.Presenter.Navigation -dApplication.XPertJustice.Presenter.Navigation.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.Navigation.TargetExt=.dll -dApplication.XPertJustice.Presenter.Navigation.TargetFileName=XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.Navigation.TargetName=XPedient.Application.XPertJustice.Presenter.Navigation -dApplication.XPertJustice.Presenter.Navigation.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.Navigation.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.Configuration=Debug -d"Application.XPertJustice.Presenter.WorkflowActivityLibrary.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.Platform=AnyCPU -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectExt=.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectFileName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetExt=.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetFileName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetName=XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary -dApplication.XPertJustice.Presenter.WorkflowActivityLibrary.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Presenter.WorkflowActivityLibrary.dll -dApplication.XPertJustice.Resources.Configuration=Debug -d"Application.XPertJustice.Resources.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Resources.Platform=AnyCPU -dApplication.XPertJustice.Resources.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Resources.ProjectExt=.dll -dApplication.XPertJustice.Resources.ProjectFileName=XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.ProjectName=XPedient.Application.XPertJustice.Resources -dApplication.XPertJustice.Resources.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Resources.TargetExt=.dll -dApplication.XPertJustice.Resources.TargetFileName=XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.Resources.TargetName=XPedient.Application.XPertJustice.Resources -dApplication.XPertJustice.Resources.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Resources.dll -dApplication.XPertJustice.View.Interfaces.Configuration=Debug -d"Application.XPertJustice.View.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.View.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.View.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.View.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.ProjectName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.TargetExt=.dll -dApplication.XPertJustice.View.Interfaces.TargetFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\z0lxiwsl' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Plugins.Database, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Database.wixproj -dProjectName=Install.MM.Platform.Plugins.Database -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\Install.MM.Platform.Plugins.Database.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Database.msm -dTargetName=Install.MM.Platform.Plugins.Database -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.msm -dCore.Database.Plugins.ODBC.Configuration=Debug -d"Core.Database.Plugins.ODBC.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.ODBC.Platform=AnyCPU -dCore.Database.Plugins.ODBC.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.ODBC.ProjectExt=.dll -dCore.Database.Plugins.ODBC.ProjectFileName=XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.ProjectName=XPedient.Core.Database.Plugins.ODBC -dCore.Database.Plugins.ODBC.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.ODBC.TargetExt=.dll -dCore.Database.Plugins.ODBC.TargetFileName=XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.ODBC.TargetName=XPedient.Core.Database.Plugins.ODBC -dCore.Database.Plugins.ODBC.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.ODBC.dll -dCore.Database.Plugins.OLEDB.Configuration=Debug -d"Core.Database.Plugins.OLEDB.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.OLEDB.Platform=AnyCPU -dCore.Database.Plugins.OLEDB.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.OLEDB.ProjectExt=.dll -dCore.Database.Plugins.OLEDB.ProjectFileName=XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.ProjectName=XPedient.Core.Database.Plugins.OLEDB -dCore.Database.Plugins.OLEDB.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.OLEDB.TargetExt=.dll -dCore.Database.Plugins.OLEDB.TargetFileName=XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.OLEDB.TargetName=XPedient.Core.Database.Plugins.OLEDB -dCore.Database.Plugins.OLEDB.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.OLEDB.dll -dCore.Database.Plugins.SQL2005.Configuration=Debug -d"Core.Database.Plugins.SQL2005.FullConfiguration=Debug|AnyCPU" -dCore.Database.Plugins.SQL2005.Platform=AnyCPU -dCore.Database.Plugins.SQL2005.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.SQL2005.ProjectExt=.dll -dCore.Database.Plugins.SQL2005.ProjectFileName=XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.ProjectName=XPedient.Core.Database.Plugins.SQL2005 -dCore.Database.Plugins.SQL2005.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Database.Plugins.SQL2005.TargetExt=.dll -dCore.Database.Plugins.SQL2005.TargetFileName=XPedient.Core.Database.Plugins.SQL2005.dll -dCore.Database.Plugins.SQL2005.TargetName=XPedient.Core.Database.Plugins.SQL2005 -dCore.Database.Plugins.SQL2005.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Database.Plugins.SQL2005.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Database.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\jbwceq1l' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\jbwceq1l' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Common.wixproj -dProjectName=Install.MM.XPertJustice.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\Install.MM.XPertJustice.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Common.msm -dTargetName=Install.MM.XPertJustice.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.msm -dApplication.XPertJustice.Common.Configuration=Debug -d"Application.XPertJustice.Common.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Common.Platform=AnyCPU -dApplication.XPertJustice.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Common.ProjectExt=.dll -dApplication.XPertJustice.Common.ProjectFileName=XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.ProjectName=XPedient.Application.XPertJustice.Common -dApplication.XPertJustice.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.Common.TargetExt=.dll -dApplication.XPertJustice.Common.TargetFileName=XPedient.Application.XPertJustice.Common.dll -dApplication.XPertJustice.Common.TargetName=XPedient.Application.XPertJustice.Common -dApplication.XPertJustice.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\xqkjhh1g' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\xqkjhh1g' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Plugins.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Client.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\Install.MM.XPertJustice.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Client.msm -dTargetName=Install.MM.XPertJustice.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.msm -dApplication.XPertJustice.Plugins.Model.Client.Configuration=Debug -d"Application.XPertJustice.Plugins.Model.Client.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Model.Client.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Model.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Model.Client.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Model.Client.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.ProjectName=XPedient.Application.XPertJustice.Plugins.Model.Client -dApplication.XPertJustice.Plugins.Model.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Model.Client.TargetExt=.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetFileName=XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Model.Client.TargetName=XPedient.Application.XPertJustice.Plugins.Model.Client -dApplication.XPertJustice.Plugins.Model.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Model.Client.dll -dApplication.XPertJustice.Plugins.Presenter.Configuration=Debug -d"Application.XPertJustice.Plugins.Presenter.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Presenter.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Presenter.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Presenter.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Presenter.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.ProjectName=XPedient.Application.XPertJustice.Plugins.Presenter -dApplication.XPertJustice.Plugins.Presenter.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.Presenter.TargetExt=.dll -dApplication.XPertJustice.Plugins.Presenter.TargetFileName=XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.Presenter.TargetName=XPedient.Application.XPertJustice.Plugins.Presenter -dApplication.XPertJustice.Plugins.Presenter.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.Presenter.dll -dApplication.XPertJustice.Plugins.View.Configuration=Debug -d"Application.XPertJustice.Plugins.View.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.View.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.ProjectName=XPedient.Application.XPertJustice.Plugins.View -dApplication.XPertJustice.Plugins.View.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.View.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.dll -dApplication.XPertJustice.Plugins.View.TargetName=XPedient.Application.XPertJustice.Plugins.View -dApplication.XPertJustice.Plugins.View.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.View.dll -dCore.Repository.Plugins.Client.Configuration=Debug -d"Core.Repository.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.Repository.Plugins.Client.Platform=AnyCPU -dCore.Repository.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Repository.Plugins.Client.ProjectExt=.dll -dCore.Repository.Plugins.Client.ProjectFileName=XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.ProjectName=XPedient.Core.Repository.Plugins.Client -dCore.Repository.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Repository.Plugins.Client.TargetExt=.dll -dCore.Repository.Plugins.Client.TargetFileName=XPedient.Core.Repository.Plugins.Client.dll -dCore.Repository.Plugins.Client.TargetName=XPedient.Core.Repository.Plugins.Client -dCore.Repository.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Repository.Plugins.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\m2nug2ol' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\m2nug2ol' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Plugins.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Common.wixproj -dProjectName=Install.MM.Platform.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\Install.MM.Platform.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Common.msm -dTargetName=Install.MM.Platform.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.msm -dCore.Data.Plugins.EventPublishers.Configuration=Debug -d"Core.Data.Plugins.EventPublishers.FullConfiguration=Debug|AnyCPU" -dCore.Data.Plugins.EventPublishers.Platform=AnyCPU -dCore.Data.Plugins.EventPublishers.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.EventPublishers.ProjectExt=.dll -dCore.Data.Plugins.EventPublishers.ProjectFileName=XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.ProjectName=XPedient.Core.Data.Plugins.EventPublishers -dCore.Data.Plugins.EventPublishers.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.EventPublishers.TargetExt=.dll -dCore.Data.Plugins.EventPublishers.TargetFileName=XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.EventPublishers.TargetName=XPedient.Core.Data.Plugins.EventPublishers -dCore.Data.Plugins.EventPublishers.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.EventPublishers.dll -dCore.Data.Plugins.Validation.Configuration=Debug -d"Core.Data.Plugins.Validation.FullConfiguration=Debug|AnyCPU" -dCore.Data.Plugins.Validation.Platform=AnyCPU -dCore.Data.Plugins.Validation.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.Validation.ProjectExt=.dll -dCore.Data.Plugins.Validation.ProjectFileName=XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.ProjectName=XPedient.Core.Data.Plugins.Validation -dCore.Data.Plugins.Validation.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Data.Plugins.Validation.TargetExt=.dll -dCore.Data.Plugins.Validation.TargetFileName=XPedient.Core.Data.Plugins.Validation.dll -dCore.Data.Plugins.Validation.TargetName=XPedient.Core.Data.Plugins.Validation -dCore.Data.Plugins.Validation.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Data.Plugins.Validation.dll -dCore.Scripting.Plugins.ScriptLibrary.Configuration=Debug -d"Core.Scripting.Plugins.ScriptLibrary.FullConfiguration=Debug|AnyCPU" -dCore.Scripting.Plugins.ScriptLibrary.Platform=AnyCPU -dCore.Scripting.Plugins.ScriptLibrary.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Scripting.Plugins.ScriptLibrary.ProjectExt=.dll -dCore.Scripting.Plugins.ScriptLibrary.ProjectFileName=XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.ProjectName=XPedient.Core.Scripting.Plugins.ScriptLibrary -dCore.Scripting.Plugins.ScriptLibrary.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dCore.Scripting.Plugins.ScriptLibrary.TargetExt=.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetFileName=XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -dCore.Scripting.Plugins.ScriptLibrary.TargetName=XPedient.Core.Scripting.Plugins.ScriptLibrary -dCore.Scripting.Plugins.ScriptLibrary.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Core.Scripting.Plugins.ScriptLibrary.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Plugins.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Plugins.Client.wixproj -dProjectName=Install.MM.Platform.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\Install.MM.Platform.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Plugins.Client.msm -dTargetName=Install.MM.Platform.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.msm -dCore.Data.DataManagement.Plugins.Client.Configuration=Debug -d"Core.Data.DataManagement.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.Data.DataManagement.Plugins.Client.Platform=AnyCPU -dCore.Data.DataManagement.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Data.DataManagement.Plugins.Client.ProjectExt=.dll -dCore.Data.DataManagement.Plugins.Client.ProjectFileName=XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.ProjectName=XPedient.Core.Data.DataManagement.Plugins.Client -dCore.Data.DataManagement.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.Data.DataManagement.Plugins.Client.TargetExt=.dll -dCore.Data.DataManagement.Plugins.Client.TargetFileName=XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.Data.DataManagement.Plugins.Client.TargetName=XPedient.Core.Data.DataManagement.Plugins.Client -dCore.Data.DataManagement.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.Data.DataManagement.Plugins.Client.dll -dCore.MetaData.Plugins.Model.Client.Configuration=Debug -d"Core.MetaData.Plugins.Model.Client.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.Plugins.Model.Client.Platform=AnyCPU -dCore.MetaData.Plugins.Model.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.MetaData.Plugins.Model.Client.ProjectExt=.dll -dCore.MetaData.Plugins.Model.Client.ProjectFileName=XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.ProjectName=XPedient.Core.MetaData.Plugins.Model.Client -dCore.MetaData.Plugins.Model.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.MetaData.Plugins.Model.Client.TargetExt=.dll -dCore.MetaData.Plugins.Model.Client.TargetFileName=XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.MetaData.Plugins.Model.Client.TargetName=XPedient.Core.MetaData.Plugins.Model.Client -dCore.MetaData.Plugins.Model.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.MetaData.Plugins.Model.Client.dll -dCore.System.Plugins.Client.Configuration=Debug -d"Core.System.Plugins.Client.FullConfiguration=Debug|AnyCPU" -dCore.System.Plugins.Client.Platform=AnyCPU -dCore.System.Plugins.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.System.Plugins.Client.ProjectExt=.dll -dCore.System.Plugins.Client.ProjectFileName=XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.ProjectName=XPedient.Core.System.Plugins.Client -dCore.System.Plugins.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dCore.System.Plugins.Client.TargetExt=.dll -dCore.System.Plugins.Client.TargetFileName=XPedient.Core.System.Plugins.Client.dll -dCore.System.Plugins.Client.TargetName=XPedient.Core.System.Plugins.Client -dCore.System.Plugins.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Core.System.Plugins.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.XPertJustice.Plugins.Client.WPF, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Client.WPF.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Client.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\Install.MM.XPertJustice.Plugins.Client.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Client.WPF.msm -dTargetName=Install.MM.XPertJustice.Plugins.Client.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.msm -dApplication.XPertJustice.Plugins.View.WPF.X86.Configuration=Debug -d"Application.XPertJustice.Plugins.View.WPF.X86.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.WPF.X86.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86 -dApplication.XPertJustice.Plugins.View.WPF.X86.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetName=XPedient.Application.XPertJustice.Plugins.View.WPF.X86 -dApplication.XPertJustice.Plugins.View.WPF.X86.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.X86.dll -dApplication.XPertJustice.Plugins.View.WPF.Configuration=Debug -d"Application.XPertJustice.Plugins.View.WPF.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.View.WPF.Platform=AnyCPU -dApplication.XPertJustice.Plugins.View.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.ProjectExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.ProjectFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.ProjectName=XPedient.Application.XPertJustice.Plugins.View.WPF -dApplication.XPertJustice.Plugins.View.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.XPertJustice.Plugins.View.WPF.TargetExt=.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetFileName=XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.Plugins.View.WPF.TargetName=XPedient.Application.XPertJustice.Plugins.View.WPF -dApplication.XPertJustice.Plugins.View.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.XPertJustice.Plugins.View.WPF.dll -dApplication.XPertJustice.View.Interfaces.Configuration=Debug -d"Application.XPertJustice.View.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.View.Interfaces.Platform=AnyCPU -dApplication.XPertJustice.View.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.ProjectExt=.dll -dApplication.XPertJustice.View.Interfaces.ProjectFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.ProjectName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\ -dApplication.XPertJustice.View.Interfaces.TargetExt=.dll -dApplication.XPertJustice.View.Interfaces.TargetFileName=XPedient.Application.XPertJustice.View.Interfaces.dll -dApplication.XPertJustice.View.Interfaces.TargetName=XPedient.Application.XPertJustice.View.Interfaces -dApplication.XPertJustice.View.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\XPertJustice\debug\XPedient.Application.XPertJustice.View.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Client.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\yxtjrmmd' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\yxtjrmmd' is in use and cannot be deleted.------ Build started: Project: Install.MM.XPertJustice.Plugins.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.XPertJustice.Plugins.Common.wixproj -dProjectName=Install.MM.XPertJustice.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\Install.MM.XPertJustice.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.XPertJustice.Plugins.Common.msm -dTargetName=Install.MM.XPertJustice.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.msm -dApplication.XPertJustice.Plugins.Scripts.Configuration=Debug -d"Application.XPertJustice.Plugins.Scripts.FullConfiguration=Debug|AnyCPU" -dApplication.XPertJustice.Plugins.Scripts.Platform=AnyCPU -dApplication.XPertJustice.Plugins.Scripts.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.Scripts.ProjectExt=.dll -dApplication.XPertJustice.Plugins.Scripts.ProjectFileName=XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.ProjectName=XPedient.Application.XPertJustice.Plugins.Scripts -dApplication.XPertJustice.Plugins.Scripts.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.XPertJustice.Plugins.Scripts.TargetExt=.dll -dApplication.XPertJustice.Plugins.Scripts.TargetFileName=XPedient.Application.XPertJustice.Plugins.Scripts.dll -dApplication.XPertJustice.Plugins.Scripts.TargetName=XPedient.Application.XPertJustice.Plugins.Scripts -dApplication.XPertJustice.Plugins.Scripts.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.XPertJustice.Plugins.Scripts.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.XPertJustice.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Diagnostics, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Diagnostics.wixproj -dProjectName=Install.MM.Platform.Diagnostics -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\Install.MM.Platform.Diagnostics.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Diagnostics.msm -dTargetName=Install.MM.Platform.Diagnostics -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.msm -dDiagnostics.Advanced.AMD64.Configuration=Debug -d"Diagnostics.Advanced.AMD64.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.AMD64.Platform=AnyCPU -dDiagnostics.Advanced.AMD64.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.AMD64.ProjectExt=.exe -dDiagnostics.Advanced.AMD64.ProjectFileName=XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.ProjectName=XPedient.Diagnostics.Advanced.AMD64 -dDiagnostics.Advanced.AMD64.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.AMD64.TargetExt=.exe -dDiagnostics.Advanced.AMD64.TargetFileName=XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.AMD64.TargetName=XPedient.Diagnostics.Advanced.AMD64 -dDiagnostics.Advanced.AMD64.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.AMD64.exe -dDiagnostics.Advanced.X86.Configuration=Debug -d"Diagnostics.Advanced.X86.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.X86.Platform=AnyCPU -dDiagnostics.Advanced.X86.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.X86.ProjectExt=.exe -dDiagnostics.Advanced.X86.ProjectFileName=XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.ProjectName=XPedient.Diagnostics.Advanced.X86 -dDiagnostics.Advanced.X86.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.X86.TargetExt=.exe -dDiagnostics.Advanced.X86.TargetFileName=XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.X86.TargetName=XPedient.Diagnostics.Advanced.X86 -dDiagnostics.Advanced.X86.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.X86.exe -dDiagnostics.Advanced.Configuration=Debug -d"Diagnostics.Advanced.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Advanced.Platform=AnyCPU -dDiagnostics.Advanced.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.ProjectExt=.dll -dDiagnostics.Advanced.ProjectFileName=XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.ProjectName=XPedient.Diagnostics.Advanced -dDiagnostics.Advanced.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.Advanced.TargetExt=.dll -dDiagnostics.Advanced.TargetFileName=XPedient.Diagnostics.Advanced.dll -dDiagnostics.Advanced.TargetName=XPedient.Diagnostics.Advanced -dDiagnostics.Advanced.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.Advanced.dll -dDiagnostics.Configuration=Debug -d"Diagnostics.FullConfiguration=Debug|AnyCPU" -dDiagnostics.Platform=AnyCPU -dDiagnostics.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.ProjectExt=.dll -dDiagnostics.ProjectFileName=XPedient.Diagnostics.dll -dDiagnostics.ProjectName=XPedient.Diagnostics -dDiagnostics.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.dll -dDiagnostics.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDiagnostics.TargetExt=.dll -dDiagnostics.TargetFileName=XPedient.Diagnostics.dll -dDiagnostics.TargetName=XPedient.Diagnostics -dDiagnostics.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Diagnostics.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Diagnostics.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Controls.WPF.Topaz, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.Topaz.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.Topaz -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\Install.MM.Platform.Controls.WPF.Topaz.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.Topaz.msm -dTargetName=Install.MM.Platform.Controls.WPF.Topaz -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.msm -dCore.Data.Controls.WPF.Topaz.Configuration=Debug -d"Core.Data.Controls.WPF.Topaz.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Topaz.Platform=AnyCPU -dCore.Data.Controls.WPF.Topaz.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Topaz.ProjectExt=.dll -dCore.Data.Controls.WPF.Topaz.ProjectFileName=XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.ProjectName=XPedient.Core.Data.Controls.WPF.Topaz -dCore.Data.Controls.WPF.Topaz.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Topaz.TargetExt=.dll -dCore.Data.Controls.WPF.Topaz.TargetFileName=XPedient.Core.Data.Controls.WPF.Topaz.dll -dCore.Data.Controls.WPF.Topaz.TargetName=XPedient.Core.Data.Controls.WPF.Topaz -dCore.Data.Controls.WPF.Topaz.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Topaz.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Topaz.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> ------ Build started: Project: Install.MM.Platform.Controls.WPF.FoxitSoftware, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.FoxitSoftware -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -dTargetName=Install.MM.Platform.Controls.WPF.FoxitSoftware -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.Configuration=Debug -d"Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.Platform=AnyCPU -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectExt=.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetExt=.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetName=XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware -dCore.Data.Controls.WPF.PDFViewer.FoxitSoftware.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.FoxitSoftware.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\j4wg5q4b' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\j4wg5q4b' is in use and cannot be deleted.------ Build started: Project: Interop.LiveScan.Return.Plugins.FileSystem, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Return.Plugins.FileSystem -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Return.Plugins.FileSystem.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Interop.LiveScan.Return.Plugins.ESB, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Return.Plugins.ESB -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Return.Plugins.ESB.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Interop.LiveScan.Submit.Plugins.FileSystem, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Submit.Plugins.FileSystem -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Submit.Plugins.FileSystem.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Interop.LiveScan.Submit.Plugins.ESB, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Interop.LiveScan.Submit.Plugins.ESB -> C:\XP2010\XPertJustice\Working\XPedient\bin\ServicePlugins\debug\XPedient.Interop.LiveScan.Submit.Plugins.ESB.dll
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Install.MM.Platform.Controls.WPF.Acrobat, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.Acrobat.wixproj -dProjectName=Install.MM.Platform.Controls.WPF.Acrobat -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\Install.MM.Platform.Controls.WPF.Acrobat.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.Acrobat.msm -dTargetName=Install.MM.Platform.Controls.WPF.Acrobat -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.msm -dCore.Data.Controls.WPF.PDFViewer.Configuration=Debug -d"Core.Data.Controls.WPF.PDFViewer.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.PDFViewer.Platform=AnyCPU -dCore.Data.Controls.WPF.PDFViewer.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.ProjectExt=.dll -dCore.Data.Controls.WPF.PDFViewer.ProjectFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.ProjectName=XPedient.Core.Data.Controls.WPF.PDFViewer -dCore.Data.Controls.WPF.PDFViewer.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.PDFViewer.TargetExt=.dll -dCore.Data.Controls.WPF.PDFViewer.TargetFileName=XPedient.Core.Data.Controls.WPF.PDFViewer.dll -dCore.Data.Controls.WPF.PDFViewer.TargetName=XPedient.Core.Data.Controls.WPF.PDFViewer -dCore.Data.Controls.WPF.PDFViewer.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.PDFViewer.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.Acrobat.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\vi1bjnkv' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\vi1bjnkv' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Controls.WPF, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.WPF.wixproj -dProjectName=Install.MM.Platform.Controls.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\Install.MM.Platform.Controls.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.WPF.msm -dTargetName=Install.MM.Platform.Controls.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.msm -dCore.Data.Controls.WPF.Custom.Configuration=Debug -d"Core.Data.Controls.WPF.Custom.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Custom.Platform=AnyCPU -dCore.Data.Controls.WPF.Custom.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Custom.ProjectExt=.dll -dCore.Data.Controls.WPF.Custom.ProjectFileName=XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.ProjectName=XPedient.Core.Data.Controls.WPF.Custom -dCore.Data.Controls.WPF.Custom.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.Custom.TargetExt=.dll -dCore.Data.Controls.WPF.Custom.TargetFileName=XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.Custom.TargetName=XPedient.Core.Data.Controls.WPF.Custom -dCore.Data.Controls.WPF.Custom.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.Custom.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkitDesign.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkitDesign.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design -dCore.Data.Controls.WPF.WPFToolkitDesign.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit.Design -dCore.Data.Controls.WPF.WPFToolkitDesign.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkitVisualStudioDesign.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design -dCore.Data.Controls.WPF.WPFToolkitVisualStudioDesign.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.VisualStudio.Design.dll -dCore.Data.Controls.WPF.WPFToolkit.Configuration=Debug -d"Core.Data.Controls.WPF.WPFToolkit.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.WPFToolkit.Platform=AnyCPU -dCore.Data.Controls.WPF.WPFToolkit.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkit.ProjectExt=.dll -dCore.Data.Controls.WPF.WPFToolkit.ProjectFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.ProjectName=XPedient.Core.Data.Controls.WPF.WPFToolkit -dCore.Data.Controls.WPF.WPFToolkit.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.WPFToolkit.TargetExt=.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetFileName=XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.WPFToolkit.TargetName=XPedient.Core.Data.Controls.WPF.WPFToolkit -dCore.Data.Controls.WPF.WPFToolkit.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.WPFToolkit.dll -dCore.Data.Controls.WPF.Configuration=Debug -d"Core.Data.Controls.WPF.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.WPF.Platform=AnyCPU -dCore.Data.Controls.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.ProjectExt=.dll -dCore.Data.Controls.WPF.ProjectFileName=XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.ProjectName=XPedient.Core.Data.Controls.WPF -dCore.Data.Controls.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.WPF.TargetExt=.dll -dCore.Data.Controls.WPF.TargetFileName=XPedient.Core.Data.Controls.WPF.dll -dCore.Data.Controls.WPF.TargetName=XPedient.Core.Data.Controls.WPF -dCore.Data.Controls.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.WPF.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\vygktlbp' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\vygktlbp' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Controls.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Controls.Common.wixproj -dProjectName=Install.MM.Platform.Controls.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\Install.MM.Platform.Controls.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Controls.Common.msm -dTargetName=Install.MM.Platform.Controls.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.msm -dCore.Data.Controls.Common.Configuration=Debug -d"Core.Data.Controls.Common.FullConfiguration=Debug|AnyCPU" -dCore.Data.Controls.Common.Platform=AnyCPU -dCore.Data.Controls.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.Common.ProjectExt=.dll -dCore.Data.Controls.Common.ProjectFileName=XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.ProjectName=XPedient.Core.Data.Controls.Common -dCore.Data.Controls.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Controls.Common.TargetExt=.dll -dCore.Data.Controls.Common.TargetFileName=XPedient.Core.Data.Controls.Common.dll -dCore.Data.Controls.Common.TargetName=XPedient.Core.Data.Controls.Common -dCore.Data.Controls.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Controls.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Controls.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\qffvhutz' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\qffvhutz' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Common.wixproj -dProjectName=Install.MM.Platform.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\Install.MM.Platform.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Common.msm -dTargetName=Install.MM.Platform.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.msm -dApplication.Core.Common.Configuration=Debug -d"Application.Core.Common.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Common.Platform=AnyCPU -dApplication.Core.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Common.ProjectExt=.dll -dApplication.Core.Common.ProjectFileName=XPedient.Application.Core.Common.dll -dApplication.Core.Common.ProjectName=XPedient.Application.Core.Common -dApplication.Core.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Common.dll -dApplication.Core.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Common.TargetExt=.dll -dApplication.Core.Common.TargetFileName=XPedient.Application.Core.Common.dll -dApplication.Core.Common.TargetName=XPedient.Application.Core.Common -dApplication.Core.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Common.dll -dApplication.Core.Model.Configuration=Debug -d"Application.Core.Model.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Model.Platform=AnyCPU -dApplication.Core.Model.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Model.ProjectExt=.dll -dApplication.Core.Model.ProjectFileName=XPedient.Application.Core.Model.dll -dApplication.Core.Model.ProjectName=XPedient.Application.Core.Model -dApplication.Core.Model.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Model.dll -dApplication.Core.Model.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Model.TargetExt=.dll -dApplication.Core.Model.TargetFileName=XPedient.Application.Core.Model.dll -dApplication.Core.Model.TargetName=XPedient.Application.Core.Model -dApplication.Core.Model.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Model.dll -dApplication.Core.Presenter.Common.Configuration=Debug -d"Application.Core.Presenter.Common.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Presenter.Common.Platform=AnyCPU -dApplication.Core.Presenter.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.Common.ProjectExt=.dll -dApplication.Core.Presenter.Common.ProjectFileName=XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.ProjectName=XPedient.Application.Core.Presenter.Common -dApplication.Core.Presenter.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.Common.TargetExt=.dll -dApplication.Core.Presenter.Common.TargetFileName=XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Common.TargetName=XPedient.Application.Core.Presenter.Common -dApplication.Core.Presenter.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.Common.dll -dApplication.Core.Presenter.Configuration=Debug -d"Application.Core.Presenter.FullConfiguration=Debug|AnyCPU" -dApplication.Core.Presenter.Platform=AnyCPU -dApplication.Core.Presenter.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.ProjectExt=.dll -dApplication.Core.Presenter.ProjectFileName=XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.ProjectName=XPedient.Application.Core.Presenter -dApplication.Core.Presenter.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.Presenter.TargetExt=.dll -dApplication.Core.Presenter.TargetFileName=XPedient.Application.Core.Presenter.dll -dApplication.Core.Presenter.TargetName=XPedient.Application.Core.Presenter -dApplication.Core.Presenter.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.Presenter.dll -dApplication.Core.View.Configuration=Debug -d"Application.Core.View.FullConfiguration=Debug|AnyCPU" -dApplication.Core.View.Platform=AnyCPU -dApplication.Core.View.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.View.ProjectExt=.dll -dApplication.Core.View.ProjectFileName=XPedient.Application.Core.View.dll -dApplication.Core.View.ProjectName=XPedient.Application.Core.View -dApplication.Core.View.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.View.dll -dApplication.Core.View.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.Core.View.TargetExt=.dll -dApplication.Core.View.TargetFileName=XPedient.Application.Core.View.dll -dApplication.Core.View.TargetName=XPedient.Application.Core.View -dApplication.Core.View.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.Core.View.dll -dApplication.SoftwareUpdate.TrustedKeylist.Configuration=Debug -d"Application.SoftwareUpdate.TrustedKeylist.FullConfiguration=Debug|AnyCPU" -dApplication.SoftwareUpdate.TrustedKeylist.Platform=AnyCPU -dApplication.SoftwareUpdate.TrustedKeylist.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.SoftwareUpdate.TrustedKeylist.ProjectExt=.dll -dApplication.SoftwareUpdate.TrustedKeylist.ProjectFileName=XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.ProjectName=XPedient.Application.SoftwareUpdate.TrustedKeylist -dApplication.SoftwareUpdate.TrustedKeylist.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.SoftwareUpdate.TrustedKeylist.TargetExt=.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetFileName=XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dApplication.SoftwareUpdate.TrustedKeylist.TargetName=XPedient.Application.SoftwareUpdate.TrustedKeylist -dApplication.SoftwareUpdate.TrustedKeylist.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.SoftwareUpdate.TrustedKeylist.dll -dCore.Communications.Configuration=Debug -d"Core.Communications.FullConfiguration=Debug|AnyCPU" -dCore.Communications.Platform=AnyCPU -dCore.Communications.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Communications.ProjectExt=.dll -dCore.Communications.ProjectFileName=XPedient.Core.Communications.dll -dCore.Communications.ProjectName=XPedient.Core.Communications -dCore.Communications.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Communications.dll -dCore.Communications.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Communications.TargetExt=.dll -dCore.Communications.TargetFileName=XPedient.Core.Communications.dll -dCore.Communications.TargetName=XPedient.Core.Communications -dCore.Communications.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Communications.dll -dCore.Data.Compression.Configuration=Debug -d"Core.Data.Compression.FullConfiguration=Debug|AnyCPU" -dCore.Data.Compression.Platform=AnyCPU -dCore.Data.Compression.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Compression.ProjectExt=.dll -dCore.Data.Compression.ProjectFileName=XPedient.Core.Data.Compression.dll -dCore.Data.Compression.ProjectName=XPedient.Core.Data.Compression -dCore.Data.Compression.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Compression.dll -dCore.Data.Compression.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.Compression.TargetExt=.dll -dCore.Data.Compression.TargetFileName=XPedient.Core.Data.Compression.dll -dCore.Data.Compression.TargetName=XPedient.Core.Data.Compression -dCore.Data.Compression.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.Compression.dll -dCore.Data.DataManagement.Configuration=Debug -d"Core.Data.DataManagement.FullConfiguration=Debug|AnyCPU" -dCore.Data.DataManagement.Platform=AnyCPU -dCore.Data.DataManagement.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DataManagement.ProjectExt=.dll -dCore.Data.DataManagement.ProjectFileName=XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.ProjectName=XPedient.Core.Data.DataManagement -dCore.Data.DataManagement.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DataManagement.TargetExt=.dll -dCore.Data.DataManagement.TargetFileName=XPedient.Core.Data.DataManagement.dll -dCore.Data.DataManagement.TargetName=XPedient.Core.Data.DataManagement -dCore.Data.DataManagement.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DataManagement.dll -dCore.Data.DTO.Configuration=Debug -d"Core.Data.DTO.FullConfiguration=Debug|AnyCPU" -dCore.Data.DTO.Platform=AnyCPU -dCore.Data.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DTO.ProjectExt=.dll -dCore.Data.DTO.ProjectFileName=XPedient.Core.Data.DTO.dll -dCore.Data.DTO.ProjectName=XPedient.Core.Data.DTO -dCore.Data.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DTO.dll -dCore.Data.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.DTO.TargetExt=.dll -dCore.Data.DTO.TargetFileName=XPedient.Core.Data.DTO.dll -dCore.Data.DTO.TargetName=XPedient.Core.Data.DTO -dCore.Data.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.DTO.dll -dCore.Database.Configuration=Debug -d"Core.Database.FullConfiguration=Debug|AnyCPU" -dCore.Database.Platform=AnyCPU -dCore.Database.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Database.ProjectExt=.dll -dCore.Database.ProjectFileName=XPedient.Core.Database.dll -dCore.Database.ProjectName=XPedient.Core.Database -dCore.Database.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Database.dll -dCore.Database.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Database.TargetExt=.dll -dCore.Database.TargetFileName=XPedient.Core.Database.dll -dCore.Database.TargetName=XPedient.Core.Database -dCore.Database.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Database.dll -dCore.Data.Configuration=Debug -d"Core.Data.FullConfiguration=Debug|AnyCPU" -dCore.Data.Platform=AnyCPU -dCore.Data.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.ProjectExt=.dll -dCore.Data.ProjectFileName=XPedient.Core.Data.dll -dCore.Data.ProjectName=XPedient.Core.Data -dCore.Data.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.dll -dCore.Data.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Data.TargetExt=.dll -dCore.Data.TargetFileName=XPedient.Core.Data.dll -dCore.Data.TargetName=XPedient.Core.Data -dCore.Data.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Data.dll -dCore.Interfaces.Configuration=Debug -d"Core.Interfaces.FullConfiguration=Debug|AnyCPU" -dCore.Interfaces.Platform=AnyCPU -dCore.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Interfaces.ProjectExt=.dll -dCore.Interfaces.ProjectFileName=XPedient.Core.Interfaces.dll -dCore.Interfaces.ProjectName=XPedient.Core.Interfaces -dCore.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Interfaces.dll -dCore.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Interfaces.TargetExt=.dll -dCore.Interfaces.TargetFileName=XPedient.Core.Interfaces.dll -dCore.Interfaces.TargetName=XPedient.Core.Interfaces -dCore.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Interfaces.dll -dCore.MetaData.DTO.Configuration=Debug -d"Core.MetaData.DTO.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.DTO.Platform=AnyCPU -dCore.MetaData.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.DTO.ProjectExt=.dll -dCore.MetaData.DTO.ProjectFileName=XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.ProjectName=XPedient.Core.MetaData.DTO -dCore.MetaData.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.DTO.TargetExt=.dll -dCore.MetaData.DTO.TargetFileName=XPedient.Core.MetaData.DTO.dll -dCore.MetaData.DTO.TargetName=XPedient.Core.MetaData.DTO -dCore.MetaData.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.DTO.dll -dCore.MetaData.Configuration=Debug -d"Core.MetaData.FullConfiguration=Debug|AnyCPU" -dCore.MetaData.Platform=AnyCPU -dCore.MetaData.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.ProjectExt=.dll -dCore.MetaData.ProjectFileName=XPedient.Core.MetaData.dll -dCore.MetaData.ProjectName=XPedient.Core.MetaData -dCore.MetaData.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.dll -dCore.MetaData.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.MetaData.TargetExt=.dll -dCore.MetaData.TargetFileName=XPedient.Core.MetaData.dll -dCore.MetaData.TargetName=XPedient.Core.MetaData -dCore.MetaData.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.MetaData.dll -dCore.PluginManager.Configuration=Debug -d"Core.PluginManager.FullConfiguration=Debug|AnyCPU" -dCore.PluginManager.Platform=AnyCPU -dCore.PluginManager.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.PluginManager.ProjectExt=.dll -dCore.PluginManager.ProjectFileName=XPedient.Core.PluginManager.dll -dCore.PluginManager.ProjectName=XPedient.Core.PluginManager -dCore.PluginManager.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.PluginManager.dll -dCore.PluginManager.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.PluginManager.TargetExt=.dll -dCore.PluginManager.TargetFileName=XPedient.Core.PluginManager.dll -dCore.PluginManager.TargetName=XPedient.Core.PluginManager -dCore.PluginManager.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.PluginManager.dll -dCore.Repository.Configuration=Debug -d"Core.Repository.FullConfiguration=Debug|AnyCPU" -dCore.Repository.Platform=AnyCPU -dCore.Repository.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Repository.ProjectExt=.dll -dCore.Repository.ProjectFileName=XPedient.Core.Repository.dll -dCore.Repository.ProjectName=XPedient.Core.Repository -dCore.Repository.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Repository.dll -dCore.Repository.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Repository.TargetExt=.dll -dCore.Repository.TargetFileName=XPedient.Core.Repository.dll -dCore.Repository.TargetName=XPedient.Core.Repository -dCore.Repository.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Repository.dll -dCore.Scripting.Configuration=Debug -d"Core.Scripting.FullConfiguration=Debug|AnyCPU" -dCore.Scripting.Platform=AnyCPU -dCore.Scripting.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Scripting.ProjectExt=.dll -dCore.Scripting.ProjectFileName=XPedient.Core.Scripting.dll -dCore.Scripting.ProjectName=XPedient.Core.Scripting -dCore.Scripting.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Scripting.dll -dCore.Scripting.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.Scripting.TargetExt=.dll -dCore.Scripting.TargetFileName=XPedient.Core.Scripting.dll -dCore.Scripting.TargetName=XPedient.Core.Scripting -dCore.Scripting.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.Scripting.dll -dCore.WindowsAPI.Configuration=Debug -d"Core.WindowsAPI.FullConfiguration=Debug|AnyCPU" -dCore.WindowsAPI.Platform=AnyCPU -dCore.WindowsAPI.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.WindowsAPI.ProjectExt=.dll -dCore.WindowsAPI.ProjectFileName=XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.ProjectName=XPedient.Core.WindowsAPI -dCore.WindowsAPI.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.WindowsAPI.TargetExt=.dll -dCore.WindowsAPI.TargetFileName=XPedient.Core.WindowsAPI.dll -dCore.WindowsAPI.TargetName=XPedient.Core.WindowsAPI -dCore.WindowsAPI.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.WindowsAPI.dll -dCore.Configuration=Debug -d"Core.FullConfiguration=Debug|AnyCPU" -dCore.Platform=AnyCPU -dCore.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.ProjectExt=.dll -dCore.ProjectFileName=XPedient.Core.dll -dCore.ProjectName=XPedient.Core -dCore.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.dll -dCore.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dCore.TargetExt=.dll -dCore.TargetFileName=XPedient.Core.dll -dCore.TargetName=XPedient.Core -dCore.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Core.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\sb0ks1va' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\sb0ks1va' is in use and cannot be deleted.------ Build started: Project: Install.MM.Platform.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Platform.Client.wixproj -dProjectName=Install.MM.Platform.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\Install.MM.Platform.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Platform.Client.msm -dTargetName=Install.MM.Platform.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.msm -dApplication.ApplicationServer.DTO.Configuration=Debug -d"Application.ApplicationServer.DTO.FullConfiguration=Debug|AnyCPU" -dApplication.ApplicationServer.DTO.Platform=AnyCPU -dApplication.ApplicationServer.DTO.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ApplicationServer.DTO.ProjectExt=.dll -dApplication.ApplicationServer.DTO.ProjectFileName=XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.ProjectName=XPedient.Application.ApplicationServer.DTO -dApplication.ApplicationServer.DTO.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ApplicationServer.DTO.TargetExt=.dll -dApplication.ApplicationServer.DTO.TargetFileName=XPedient.Application.ApplicationServer.DTO.dll -dApplication.ApplicationServer.DTO.TargetName=XPedient.Application.ApplicationServer.DTO -dApplication.ApplicationServer.DTO.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ApplicationServer.DTO.dll -dDevComponents.WpfDock.Configuration=Debug -d"DevComponents.WpfDock.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfDock.Platform=AnyCPU -dDevComponents.WpfDock.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfDock.ProjectExt=.dll -dDevComponents.WpfDock.ProjectFileName=DevComponents.WpfDock.dll -dDevComponents.WpfDock.ProjectName=DevComponents.WpfDock -dDevComponents.WpfDock.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfDock.dll -dDevComponents.WpfDock.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfDock.TargetExt=.dll -dDevComponents.WpfDock.TargetFileName=DevComponents.WpfDock.dll -dDevComponents.WpfDock.TargetName=DevComponents.WpfDock -dDevComponents.WpfDock.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfDock.dll -dDevComponents.WpfEditors.Configuration=Debug -d"DevComponents.WpfEditors.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfEditors.Platform=AnyCPU -dDevComponents.WpfEditors.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfEditors.ProjectExt=.dll -dDevComponents.WpfEditors.ProjectFileName=DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.ProjectName=DevComponents.WpfEditors -dDevComponents.WpfEditors.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfEditors.TargetExt=.dll -dDevComponents.WpfEditors.TargetFileName=DevComponents.WpfEditors.dll -dDevComponents.WpfEditors.TargetName=DevComponents.WpfEditors -dDevComponents.WpfEditors.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfEditors.dll -dDevComponents.WpfRibbon.Configuration=Debug -d"DevComponents.WpfRibbon.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfRibbon.Platform=AnyCPU -dDevComponents.WpfRibbon.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfRibbon.ProjectExt=.dll -dDevComponents.WpfRibbon.ProjectFileName=DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.ProjectName=DevComponents.WpfRibbon -dDevComponents.WpfRibbon.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfRibbon.TargetExt=.dll -dDevComponents.WpfRibbon.TargetFileName=DevComponents.WpfRibbon.dll -dDevComponents.WpfRibbon.TargetName=DevComponents.WpfRibbon -dDevComponents.WpfRibbon.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfRibbon.dll -dDevComponents.WpfSchedule.Configuration=Debug -d"DevComponents.WpfSchedule.FullConfiguration=Debug|AnyCPU" -dDevComponents.WpfSchedule.Platform=AnyCPU -dDevComponents.WpfSchedule.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfSchedule.ProjectExt=.dll -dDevComponents.WpfSchedule.ProjectFileName=DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.ProjectName=DevComponents.WpfSchedule -dDevComponents.WpfSchedule.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dDevComponents.WpfSchedule.TargetExt=.dll -dDevComponents.WpfSchedule.TargetFileName=DevComponents.WpfSchedule.dll -dDevComponents.WpfSchedule.TargetName=DevComponents.WpfSchedule -dDevComponents.WpfSchedule.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\DevComponents.WpfSchedule.dll -dInterop.Windows.SmartCard.Configuration=Debug -d"Interop.Windows.SmartCard.FullConfiguration=Debug|AnyCPU" -dInterop.Windows.SmartCard.Platform=AnyCPU -dInterop.Windows.SmartCard.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dInterop.Windows.SmartCard.ProjectExt=.dll -dInterop.Windows.SmartCard.ProjectFileName=XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.ProjectName=XPedient.Interop.Windows.SmartCard -dInterop.Windows.SmartCard.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dInterop.Windows.SmartCard.TargetExt=.dll -dInterop.Windows.SmartCard.TargetFileName=XPedient.Interop.Windows.SmartCard.dll -dInterop.Windows.SmartCard.TargetName=XPedient.Interop.Windows.SmartCard -dInterop.Windows.SmartCard.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Interop.Windows.SmartCard.dll -dXceed.Wpf.Controls.Configuration=Debug -d"Xceed.Wpf.Controls.FullConfiguration=Debug|AnyCPU" -dXceed.Wpf.Controls.Platform=AnyCPU -dXceed.Wpf.Controls.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.Controls.ProjectExt=.dll -dXceed.Wpf.Controls.ProjectFileName=Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.ProjectName=Xceed.Wpf.Controls -dXceed.Wpf.Controls.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.Controls.TargetExt=.dll -dXceed.Wpf.Controls.TargetFileName=Xceed.Wpf.Controls.dll -dXceed.Wpf.Controls.TargetName=Xceed.Wpf.Controls -dXceed.Wpf.Controls.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.Controls.dll -dXceed.Wpf.DataGrid.Configuration=Debug -d"Xceed.Wpf.DataGrid.FullConfiguration=Debug|AnyCPU" -dXceed.Wpf.DataGrid.Platform=AnyCPU -dXceed.Wpf.DataGrid.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.DataGrid.ProjectExt=.dll -dXceed.Wpf.DataGrid.ProjectFileName=Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.ProjectName=Xceed.Wpf.DataGrid -dXceed.Wpf.DataGrid.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dXceed.Wpf.DataGrid.TargetExt=.dll -dXceed.Wpf.DataGrid.TargetFileName=Xceed.Wpf.DataGrid.dll -dXceed.Wpf.DataGrid.TargetName=Xceed.Wpf.DataGrid -dXceed.Wpf.DataGrid.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\Xceed.Wpf.DataGrid.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Platform.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\zsnm3euc' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\zsnm3euc' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Plugins.Common, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Common.wixproj -dProjectName=Install.MM.Management.Plugins.Common -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\Install.MM.Management.Plugins.Common.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Common.msm -dTargetName=Install.MM.Management.Plugins.Common -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.msm -dApplication.ManagementServer.Plugins.Authorization.Common.Configuration=Debug -d"Application.ManagementServer.Plugins.Authorization.Common.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authorization.Common.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectName=XPedient.Application.ManagementServer.Plugins.Authorization.Common -dApplication.ManagementServer.Plugins.Authorization.Common.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\ -dApplication.ManagementServer.Plugins.Authorization.Common.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -dApplication.ManagementServer.Plugins.Authorization.Common.TargetName=XPedient.Application.ManagementServer.Plugins.Authorization.Common -dApplication.ManagementServer.Plugins.Authorization.Common.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\Plugins\debug\XPedient.Application.ManagementServer.Plugins.Authorization.Common.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Common.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\bex0kodf' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\bex0kodf' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Plugins.Client.WPF, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Client.WPF.wixproj -dProjectName=Install.MM.Management.Plugins.Client.WPF -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\Install.MM.Management.Plugins.Client.WPF.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Client.WPF.msm -dTargetName=Install.MM.Management.Plugins.Client.WPF -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.msm -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Native.WPF.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF -dApplication.ManagementServer.Plugins.Authentication.Native.WPF.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\ClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.WPF.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.WPF.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\12ruu2a1' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\12ruu2a1' is in use and cannot be deleted.------ Build started: Project: Install.MM.Management.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Client.wixproj -dProjectName=Install.MM.Management.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\Install.MM.Management.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Client.msm -dTargetName=Install.MM.Management.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.msm -dApplication.ManagementServer.Core.Authentication.Native.Configuration=Debug -d"Application.ManagementServer.Core.Authentication.Native.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Core.Authentication.Native.Platform=AnyCPU -dApplication.ManagementServer.Core.Authentication.Native.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.Authentication.Native.ProjectExt=.dll -dApplication.ManagementServer.Core.Authentication.Native.ProjectFileName=XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.ProjectName=XPedient.Application.ManagementServer.Core.Authentication.Nativ -dApplication.ManagementServer.Core.Authentication.Native.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.Authentication.Native.TargetExt=.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetFileName=XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Authentication.Native.TargetName=XPedient.Application.ManagementServer.Core.Authentication.Nativ -dApplication.ManagementServer.Core.Authentication.Native.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.Authentication.Nativ.dll -dApplication.ManagementServer.Core.Configuration=Debug -d"Application.ManagementServer.Core.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Core.Platform=AnyCPU -dApplication.ManagementServer.Core.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.ProjectExt=.dll -dApplication.ManagementServer.Core.ProjectFileName=XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.ProjectName=XPedient.Application.ManagementServer.Core -dApplication.ManagementServer.Core.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Core.TargetExt=.dll -dApplication.ManagementServer.Core.TargetFileName=XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Core.TargetName=XPedient.Application.ManagementServer.Core -dApplication.ManagementServer.Core.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Core.dll -dApplication.ManagementServer.Interfaces.Configuration=Debug -d"Application.ManagementServer.Interfaces.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Interfaces.Platform=AnyCPU -dApplication.ManagementServer.Interfaces.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Interfaces.ProjectExt=.dll -dApplication.ManagementServer.Interfaces.ProjectFileName=XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.ProjectName=XPedient.Application.ManagementServer.Interfaces -dApplication.ManagementServer.Interfaces.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\ -dApplication.ManagementServer.Interfaces.TargetExt=.dll -dApplication.ManagementServer.Interfaces.TargetFileName=XPedient.Application.ManagementServer.Interfaces.dll -dApplication.ManagementServer.Interfaces.TargetName=XPedient.Application.ManagementServer.Interfaces -dApplication.ManagementServer.Interfaces.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\core\debug\XPedient.Application.ManagementServer.Interfaces.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\obpqws0u' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\obpqws0u' is in use and cannot be deleted.------ Build started: Project: Application.Host.WindowsService, Configuration: Debug Any CPU ------
> CopyFilesToOutputDirectory:
>   Application.Host.WindowsService -> C:\XP2010\XPertJustice\Working\XPedient\Application.Host.WindowsService\bin\Debug\XPedient.Application.Host.WindowsService.exe
> RunCodeAnalysis:
>   Running Code Analysis...
> MSBUILD : warning : CA0064 : No analysis was performed because the specified rule set could not be loaded or did not contain any managed code analysis rules.
>   Code Analysis Complete -- 0 error(s), 1 warning(s)
> ------ Build started: Project: Install.MM.Management.Plugins.Client, Configuration: Debug x86 ------
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe -dDebug -dProductVersion= -d"DevEnvDir=c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\\" -dSolutionDir=C:\XP2010\XPertJustice\Working\XPedient\ -dSolutionExt=.sln -dSolutionFileName=XPedient.sln -dSolutionName=XPedient -dSolutionPath=C:\XP2010\XPertJustice\Working\XPedient\XPedient.sln -dConfiguration=Debug -dOutDir=..\bin\InstallMM\Debug\ -dPlatform=x86 -dProjectDir=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\ -dProjectExt=.wixproj -dProjectFileName=Install.MM.Management.Plugins.Client.wixproj -dProjectName=Install.MM.Management.Plugins.Client -dProjectPath=C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\Install.MM.Management.Plugins.Client.wixproj -dTargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\ -dTargetExt=.msm -dTargetFileName=Install.MM.Management.Plugins.Client.msm -dTargetName=Install.MM.Management.Plugins.Client -dTargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.msm -dApplication.ManagementServer.Plugins.Authentication.Global.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Global.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Global.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client -dApplication.ManagementServer.Plugins.Authentication.Global.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client -dApplication.ManagementServer.Plugins.Authentication.Global.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Global.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.LDAP.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client -dApplication.ManagementServer.Plugins.Authentication.LDAP.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.LDAP.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Authentication.Native.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Authentication.Native.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client -dApplication.ManagementServer.Plugins.Authentication.Native.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client -dApplication.ManagementServer.Plugins.Authentication.Native.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.Configuration=Debug -d"Application.ManagementServer.Plugins.Management.Client.FullConfiguration=Debug|AnyCPU" -dApplication.ManagementServer.Plugins.Management.Client.Platform=AnyCPU -dApplication.ManagementServer.Plugins.Management.Client.ProjectDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Management.Client.ProjectExt=.dll -dApplication.ManagementServer.Plugins.Management.Client.ProjectFileName=XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.ProjectName=XPedient.Application.ManagementServer.Plugins.Management.Client -dApplication.ManagementServer.Plugins.Management.Client.ProjectPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetDir=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\ -dApplication.ManagementServer.Plugins.Management.Client.TargetExt=.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetFileName=XPedient.Application.ManagementServer.Plugins.Management.Client.dll -dApplication.ManagementServer.Plugins.Management.Client.TargetName=XPedient.Application.ManagementServer.Plugins.Management.Client -dApplication.ManagementServer.Plugins.Management.Client.TargetPath=C:\XP2010\XPertJustice\Working\XPedient\bin\MgmtClientPlugins\debug\XPedient.Application.ManagementServer.Plugins.Management.Client.dll -out obj\Debug\MergeModule.wixobj -arch x86 MergeModule.wxs
>                 C:\Program Files (x86)\Windows Installer XML v3.5\bin\Light.exe -cultures:null -out C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.msm -pdbout C:\XP2010\XPertJustice\Working\XPedient\bin\InstallMM\Debug\Install.MM.Management.Plugins.Client.wixpdb -sice:ICE30 obj\Debug\MergeModule.wixobj
> light.exe(0,0): warning LGHT1012: The directory 'C:\Users\john.bergman\AppData\Local\Temp\pzvdgevp' is in use and cannot be deleted.
> The directory 'C:\Users\john.bergman\AppData\Local\Temp\pzvdgevp' is in use and cannot be deleted.
>
>
>
>
>
> ************************************************************************************************************************
> ************************************************************************************************************************
> I inserted a few blank lines so you can see where the actual Setup Project buids, the above were all MERGEMODULES.
> ************************************************************************************************************************
> ************************************************************************************************************************
>
>
>
> ------ Build started: Project: Install.App.WindowsService.XPertJustice, Configuration: Debug x86 ------
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Client\Install.MM.Management.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client.WPF\Install.MM.Management.Plugins.Client.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Client.WPF.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Client\Install.MM.Management.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Management.Plugins.Common\Install.MM.Management.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Management.Plugins.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Client\Install.MM.Platform.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Common\Install.MM.Platform.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.Common\Install.MM.Platform.Controls.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Acrobat\Install.MM.Platform.Controls.WPF.Acrobat.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.Acrobat.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.FoxitSoftware\Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.FoxitSoftware.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF.Topaz\Install.MM.Platform.Controls.WPF.Topaz.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.Topaz.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Controls.WPF\Install.MM.Platform.Controls.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Controls.WPF.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Diagnostics\Install.MM.Platform.Diagnostics.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Diagnostics.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Client\Install.MM.Platform.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Common\Install.MM.Platform.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.Platform.Plugins.Database\Install.MM.Platform.Plugins.Database.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.Platform.Plugins.Database.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Client\Install.MM.XPertJustice.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Common\Install.MM.XPertJustice.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Common.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client.WPF\Install.MM.XPertJustice.Plugins.Client.WPF.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Client.WPF.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Client\Install.MM.XPertJustice.Plugins.Client.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Client.wixproj" -- FAILED.
> C:\XP2010\XPertJustice\Working\XPedient\Install.MM.XPertJustice.Plugins.Common\Install.MM.XPertJustice.Plugins.Common.wixproj(0,0): error MSB4057: The target "GetResolvedReferencePaths" does not exist in the project.
> The target "GetResolvedReferencePaths" does not exist in the project.           Done building project "Install.MM.XPertJustice.Plugins.Common.wixproj" -- FAILED.
> Done building project "Install.App.WindowsService.XPertJustice.wixproj" -- FAILED.
>
> Build FAILED.
> ========== Build: 105 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>  


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users