This is a migrated thread and some comments may be shown as answers.

Compiling always doing full-rebuild with OA

6 Answers 162 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chris
Top achievements
Rank 1
Chris asked on 21 Sep 2011, 05:35 AM
Hi,
I added OA to my project and compiling the project with "F5", is always doing full-rebuild.
I spend lots of time trying to figure out why the project is always doing full-rebuild, looking at the wrong place.
I tried to uninstall OA for the last resort, alas, it doesn't do full-rebuild anymore.

Build log at the end always says, 
========== OpenAccess All: 0 succeeded, 0 failed, 17 skipped ==========
and I think there is something that's causing OA to full-rebuild regardless the project is changed or not.

My project is rather large and waiting for full-rebuild is getting very painful and I might have to give up using OA if I cannot resolve this problem.
Anyone else experiences the same problem?
I tried Q2 and the latest 2011.2.908 version and they are the same.

Thanks.

 
 

6 Answers, 1 is accepted

Sort by
0
Serge
Telerik team
answered on 22 Sep 2011, 05:13 PM
Hi Chris ,

We have had trouble reproducing this exact behaviour on our side. I have created a project that uses OpenAccess and five other libraries that depend on each other and on this project and had no trouble with full-rebuilds.

Would you mind sharing the output of the compilation, however first make sure that you have Normal verbosity output in the Output window. You can see how to change the verbosity of MSBuild in this msdn article.

This should give us enough information on what is going on with your project.

Looking forward to resolving this issue with you. 

Greetings,
Serge
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's SQL Server Community Awards. We are competing in TWO categories and every vote counts! VOTE for Telerik NOW >>

0
Chris
Top achievements
Rank 1
answered on 26 Sep 2011, 08:14 AM
Hi,
Sorry about the delay.
Here is the build log output.

Thanks.


================================================================================

------ Build started: Project: Components, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:44.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\Ionic.Zip.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsFormsIntegration.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Components.dll /resource:obj\Debug\Components.g.resources /target:library /utf8output AnimatedImage.cs BroadcastControl.xaml.cs ClipImage.cs ClipTextBlock.cs FPSDisplay.cs ItemIcon.cs NullableField.xaml.cs PanAndZoom.cs PopUpWindow.cs Properties\AssemblyInfo.cs RibbonSlider.cs C:\UMUDClient\Components\obj\Debug\BroadcastControl.g.cs C:\UMUDClient\Components\obj\Debug\NullableField.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Components.dll" to "bin\Debug\Components.dll".
  Components -> C:\UMUDClient\Components\bin\Debug\Components.dll
  Copying file from "obj\Debug\Components.pdb" to "bin\Debug\Components.pdb".
IncrementalClean:
  Deleting file "C:\UMUDClient\Components\obj\Debug\BroadcastControl.g.i.cs".
  Deleting file "C:\UMUDClient\Components\obj\Debug\NullableField.g.i.cs".
  Deleting file "C:\UMUDClient\Components\obj\Debug\Components_MarkupCompile.i.cache".
PostBuildEvent:
  if /I "Debug" == "Release" Eazfuscator.NET.exe "C:\UMUDClient\Components\bin\Debug\Components.dll" --msbuild-project-path "C:\UMUDClient\Components\Components.csproj" --msbuild-project-configuration "Debug" -n --newline-flush

Build succeeded.

Time Elapsed 00:00:00.31
------ Build started: Project: UcentLib, Configuration: Debug Any CPU ------
C:\UMUDClient\UcentLib\Item.cs(9,50): warning CS0067: The event 'UcentLib.Item.PropertyChanged' is never used
C:\UMUDClient\UcentLib\TextEngine\StyledParagraph.cs(13,23): warning CS0649: Field 'UcentLib.TextStyle.Type' is never assigned to, and will always have its default value null

Compile complete -- 0 errors, 2 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:44.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\ExcelLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:C:\UMUDClient\Externals\Libs\System.Windows.Interactivity.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:C:\UMUDClient\UcentLib\bin\Debug\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\Telerik.Windows.Documents.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\UcentLib.dll /resource:obj\Debug\UcentLib.g.resources /target:library /utf8output CommandHistory.cs DictionaryConverter.cs DictionaryManager.cs HyperTag\HyperTagData.cs HyperTag\HyperTagDictionary.cs HyperTag\HyperTagView.xaml.cs Item.cs Properties\AssemblyInfo.cs TextCommand.cs TextEngine\StyledParagraph.cs C:\UMUDClient\UcentLib\obj\Debug\HyperTag\HyperTagView.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  UcentLib -> C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll
  Copying file from "obj\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
IncrementalClean:
  Deleting file "C:\UMUDClient\UcentLib\obj\Debug\HyperTag\HyperTagView.g.i.cs".
  Deleting file "C:\UMUDClient\UcentLib\obj\Debug\UcentLib_MarkupCompile.i.cache".

Build succeeded.

Time Elapsed 00:00:00.39
------ Build started: Project: CommonLib, Configuration: Debug Any CPU ------
C:\UMUDClient\CommonLib\Network.cs(93,17): warning CS0162: Unreachable code detected
C:\UMUDClient\CommonLib\Game.cs(190,13): warning CS0162: Unreachable code detected
C:\UMUDClient\CommonLib\GamePlay\Option\UMudTemporaryOption.cs(9,50): warning CS0067: The event 'CommonLib.UMudTemporaryOption.PropertyChanged' is never used
C:\UMUDClient\CommonLib\GamePlay\Inventory\Inventory.cs(15,50): warning CS0067: The event 'CommonLib.Inventory.PropertyChanged' is never used
C:\UMUDClient\CommonLib\DB\User\Chapter.cs(10,24): warning CS0414: The field 'DB.USER.cChapter.DisplayName' is assigned but its value is never used
C:\UMUDClient\CommonLib\GamePlay\PartyData\Party.cs(14,50): warning CS0067: The event 'CommonLib.Party.PropertyChanged' is never used
C:\UMUDClient\CommonLib\NameValuePair.cs(10,50): warning CS0067: The event 'CommonLib.NameValuePair.PropertyChanged' is never used
C:\UMUDClient\CommonLib\GamePlay\PartyData\PartyCharacter.cs(11,50): warning CS0067: The event 'CommonLib.PartyCharacter.PropertyChanged' is never used
C:\UMUDClient\CommonLib\GamePlay\Equipment\EquipmentData.cs(29,50): warning CS0067: The event 'CommonLib.EquipmentData.PropertyChanged' is never used
C:\UMUDClient\CommonLib\GamePlay\Equipment\EquipmentManager.cs(17,50): warning CS0067: The event 'CommonLib.EquipmentManager.PropertyChanged' is never used
C:\UMUDClient\CommonLib\GamePlay\Option\UMudOption.cs(17,50): warning CS0067: The event 'CommonLib.UMudOption.PropertyChanged' is never used
C:\UMUDClient\CommonLib\DB\UMud\Layer.cs(14,50): warning CS0067: The event 'DB.UMUD.Layer.PropertyChanged' is never used

Compile complete -- 0 errors, 12 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:45.
Initial:
  Using definitions of OpenAccess.targets
OpenAccessDeploy:
  Processing 3 .rlinq files.
  Starting to process input file 'C:\UMUDClient\CommonLib\DB\UMudEntityDiagrams.rlinq'.
  ExtractRuntimeMapping BEGIN
  Loading XML Document
  Selecting the runtime schema:'descendant::orm:orm'
  Try parsing enum:'(MappingDefinitionType) Enum.Parse(typeof(MappingDefinitionType), tempMappingType)'
  Finished processing input file 'C:\UMUDClient\CommonLib\DB\UMudEntityDiagrams.rlinq'.
  Starting to process input file 'C:\UMUDClient\CommonLib\DB\UserEntityDiagrams.rlinq'.
  ExtractRuntimeMapping BEGIN
  Loading XML Document
  Selecting the runtime schema:'descendant::orm:orm'
  Try parsing enum:'(MappingDefinitionType) Enum.Parse(typeof(MappingDefinitionType), tempMappingType)'
  Finished processing input file 'C:\UMUDClient\CommonLib\DB\UserEntityDiagrams.rlinq'.
  Starting to process input file 'C:\UMUDClient\CommonLib\DB\UMakeEntityDiagrams.rlinq'.
  ExtractRuntimeMapping BEGIN
  Loading XML Document
  Selecting the runtime schema:'descendant::orm:orm'
  Try parsing enum:'(MappingDefinitionType) Enum.Parse(typeof(MappingDefinitionType), tempMappingType)'
  Finished processing input file 'C:\UMUDClient\CommonLib\DB\UMakeEntityDiagrams.rlinq'.
  Finished processing 3 .rlinq files.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
MainResourcesGeneration:
Skipping target "MainResourcesGeneration" because all output files are up-to-date with respect to the input files.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /unsafe- /nowarn:0114,0108,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\packages\EntityFramework.Preview.4.2.0.0\lib\net40\EntityFramework.dll /reference:"k:\SmartInspect Professional\lib\dotnet\v2.x\Gurock.SmartInspect.dll" /reference:C:\UMUDClient\Externals\Libs\Ionic.Zip.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:C:\UMUDClient\Externals\Libs\Mono.CSharp.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\MySQL\MySQL Connector Net 6.4.3\Assemblies\v4.0\mysql.data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.Aero.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.Entity.dll" /reference:"C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\System.Data.SqlServerCe.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Runtime.Remoting.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationProvider.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /link:C:\Windows\assembly\GAC\EnvDTE\8.0.0.0__b03f5f7f11d50a3a\EnvDTE.dll /link:C:\Windows\assembly\GAC_MSIL\EnvDTE100\10.0.0.0__b03f5f7f11d50a3a\EnvDTE100.dll /link:C:\Windows\assembly\GAC\EnvDTE80\8.0.0.0__b03f5f7f11d50a3a\EnvDTE80.dll /link:C:\Windows\assembly\GAC\EnvDTE90\9.0.0.0__b03f5f7f11d50a3a\EnvDTE90.dll /link:C:\Windows\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\CommonLib.dll /resource:obj\Debug\CommonLib.g.resources /resource:C:\Users\chrisk\AppData\Local\Temp\tmpC6BA.tmp,DB.UMudEntityDiagrams.rlinq /resource:C:\Users\chrisk\AppData\Local\Temp\tmpC6CA.tmp,DB.UserEntityDiagrams.rlinq /resource:C:\Users\chrisk\AppData\Local\Temp\tmpC6CB.tmp,DB.UMakeEntityDiagrams.rlinq /target:library /utf8output DB\UMakeEntityDiagrams.cs DB\UMudEntityDiagrams.cs DB\UserEntityDiagrams.cs DB\User\Chapter.cs GamePlay\ActionManager.cs CommandLineParser\CommandLineSwitchAttribute.cs CommandLineParser\Parser.cs CommonStaticVars.cs GamePlay\Adventure\Adventure.cs GamePlay\Adventure\AdventureManager.cs GamePlay\ConditionalManager.cs DB\ConversationManager.cs DBManager\ReferenceTable.cs DBManager\UmakeDbManager.cs DBManager\UmudDbManager.cs DBManager\UserDbManager.cs DB\UMake\Camp.cs DB\UMake\Elements.cs DB\UMake\Formation.cs DB\UMake\Nature.cs DB\UMake\Occupation.cs DB\UMake\QuestType.cs DB\UMake\Race.cs DB\UMake\Rank.cs DB\UMake\Sector.cs DB\UMake\TendencyTable.cs DB\UMake\Title.cs DB\UMake\Umake.cs DB\UMud\Conversation.cs DB\UMud\ConversationEntry.cs DB\UMud\Goods.cs DB\UMud\Store.cs DB\UMud\Umud.cs DB\User\Player.cs DB\User\User.cs DelegateCommand.cs DB\UMud\Actor.cs DB\UMud\AreaTrigger.cs DB\UMud\Bot.cs DB\UMud\Entity.cs DB\UMud\Humanoid.cs DB\UMud\Item\AbstractItem.cs DB\UMud\Item\ConsumeItem.cs DB\UMud\Item\Equipment.cs DB\UMud\Item\Goods.cs DB\UMud\Item\Item.cs DB\UMud\Item\QuestItem.cs DB\UMud\Item\Resource.cs DB\UMud\Item\TradeItem.cs DB\UMud\MapEntity.cs DB\UMud\MiningPlace.cs DB\UMud\Mob.cs DB\UMud\MobGroup.cs DB\UMud\Npc.cs DB\UMud\PlayerSpawnPoint.cs DB\UMud\Portal.cs DB\UMud\PortalLink.cs DB\UMud\Skill\ChantSkill.cs DB\UMud\Skill\ComboSkill.cs DB\UMud\Skill\MagicSkill.cs DB\UMud\Skill\Mugong.cs DB\UMud\Skill\Skill.cs DB\UMud\Skill\TechSkill.cs DB\UMud\Waypoint.cs DB\UMud\Waypointgroup.cs CommonDelegates.cs EntityPropertyCollection.cs EnumData.cs GamePlay\Equipment\EquipmentData.cs GamePlay\Equipment\EquipmentManager.cs Game.cs GamePlay\Friendship\Friendship.cs GamePlay\Friendship\FriendshipManager.cs GamePlay\Intimacy\Intimacy.cs GamePlay\Intimacy\IntimacyManager.cs GamePlay\MapEntityManager.cs IEntities.cs DB\UMud\Layer.cs DB\UMud\Map.cs DB\MapManager.cs DB\UMake\MapType.cs GamePlay\Inventory\Inventory.cs GamePlay\Inventory\InventoryManager.cs GamePlay\MessageEvents.cs NameValuePair.cs Network.cs GamePlay\NovelMessageType.cs ObjectCopier.cs GamePlay\Option\UMudOption.cs GamePlay\Option\UMudOptionManager.cs GamePlay\Option\UMudTemporaryOption.cs Packet.cs GamePlay\PartyData\Party.cs GamePlay\PartyData\PartyCharacter.cs GamePlay\PartyData\PartyFormation.cs GamePlay\PartyData\PartyManager.cs Properties\AssemblyInfo.cs DB\UMud\Quest.cs DB\UMud\QuestEntry.cs DB\QuestManager.cs Singleton\SingletonException.cs Singleton\SingletonBase.cs StaticMethods.cs DB\UMake\Tile.cs GamePlay\EntityCollection.cs Utils.cs VisualStudioInterop.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (240ms)
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
  Components -> C:\UMUDClient\Components\bin\Debug\Components.dll
IncrementalClean:
  Deleting file "C:\UMUDClient\Components\obj\Debug\BroadcastControl.baml".
  Deleting file "C:\UMUDClient\Components\obj\Debug\NullableField.baml".
  Deleting file "C:\UMUDClient\Components\obj\Debug\BroadcastControl.g.cs".
  Deleting file "C:\UMUDClient\Components\obj\Debug\NullableField.g.cs".
  Deleting file "C:\UMUDClient\Components\obj\Debug\Components_MarkupCompile.cache".
  Deleting file "C:\UMUDClient\Components\obj\Debug\Components.g.resources".
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
  UcentLib -> C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll
IncrementalClean:
  Deleting file "C:\UMUDClient\UcentLib\obj\Debug\HyperTag\HyperTagView.baml".
  Deleting file "C:\UMUDClient\UcentLib\obj\Debug\HyperTag\HyperTagView.g.cs".
  Deleting file "C:\UMUDClient\UcentLib\obj\Debug\UcentLib_MarkupCompile.cache".
  Deleting file "C:\UMUDClient\UcentLib\obj\Debug\UcentLib.g.resources".
OpenAccessEnhancer:
  "D:\Telerik\OpenAccess ORM\sdk\enhancer.exe" -verboseMode:3 -assembly:"C:\UMUDClient\CommonLib\obj\Debug\CommonLib.dll" -reference:"C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll" -reference:"C:\UMUDClient\Components\bin\Debug\Components.dll" -reference:"C:\UMUDClient\packages\EntityFramework.Preview.4.2.0.0\lib\net40\EntityFramework.dll" -reference:"k:\SmartInspect Professional\lib\dotnet\v2.x\Gurock.SmartInspect.dll" -reference:"C:\UMUDClient\Externals\Libs\Ionic.Zip.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" -reference:"C:\UMUDClient\Externals\Libs\Mono.CSharp.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" -reference:"C:\Program Files (x86)\MySQL\MySQL Connector Net 6.4.3\Assemblies\v4.0\mysql.data.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.Aero.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.ComponentModel.DataAnnotations.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.Entity.dll" -reference:"C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\System.Data.SqlServerCe.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" -reference:"C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Runtime.Remoting.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Security.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" -reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" -reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll" -reference:"C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll" -reference:"C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationProvider.dll" -reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" -reference:"C:\Windows\assembly\GAC\EnvDTE\8.0.0.0__b03f5f7f11d50a3a\EnvDTE.dll" -reference:"C:\Windows\assembly\GAC_MSIL\EnvDTE100\10.0.0.0__b03f5f7f11d50a3a\EnvDTE100.dll" -reference:"C:\Windows\assembly\GAC\EnvDTE80\8.0.0.0__b03f5f7f11d50a3a\EnvDTE80.dll" -reference:"C:\Windows\assembly\GAC\EnvDTE90\9.0.0.0__b03f5f7f11d50a3a\EnvDTE90.dll" -reference:"C:\Windows\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll" -attributeMapping -fluentMapping -xmlMapping:"C:\Users\chrisk\AppData\Local\Temp\tmpC6BA.tmp" -xmlMapping:"C:\Users\chrisk\AppData\Local\Temp\tmpC6CA.tmp" -xmlMapping:"C:\Users\chrisk\AppData\Local\Temp\tmpC6CB.tmp"
  Telerik OpenAccess Enhancer, Version 2011.2.908.1, Copyright (C) 1996-2011 Telerik
C:\UMUDClient\CommonLib\DB\UMudEntityDiagrams.cs(5527,7): OpenAccess Enhancer warning : Explicit change tracking required for the array field DB.UMUD.Layer._tiles. [class=DB.UMUD.Layer] [field=_tiles]
C:\UMUDClient\CommonLib\DB\UserEntityDiagrams.cs(2172,7): OpenAccess Enhancer warning : Explicit change tracking required for the array field DB.USER.Chapter._content. [class=DB.USER.Chapter] [field=_content]
  Touching "obj\Debug\CommonLib.oa".
  2011.2.908.1
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  CommonLib -> C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll
  Copying file from "obj\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
PostBuildEvent:
  if /I "Debug" == "Release" Eazfuscator.NET.exe "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" --msbuild-project-path "C:\UMUDClient\CommonLib\CommonLib.csproj" --msbuild-project-configuration "Debug" -n --newline-flush

Build succeeded.

Time Elapsed 00:00:02.88
------ Build started: Project: UMUDLib, Configuration: Debug Any CPU ------
C:\UMUDClient\UMUDLib\Component\EntityStatusBar.cs(15,23): warning CS0649: Field 'UMudLib.EntityStatusBar._interactionIcon' is never assigned to, and will always have its default value null
C:\UMUDClient\UMUDLib\Component\EntityStatusBar.cs(16,23): warning CS0649: Field 'UMudLib.EntityStatusBar._healthIcon' is never assigned to, and will always have its default value null
C:\UMUDClient\UMUDLib\Component\EntityStatusBar.cs(17,28): warning CS0649: Field 'UMudLib.EntityStatusBar._interactionPanel' is never assigned to, and will always have its default value null
C:\UMUDClient\UMUDLib\Component\EntityStatusBar.cs(18,28): warning CS0649: Field 'UMudLib.EntityStatusBar._healthPanel' is never assigned to, and will always have its default value null
C:\UMUDClient\UMUDLib\Component\EntityStatusBar.cs(19,47): warning CS0649: Field 'UMudLib.EntityStatusBar._interactionStatusList' is never assigned to, and will always have its default value null
C:\UMUDClient\UMUDLib\Component\EntityStatusBar.cs(20,47): warning CS0649: Field 'UMudLib.EntityStatusBar._healthStatusList' is never assigned to, and will always have its default value null

Compile complete -- 0 errors, 6 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:48.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
MainResourcesGeneration:
Skipping target "MainResourcesGeneration" because all output files are up-to-date with respect to the input files.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Externals\Libs\Gurock.SmartInspect.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:C:\UMUDClient\Externals\Libs\Mono.CSharp.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\MySQL\MySQL Connector Net 6.4.3\Assemblies\v4.0\mysql.data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.CoreEx.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\UMUDLib.dll /resource:obj\Debug\UMUDLib.g.resources /target:library /utf8output Converter\BattleTabBackgroundConverter.cs Converter\WaitingTurnConverter.cs DataFromDb.cs DebugWindow.cs UMudDelegates.cs Component\EntityStatusBar.cs Properties\AssemblyInfo.cs UMudStaticVars.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (269ms)
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  UMUDLib -> C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll
  Copying file from "obj\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".

Build succeeded.

Time Elapsed 00:00:01.13
------ Build started: Project: DebugConsole, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:49.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:C:\UMUDClient\Externals\Libs\Mono.CSharp.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DebugConsole.dll /resource:obj\Debug\DebugConsole.g.resources /target:library /utf8output Properties\AssemblyInfo.cs DebugConsoleView.xaml.cs C:\UMUDClient\Modules\DebugConsole\obj\Debug\DebugConsoleView.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (267ms)
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\DebugConsole.dll" to "bin\Debug\DebugConsole.dll".
  DebugConsole -> C:\UMUDClient\Modules\DebugConsole\bin\Debug\DebugConsole.dll
  Copying file from "obj\Debug\DebugConsole.pdb" to "bin\Debug\DebugConsole.pdb".

Build succeeded.

Time Elapsed 00:00:00.64
------ Build started: Project: Worldmap, Configuration: Debug Any CPU ------
C:\UMUDClient\Modules\WorldMap\MemoWindowCommand.cs(22,50): warning CS0067: The event 'Module.Worldmap.MemoWindowCommand.PropertyChanged' is never used
C:\UMUDClient\Modules\WorldMap\MemoLocation.cs(8,50): warning CS0067: The event 'Module.Worldmap.MemoLocation.PropertyChanged' is never used

Compile complete -- 0 errors, 2 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:50.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Worldmap.dll /target:library /utf8output MemoLocation.cs MemoWindowCommand.cs MemoWindowControl.xaml.cs WorldmapView.xaml.cs Properties\AssemblyInfo.cs WorldmapPreview.xaml.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\MemoWindowControl.g.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\WorldmapView.g.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\WorldmapPreview.g.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\GeneratedInternalTypeHelper.g.cs
MemoLocation.cs(8,50,8,65): warning CS0067: The event 'Module.Worldmap.MemoLocation.PropertyChanged' is never used
MemoWindowCommand.cs(22,50,22,65): warning CS0067: The event 'Module.Worldmap.MemoWindowCommand.PropertyChanged' is never used
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\Worldmap.dll".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Worldmap.dll /resource:obj\Debug\Worldmap.g.resources /target:library /utf8output MemoLocation.cs MemoWindowCommand.cs MemoWindowControl.xaml.cs WorldmapView.xaml.cs Properties\AssemblyInfo.cs WorldmapPreview.xaml.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\MemoWindowControl.g.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\WorldmapView.g.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\WorldmapPreview.g.cs C:\UMUDClient\Modules\WorldMap\obj\Debug\GeneratedInternalTypeHelper.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (56ms)
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Worldmap.dll" to "bin\Debug\Worldmap.dll".
  Worldmap -> C:\UMUDClient\Modules\WorldMap\bin\Debug\Worldmap.dll
  Copying file from "obj\Debug\Worldmap.pdb" to "bin\Debug\Worldmap.pdb".

Build succeeded.

Time Elapsed 00:00:01.01
------ Build started: Project: Equipment, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:51.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Expressions.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RichTextBoxUI.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Equipment.dll /target:library /utf8output Callbacks\EquipmentCommands.cs EquipmentMain.cs EquipmentTab.cs EquipmentView.xaml.cs Properties\AssemblyInfo.cs C:\UMUDClient\Modules\Equipment\obj\Debug\EquipmentView.g.cs C:\UMUDClient\Modules\Equipment\obj\Debug\GeneratedInternalTypeHelper.g.cs
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\Equipment.dll".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Expressions.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RichTextBoxUI.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Equipment.dll /resource:obj\Debug\Equipment.g.resources /target:library /utf8output Callbacks\EquipmentCommands.cs EquipmentMain.cs EquipmentTab.cs EquipmentView.xaml.cs Properties\AssemblyInfo.cs C:\UMUDClient\Modules\Equipment\obj\Debug\EquipmentView.g.cs C:\UMUDClient\Modules\Equipment\obj\Debug\GeneratedInternalTypeHelper.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Equipment.dll" to "bin\Debug\Equipment.dll".
  Equipment -> C:\UMUDClient\Modules\Equipment\bin\Debug\Equipment.dll
  Copying file from "obj\Debug\Equipment.pdb" to "bin\Debug\Equipment.pdb".

Build succeeded.

Time Elapsed 00:00:00.87
------ Build started: Project: TextEngine, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:52.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.CoreEx.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.Reactive.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TextEngine.dll /target:library /utf8output Properties\AssemblyInfo.cs StyledTextBlock.cs TextAnimation.cs TextEnginePrewview.xaml.cs TextEngineView.xaml.cs C:\UMUDClient\Modules\TextEngine\obj\Debug\TextEnginePrewview.g.cs C:\UMUDClient\Modules\TextEngine\obj\Debug\TextEngineView.g.cs C:\UMUDClient\Modules\TextEngine\obj\Debug\GeneratedInternalTypeHelper.g.cs
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\TextEngine.dll".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.CoreEx.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.Reactive.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TextEngine.dll /resource:obj\Debug\TextEngine.g.resources /target:library /utf8output Properties\AssemblyInfo.cs StyledTextBlock.cs TextAnimation.cs TextEnginePrewview.xaml.cs TextEngineView.xaml.cs C:\UMUDClient\Modules\TextEngine\obj\Debug\TextEnginePrewview.g.cs C:\UMUDClient\Modules\TextEngine\obj\Debug\TextEngineView.g.cs C:\UMUDClient\Modules\TextEngine\obj\Debug\GeneratedInternalTypeHelper.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\TextEngine.dll" to "bin\Debug\TextEngine.dll".
  TextEngine -> C:\UMUDClient\Modules\TextEngine\bin\Debug\TextEngine.dll
  Copying file from "obj\Debug\TextEngine.pdb" to "bin\Debug\TextEngine.pdb".

Build succeeded.

Time Elapsed 00:00:00.54
------ Build started: Project: Minimap, Configuration: Debug Any CPU ------
C:\UMUDClient\Modules\Minimap\Components\MinimapStatusBar.cs(21,50): warning CS0067: The event 'Module.Minimap.MinimapStatusBar.PropertyChanged' is never used

Compile complete -- 0 errors, 1 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:52.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Externals\Libs\Ionic.Zip.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationUI\v4.0_4.0.0.0__31bf3856ad364e35\PresentationUI.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.Reactive.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationProvider.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationTypes.dll" /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Minimap.dll /target:library /utf8output Callbacks\MinimapActions.cs Callbacks\MinimapCommands.cs Components\AnimatedTileImage.cs Components\CrowdListButton.cs Components\PlayerViewer.cs CrowdManager.cs GamePlay.cs Components\MinimapStatusBar.cs MinimapCamera.cs MinimapCanvas.cs MinimapManager.cs MinimapView.xaml.cs PathFinding\AStarPathSearch.cs PathFinding\Board.cs PathFinding\Cell.cs Properties\AssemblyInfo.cs Components\SearchListButton.cs C:\UMUDClient\Modules\Minimap\obj\Debug\MinimapView.g.cs C:\UMUDClient\Modules\Minimap\obj\Debug\GeneratedInternalTypeHelper.g.cs
Components\MinimapStatusBar.cs(21,50,21,65): warning CS0067: The event 'Module.Minimap.MinimapStatusBar.PropertyChanged' is never used
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\Minimap.dll".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Externals\Libs\Ionic.Zip.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationUI\v4.0_4.0.0.0__31bf3856ad364e35\PresentationUI.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.Reactive.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationProvider.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationTypes.dll" /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Minimap.dll /resource:obj\Debug\Minimap.g.resources /target:library /utf8output Callbacks\MinimapActions.cs Callbacks\MinimapCommands.cs Components\AnimatedTileImage.cs Components\CrowdListButton.cs Components\PlayerViewer.cs CrowdManager.cs GamePlay.cs Components\MinimapStatusBar.cs MinimapCamera.cs MinimapCanvas.cs MinimapManager.cs MinimapView.xaml.cs PathFinding\AStarPathSearch.cs PathFinding\Board.cs PathFinding\Cell.cs Properties\AssemblyInfo.cs Components\SearchListButton.cs C:\UMUDClient\Modules\Minimap\obj\Debug\MinimapView.g.cs C:\UMUDClient\Modules\Minimap\obj\Debug\GeneratedInternalTypeHelper.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Minimap.dll" to "bin\Debug\Minimap.dll".
  Minimap -> C:\UMUDClient\Modules\Minimap\bin\Debug\Minimap.dll
  Copying file from "obj\Debug\Minimap.pdb" to "bin\Debug\Minimap.pdb".

Build succeeded.

Time Elapsed 00:00:01.10
------ Build started: Project: Journal, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:53.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:"k:\SmartInspect Professional\lib\dotnet\v2.x\Gurock.SmartInspect.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Journal.dll /target:library /utf8output Converters\ActiveQuestConverter.cs Callbacks\JournalActions.cs Converters\ChapterViewConverter.cs UserDbActiveQuests.cs Properties\AssemblyInfo.cs JournalView.xaml.cs Scenario\ScenarioManager.cs C:\UMUDClient\Modules\Journal\obj\Debug\JournalView.g.cs
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\Journal.dll".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:"k:\SmartInspect Professional\lib\dotnet\v2.x\Gurock.SmartInspect.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Journal.dll /resource:obj\Debug\Journal.g.resources /target:library /utf8output Converters\ActiveQuestConverter.cs Callbacks\JournalActions.cs Converters\ChapterViewConverter.cs UserDbActiveQuests.cs Properties\AssemblyInfo.cs JournalView.xaml.cs Scenario\ScenarioManager.cs C:\UMUDClient\Modules\Journal\obj\Debug\JournalView.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Journal.dll" to "bin\Debug\Journal.dll".
  Journal -> C:\UMUDClient\Modules\Journal\bin\Debug\Journal.dll
  Copying file from "obj\Debug\Journal.pdb" to "bin\Debug\Journal.pdb".

Build succeeded.

Time Elapsed 00:00:01.01
------ Build started: Project: Party, Configuration: Debug Any CPU ------
C:\UMUDClient\Modules\Party\PartyData.cs(12,50): warning CS0067: The event 'Module.Party.PartyData.PropertyChanged' is never used

Compile complete -- 0 errors, 1 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:55.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Party.dll /resource:obj\Debug\Party.g.resources /target:library /utf8output Callbacks\PartyCommands.cs PartyData.cs InvitePartyView.xaml.cs PartyView.xaml.cs Properties\AssemblyInfo.cs C:\UMUDClient\Modules\Party\obj\Debug\InvitePartyView.g.cs C:\UMUDClient\Modules\Party\obj\Debug\PartyView.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (55ms)
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Party.dll" to "bin\Debug\Party.dll".
  Party -> C:\UMUDClient\Modules\Party\bin\Debug\Party.dll
  Copying file from "obj\Debug\Party.pdb" to "bin\Debug\Party.pdb".

Build succeeded.

Time Elapsed 00:00:00.55
------ Build started: Project: Inventory, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:55.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Converters\bin\Debug\Converters.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Inventory.dll /resource:obj\Debug\Inventory.g.resources /target:library /utf8output Callbacks\InventoryActions.cs InventoryView.xaml.cs Properties\AssemblyInfo.cs C:\UMUDClient\Modules\Inventory\obj\Debug\InventoryView.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Inventory.dll" to "bin\Debug\Inventory.dll".
  Inventory -> C:\UMUDClient\Modules\Inventory\bin\Debug\Inventory.dll
  Copying file from "obj\Debug\Inventory.pdb" to "bin\Debug\Inventory.pdb".

Build succeeded.

Time Elapsed 00:00:00.42
------ Build started: Project: Status, Configuration: Debug Any CPU ------
C:\UMUDClient\Modules\Status\CharacterStatusClass.cs(12,50): warning CS0067: The event 'Module.Status.CharacterStatusClass.PropertyChanged' is never used

Compile complete -- 0 errors, 1 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:56.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Status.dll /resource:obj\Debug\Status.g.resources /target:library /utf8output CharacterStatusClass.cs Properties\AssemblyInfo.cs StatusView.xaml.cs C:\UMUDClient\Modules\Status\obj\Debug\StatusView.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (55ms)
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Status.dll" to "bin\Debug\Status.dll".
  Status -> C:\UMUDClient\Modules\Status\bin\Debug\Status.dll
  Copying file from "obj\Debug\Status.pdb" to "bin\Debug\Status.pdb".

Build succeeded.

Time Elapsed 00:00:00.47
------ Build started: Project: Main, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:56.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Converters\bin\Debug\Converters.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.CoreEx.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.Reactive.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.FormatProviders.Xaml.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Main.dll /target:library /utf8output Callbacks\MainCommands.cs Chapter.cs Components\BattleTabView.xaml.cs Components\QuickslotItemControl.xaml.cs temp\ChangeMacroSlotView.xaml.cs temp\MacroSlotTabGrid.cs temp\NovelMacroSlotGrid.cs Components\QuickslotView.xaml.cs temp\MacroSlotTabView.xaml.cs MacroEditView.xaml.cs temp\NovelMacroView.xaml.cs Components\NovelView.xaml.cs MainView.xaml.cs Components\PlayerStatusBar.xaml.cs Properties\AssemblyInfo.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\BattleTabView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\QuickslotItemControl.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\temp\ChangeMacroSlotView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\temp\MacroSlotTabView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\QuickslotView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\MacroEditView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\temp\NovelMacroView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\NovelView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\MainView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\PlayerStatusBar.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\GeneratedInternalTypeHelper.g.cs
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\Main.dll".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Converters\bin\Debug\Converters.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.CoreEx.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Microsoft Cloud Programmability\Reactive Extensions\v1.0.2856.0\Net4\System.Reactive.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonBar.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.FormatProviders.Xaml.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Main.dll /resource:obj\Debug\Main.g.resources /target:library /utf8output Callbacks\MainCommands.cs Chapter.cs Components\BattleTabView.xaml.cs Components\QuickslotItemControl.xaml.cs temp\ChangeMacroSlotView.xaml.cs temp\MacroSlotTabGrid.cs temp\NovelMacroSlotGrid.cs Components\QuickslotView.xaml.cs temp\MacroSlotTabView.xaml.cs MacroEditView.xaml.cs temp\NovelMacroView.xaml.cs Components\NovelView.xaml.cs MainView.xaml.cs Components\PlayerStatusBar.xaml.cs Properties\AssemblyInfo.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\BattleTabView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\QuickslotItemControl.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\temp\ChangeMacroSlotView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\temp\MacroSlotTabView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\QuickslotView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\MacroEditView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\temp\NovelMacroView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\NovelView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\MainView.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\Components\PlayerStatusBar.g.cs C:\UMUDClient\Modules\Novel\obj\Debug\GeneratedInternalTypeHelper.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (63ms)
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Main.dll" to "bin\Debug\Main.dll".
  Main -> C:\UMUDClient\Modules\Novel\bin\Debug\Main.dll
  Copying file from "obj\Debug\Main.pdb" to "bin\Debug\Main.pdb".

Build succeeded.

Time Elapsed 00:00:01.44
------ Build started: Project: Store, Configuration: Debug Any CPU ------
Build started 2011-09-23 ́˜¤́ „ 7:42:58.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Converters\bin\Debug\Converters.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Store.dll /target:library /utf8output Calculator.xaml.cs Properties\AssemblyInfo.cs SaleCalculator.xaml.cs StoreView.xaml.cs TotalPriceConverter.cs C:\UMUDClient\Modules\Store\obj\Debug\Calculator.g.cs C:\UMUDClient\Modules\Store\obj\Debug\SaleCalculator.g.cs C:\UMUDClient\Modules\Store\obj\Debug\StoreView.g.cs C:\UMUDClient\Modules\Store\obj\Debug\GeneratedInternalTypeHelper.g.cs
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\Store.dll".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Converters\bin\Debug\Converters.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Store.dll /resource:obj\Debug\Store.g.resources /target:library /utf8output Calculator.xaml.cs Properties\AssemblyInfo.cs SaleCalculator.xaml.cs StoreView.xaml.cs TotalPriceConverter.cs C:\UMUDClient\Modules\Store\obj\Debug\Calculator.g.cs C:\UMUDClient\Modules\Store\obj\Debug\SaleCalculator.g.cs C:\UMUDClient\Modules\Store\obj\Debug\StoreView.g.cs C:\UMUDClient\Modules\Store\obj\Debug\GeneratedInternalTypeHelper.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\Store.dll" to "bin\Debug\Store.dll".
  Store -> C:\UMUDClient\Modules\Store\bin\Debug\Store.dll
  Copying file from "obj\Debug\Store.pdb" to "bin\Debug\Store.pdb".

Build succeeded.

Time Elapsed 00:00:01.03
------ Build started: Project: UMUDMain, Configuration: Debug Any CPU ------
C:\UMUDClient\UMUDMain\MainWindow.xaml.cs(80,30): warning CS0168: The variable 'ex' is declared but never used

Compile complete -- 0 errors, 1 warnings
Build started 2011-09-23 ́˜¤́ „ 7:42:59.
ResolveAssemblyReferences:
  A TargetFramework profile exclusion list will be generated.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Converters\bin\Debug\Converters.dll /reference:C:\UMUDClient\Modules\DebugConsole\bin\Debug\DebugConsole.dll /reference:C:\UMUDClient\Modules\Equipment\bin\Debug\Equipment.dll /reference:C:\UMUDClient\Externals\Libs\Gurock.SmartInspect.dll /reference:C:\UMUDClient\Modules\Inventory\bin\Debug\Inventory.dll /reference:C:\UMUDClient\Modules\Journal\bin\Debug\Journal.dll /reference:C:\UMUDClient\Modules\Novel\bin\Debug\Main.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:C:\UMUDClient\Modules\Minimap\bin\Debug\Minimap.dll /reference:C:\UMUDClient\Externals\Libs\Mono.CSharp.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:C:\UMUDClient\Modules\Party\bin\Debug\Party.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:C:\UMUDClient\Modules\Status\bin\Debug\Status.dll /reference:C:\UMUDClient\Modules\Store\bin\Debug\Store.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RichTextBoxUI.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /reference:C:\UMUDClient\Modules\TextEngine\bin\Debug\TextEngine.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationProvider.dll" /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /reference:C:\UMUDClient\Externals\Libs\WindowScrape.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsFormsIntegration.dll" /reference:C:\UMUDClient\Modules\WorldMap\bin\Debug\Worldmap.dll /debug+ /debug:full /filealign:512 /out:obj\Debug\UMUDClient.exe /target:winexe /utf8output Callbacks\UMUDMainCommands.cs Intellisense\ISSearch.cs Intellisense\ISInputBox.cs Intellisense\ISSearchPopup.xaml.cs MainWindow.xaml.cs App.xaml.cs RibbonBar.xaml.cs RegisterTextCommands.cs Properties\AssemblyInfo.cs Properties\Resources.Designer.cs Properties\Settings.Designer.cs C:\UMUDClient\UMUDMain\obj\Debug\Intellisense\ISSearchPopup.g.cs C:\UMUDClient\UMUDMain\obj\Debug\MainWindow.g.cs C:\UMUDClient\UMUDMain\obj\Debug\RibbonBar.g.cs C:\UMUDClient\UMUDMain\obj\Debug\App.g.cs C:\UMUDClient\UMUDMain\obj\Debug\UMUDClient_Content.g.cs C:\UMUDClient\UMUDMain\obj\Debug\GeneratedInternalTypeHelper.g.cs
MainWindow.xaml.cs(80,30,80,32): warning CS0168: The variable 'ex' is declared but never used
MarkupCompilePass2:
  MarkupCompilePass2 successfully generated BAML or source code files.
CleanupTemporaryTargetAssembly:
  Deleting file "obj\Debug\UMUDClient.exe".
CoreResGen:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\resgen.exe" /useSourcePath /r:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /r:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /r:C:\UMUDClient\Components\bin\Debug\Components.dll /r:C:\UMUDClient\Converters\bin\Debug\Converters.dll /r:C:\UMUDClient\Modules\DebugConsole\bin\Debug\DebugConsole.dll /r:C:\UMUDClient\Modules\Equipment\bin\Debug\Equipment.dll /r:C:\UMUDClient\Externals\Libs\Gurock.SmartInspect.dll /r:C:\UMUDClient\Modules\Inventory\bin\Debug\Inventory.dll /r:C:\UMUDClient\Modules\Journal\bin\Debug\Journal.dll /r:C:\UMUDClient\Modules\Novel\bin\Debug\Main.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /r:C:\UMUDClient\Modules\Minimap\bin\Debug\Minimap.dll /r:C:\UMUDClient\Externals\Libs\Mono.CSharp.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /r:C:\UMUDClient\Modules\Party\bin\Debug\Party.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /r:C:\UMUDClient\Modules\Status\bin\Debug\Status.dll /r:C:\UMUDClient\Modules\Store\bin\Debug\Store.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /r:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /r:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /r:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonView.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RichTextBoxUI.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /r:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /r:C:\UMUDClient\Modules\TextEngine\bin\Debug\TextEngine.dll /r:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationProvider.dll" /r:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /r:C:\UMUDClient\Externals\Libs\WindowScrape.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsFormsIntegration.dll" /r:C:\UMUDClient\Modules\WorldMap\bin\Debug\Worldmap.dll /compile Properties\Resources.resx,obj\Debug\UMUD.Properties.Resources.resources
  Processing resource file "Properties\Resources.resx" into "obj\Debug\UMUD.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /reference:C:\UMUDClient\Externals\Libs\AsyncCtpLibrary.dll /reference:C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll /reference:C:\UMUDClient\Components\bin\Debug\Components.dll /reference:C:\UMUDClient\Converters\bin\Debug\Converters.dll /reference:C:\UMUDClient\Modules\DebugConsole\bin\Debug\DebugConsole.dll /reference:C:\UMUDClient\Modules\Equipment\bin\Debug\Equipment.dll /reference:C:\UMUDClient\Externals\Libs\Gurock.SmartInspect.dll /reference:C:\UMUDClient\Modules\Inventory\bin\Debug\Inventory.dll /reference:C:\UMUDClient\Modules\Journal\bin\Debug\Journal.dll /reference:C:\UMUDClient\Modules\Novel\bin\Debug\Main.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\Microsoft.CSharp.dll" /reference:C:\UMUDClient\Modules\Minimap\bin\Debug\Minimap.dll /reference:C:\UMUDClient\Externals\Libs\Mono.CSharp.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\mscorlib.dll" /reference:C:\UMUDClient\Modules\Party\bin\Debug\Party.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationCore.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\PresentationFramework.dll" /reference:C:\UMUDClient\Modules\Status\bin\Debug\Status.dll /reference:C:\UMUDClient\Modules\Store\bin\Debug\Store.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Drawing.dll" /reference:C:\UMUDClient\Externals\Libs\System.Reactive.Contrib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.35.Extensions.dll" /reference:"D:\Telerik\OpenAccess ORM\bin\Telerik.OpenAccess.dll" /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Charting.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.DataVisualization.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Docking.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Gauge.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.GridView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Input.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Navigation.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RibbonView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.RichTextBoxUI.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.Scheduler.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Controls.ScheduleView.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Data.dll /reference:C:\UMUDClient\Externals\Telerik\Telerik.Windows.Documents.dll /reference:C:\UMUDClient\Modules\TextEngine\bin\Debug\TextEngine.dll /reference:C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\UIAutomationProvider.dll" /reference:C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsBase.dll" /reference:C:\UMUDClient\Externals\Libs\WindowScrape.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\WindowsFormsIntegration.dll" /reference:C:\UMUDClient\Modules\WorldMap\bin\Debug\Worldmap.dll /debug+ /debug:full /filealign:512 /out:obj\Debug\UMUDClient.exe /resource:obj\Debug\UMUDClient.g.resources /resource:obj\Debug\UMUD.Properties.Resources.resources /target:winexe /utf8output Callbacks\UMUDMainCommands.cs Intellisense\ISSearch.cs Intellisense\ISInputBox.cs Intellisense\ISSearchPopup.xaml.cs MainWindow.xaml.cs App.xaml.cs RibbonBar.xaml.cs RegisterTextCommands.cs Properties\AssemblyInfo.cs Properties\Resources.Designer.cs Properties\Settings.Designer.cs C:\UMUDClient\UMUDMain\obj\Debug\Intellisense\ISSearchPopup.g.cs C:\UMUDClient\UMUDMain\obj\Debug\MainWindow.g.cs C:\UMUDClient\UMUDMain\obj\Debug\RibbonBar.g.cs C:\UMUDClient\UMUDMain\obj\Debug\App.g.cs C:\UMUDClient\UMUDMain\obj\Debug\UMUDClient_Content.g.cs C:\UMUDClient\UMUDMain\obj\Debug\GeneratedInternalTypeHelper.g.cs "C:\Users\chrisk\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs"
AfterCompile:
  NotifyPropertyWeaver Executing (Change MessageImportance to get more or less info)
   Finished (67ms)
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.dll" to "bin\Debug\CommonLib.dll".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.dll" to "bin\Debug\Components.dll".
  Copying file from "C:\UMUDClient\Modules\DebugConsole\bin\Debug\DebugConsole.dll" to "bin\Debug\DebugConsole.dll".
  Copying file from "C:\UMUDClient\Modules\Equipment\bin\Debug\Equipment.dll" to "bin\Debug\Equipment.dll".
  Copying file from "C:\UMUDClient\Modules\Inventory\bin\Debug\Inventory.dll" to "bin\Debug\Inventory.dll".
  Copying file from "C:\UMUDClient\Modules\Journal\bin\Debug\Journal.dll" to "bin\Debug\Journal.dll".
  Copying file from "C:\UMUDClient\Modules\Novel\bin\Debug\Main.dll" to "bin\Debug\Main.dll".
  Copying file from "C:\UMUDClient\Modules\Minimap\bin\Debug\Minimap.dll" to "bin\Debug\Minimap.dll".
  Copying file from "C:\UMUDClient\Modules\Party\bin\Debug\Party.dll" to "bin\Debug\Party.dll".
  Copying file from "C:\UMUDClient\Modules\Status\bin\Debug\Status.dll" to "bin\Debug\Status.dll".
  Copying file from "C:\UMUDClient\Modules\Store\bin\Debug\Store.dll" to "bin\Debug\Store.dll".
  Copying file from "C:\UMUDClient\Modules\TextEngine\bin\Debug\TextEngine.dll" to "bin\Debug\TextEngine.dll".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.dll" to "bin\Debug\UcentLib.dll".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.dll" to "bin\Debug\UMUDLib.dll".
  Copying file from "C:\UMUDClient\Modules\WorldMap\bin\Debug\Worldmap.dll" to "bin\Debug\Worldmap.dll".
  Copying file from "C:\UMUDClient\CommonLib\bin\Debug\CommonLib.pdb" to "bin\Debug\CommonLib.pdb".
  Copying file from "C:\UMUDClient\Components\bin\Debug\Components.pdb" to "bin\Debug\Components.pdb".
  Copying file from "C:\UMUDClient\Modules\DebugConsole\bin\Debug\DebugConsole.pdb" to "bin\Debug\DebugConsole.pdb".
  Copying file from "C:\UMUDClient\Modules\Equipment\bin\Debug\Equipment.pdb" to "bin\Debug\Equipment.pdb".
  Copying file from "C:\UMUDClient\Modules\Inventory\bin\Debug\Inventory.pdb" to "bin\Debug\Inventory.pdb".
  Copying file from "C:\UMUDClient\Modules\Journal\bin\Debug\Journal.pdb" to "bin\Debug\Journal.pdb".
  Copying file from "C:\UMUDClient\Modules\Minimap\bin\Debug\Minimap.pdb" to "bin\Debug\Minimap.pdb".
  Copying file from "C:\UMUDClient\Modules\Novel\bin\Debug\Main.pdb" to "bin\Debug\Main.pdb".
  Copying file from "C:\UMUDClient\Modules\Party\bin\Debug\Party.pdb" to "bin\Debug\Party.pdb".
  Copying file from "C:\UMUDClient\Modules\Status\bin\Debug\Status.pdb" to "bin\Debug\Status.pdb".
  Copying file from "C:\UMUDClient\Modules\Store\bin\Debug\Store.pdb" to "bin\Debug\Store.pdb".
  Copying file from "C:\UMUDClient\Modules\TextEngine\bin\Debug\TextEngine.pdb" to "bin\Debug\TextEngine.pdb".
  Copying file from "C:\UMUDClient\Modules\WorldMap\bin\Debug\Worldmap.pdb" to "bin\Debug\Worldmap.pdb".
  Copying file from "C:\UMUDClient\UcentLib\bin\Debug\UcentLib.pdb" to "bin\Debug\UcentLib.pdb".
  Copying file from "C:\UMUDClient\UMUDLib\bin\Debug\UMUDLib.pdb" to "bin\Debug\UMUDLib.pdb".
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\UMUDClient.exe" to "bin\Debug\UMUDClient.exe".
  UMUDMain -> C:\UMUDClient\UMUDMain\bin\Debug\UMUDClient.exe
  Copying file from "obj\Debug\UMUDClient.pdb" to "bin\Debug\UMUDClient.pdb".

Build succeeded.

Time Elapsed 00:00:01.61
========== Build: 16 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
========== OpenAccess All: 0 succeeded, 0 failed, 17 skipped ==========

0
Serge
Telerik team
answered on 27 Sep 2011, 12:23 PM
Hi Chris ,

 After further investigation I have found no clue as to why your project are rebuilding. Though I want to shed some light on the situation. What Telerik OpenAccess ORM does during build is provide a step that is executed after the assembly has been compiled, the enhance step. This basically means that the assembly that is output is replaced with an enhanced assembly. 

We do not interfere in any way with the process of deciding whether a project should be build or rebuild. I found this in an msdn article.

When you hit F5, you may run into the situation that Up to check dialog always coming up even after a fresh rebuild. You can refer to this blog to troubleshoot the problem. Most likely, the issue is caused by the fact that some files are listed as part of the project files but are missing on the disk. Because these files are part of the project files, the new up to date check mechanism will check for their existence. If the files are not on the disk, the up to date check will assume that a new build is needed. The fix is to remove the files from the project files if they are not on the disk.

Also this stack overflow article might be interesting, it describes the process of determining whether a rebuild is needed.

I can continue to investigate the problem though it would be way easier if you could open a support ticket and send us the troublesome project. 

I am looking forward to resolving this issue. 

Regards,
Serge
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's SQL Server Community Awards. We are competing in TWO categories and every vote counts! VOTE for Telerik NOW >>

0
SimonCropp
Top achievements
Rank 1
answered on 28 Sep 2011, 11:36 PM
Chris

Could you please temporarily disable NotifyPropertyWeaver to confirm that it is not causing the problem.

If it is the culprit could you please raise a bug here http://code.google.com/p/notifypropertyweaver/issues/list
0
Chris
Top achievements
Rank 1
answered on 29 Sep 2011, 04:51 PM
Hi,
I completely removed NotifyPropertyWeaver but it still doing full-rebuild.
I'm using Async CTP SP1. Could it be the culprit?
Thanks.

0
Serge
Telerik team
answered on 03 Oct 2011, 05:39 PM
Hello Chris,

 Unfortunately we still haven't been able to figure out why this is happening. Can you give us a bit more insight on whether removing the Async CTP helps or not? It would be best if you could send us your project so that we can debug it onsite. 

You will not be able to upload it to a support thread, so I suggest sending us a separate support ticket. 

I am looking forward to resolving this matter. 

Greetings,
Serge
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's SQL Server Community Awards. We are competing in TWO categories and every vote counts! VOTE for Telerik NOW >>

Tags
General Discussions
Asked by
Chris
Top achievements
Rank 1
Answers by
Serge
Telerik team
Chris
Top achievements
Rank 1
SimonCropp
Top achievements
Rank 1
Share this question
or