Download TfsAlert

Description

TfsAlert is a Windows System Tray application which monitors for subscribed TFS notifications and will display a balloon window accordingly. In addition to notifications a user will have the ability to control limited TeamBuild functionality.

Source Files

The download file tfsalert.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Dev/ChicagoCodeCamp/Source/GenerateNotificationEvents.bat
Dev/ChicagoCodeCamp/Source/InvokeNotify/InvokeNotify.csproj
Dev/ChicagoCodeCamp/Source/InvokeNotify/InvokeNotify.csproj.vspscc
Dev/ChicagoCodeCamp/Source/InvokeNotify/Program.cs
Dev/ChicagoCodeCamp/Source/InvokeNotify/Properties/AssemblyInfo.cs
Dev/ChicagoCodeCamp/Source/InvokeNotify/wsProxy.cs
Dev/ChicagoCodeCamp/Source/TFSAlert.sln//  ww w. j  a v  a2 s  .  c o  m
Dev/ChicagoCodeCamp/Source/TFSAlert.vsmdi
Dev/ChicagoCodeCamp/Source/TFSAlert.vssscc
Dev/ChicagoCodeCamp/Source/TargetOverrides.targets
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/Properties/AssemblyInfo.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/Properties/Settings.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/Properties/Settings.settings
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/RelayOff.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/RelayOff.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/RelayOn.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/RelayOn.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/TfsAlert.Activities.csproj
Dev/ChicagoCodeCamp/Source/TfsAlert.Activities/TfsAlert.Activities.csproj.vspscc
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/Activities/RelayOff.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/Activities/RelayOff.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/Activities/RelayOn.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/Activities/RelayOn.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/Properties/AssemblyInfo.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/Properties/Settings.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/Properties/Settings.settings
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/RelayIO.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/TfsAlert.Core.csproj
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/TfsAlert.Core.csproj.vspscc
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/WorkflowFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/WorkflowServices/IRelayService.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/WorkflowServices/RelayMessageArgs.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Core/WorkflowServices/RelayService.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/Properties/AssemblyInfo.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/Properties/Settings.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/Properties/Settings.settings
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/RS232.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/RS232.cs
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/RS232.rules
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/TfsAlert.Workflows.csproj
Dev/ChicagoCodeCamp/Source/TfsAlert.Workflows/TfsAlert.Workflows.csproj.vspscc
Dev/ChicagoCodeCamp/Source/TfsAlert/App.config
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/INotificationReciever.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/MessageAlertEventArgs.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/BaseNotificationEvent.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/AclChangedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/BuildCompletionEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/BuildStatusChangeEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/CommonStructureChangedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/DataChangedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityChangedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityCreatedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityDeletedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/MembershipChangedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/WorkItemChangedEvent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/branchmovedevent.xsd
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/AclChangedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/AclChangedEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BranchMovedEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildCompletionEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildCompletionEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildStatusChangeEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildStatusChangeEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CheckinEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CheckinEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CommonStructureChangedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/DataChangedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/DataChangedEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityChangedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityCreatedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityDeletedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/MembershipChangedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/MembershipChangedEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/WorkItemChangedEvent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/WorkItemChangedEventExt.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/branchmovedevent.xsd.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/GenericEvent.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/INotificationEvent.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationEvents/NotificationEventFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/NotificationReciever.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/RelayIO.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/Strings.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/Strobe.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/SubscriptionInfo.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/AppCode/TeamFoundationFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/ApplicationHelpers.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/BusinessFacadeFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/IBusinessFacadeFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/IRegistrationFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/IRegistrationManager.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/Impl/RegistrationManagerImpl.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/RegistrationFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationBF.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationFacade.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/Impl/TeamFoundationImpl.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/Constants.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/ITeamFoundationDataFacade.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/Impl/TeamFoundationDLImpl.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/TeamFoundationDAFactory.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/Model/TfsEvent.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/Model/TfsServer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/SerializationManager.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Core/TfsServerInfoHelper.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/AddEditTfsServer.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/AddEditTfsServer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/AddEditTfsServer.resx
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/ApplicationSettings.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/ApplicationSettings.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/ApplicationSettings.resx
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/about.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/about.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/about.resx
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/main.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/main.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/main.resx
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/tfs_alerts.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/tfs_alerts_16.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/tfs_alerts_16_failed.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/tfs_alerts_16_passed.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/tfs_alerts_16_warning.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/tfs_alerts_32.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Forms/tfs_alerts_fullset.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Icons/Application.ico
Dev/ChicagoCodeCamp/Source/TfsAlert/Instrumentation.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Properties/AssemblyInfo.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Properties/DataSources/TFSAlert.Configuration.TfsEvent.datasource
Dev/ChicagoCodeCamp/Source/TfsAlert/Properties/Resources.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Properties/Resources.resx
Dev/ChicagoCodeCamp/Source/TfsAlert/Properties/Settings.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/Properties/Settings.settings
Dev/ChicagoCodeCamp/Source/TfsAlert/TFSAlert.csproj
Dev/ChicagoCodeCamp/Source/TfsAlert/TFSAlert.csproj.user
Dev/ChicagoCodeCamp/Source/TfsAlert/TFSAlert_TemporaryKey.pfx
Dev/ChicagoCodeCamp/Source/TfsAlert/TfsAlert.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/TfsAlert.csproj.vspscc
Dev/ChicagoCodeCamp/Source/TfsAlert/TfsAlert.exe.manifest
Dev/ChicagoCodeCamp/Source/TfsAlert/UIControl/ApplicationSettingsController.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/ApplicationHelpers_UnitTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/Core/DataAccessFacadeUnitTest.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/Core/RegistrationFacadeTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/Core/TeamFoundationFacadeTest.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/NotificationEvents/NotificationEventFactory_UnitTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/NotificationReciever_UnitTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/RegistrationManager_UnitTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/SubscriptionInfo_UnitTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlert/UnitTests/TfsServerInfoHelper_UnitTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/NotificationEvent.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/NotificationRecieverProxy.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/NotificationReciever_wcf.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/NotificationReciever_ws.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/Properties/AssemblyInfo.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/Properties/Settings.Designer.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/Properties/Settings.settings
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/RelayWorkflow_UnitTests.cs
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/TestMessages/CheckinEvent.xml
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/TestMessages/WorkItemChangedEvent.xml
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/TfsAlertScenarioTests.csproj
Dev/ChicagoCodeCamp/Source/TfsAlertScenarioTests/TfsAlertScenarioTests.csproj.vspscc
Dev/ChicagoCodeCamp/Source/TfsAlertSetup/Application.ico
Dev/ChicagoCodeCamp/Source/TfsAlertSetup/TFSSetup.vdproj
Dev/ChicagoCodeCamp/Source/TfsAlertSetup/TFSSetup.vdproj.vspscc
Dev/ChicagoCodeCamp/Source/TfsAlertSetup/license.rtf
Dev/ChicagoCodeCamp/Source/TfsAlertSetup/readme.rtf
Dev/ChicagoCodeCamp/Source/TfsAlertSetup/tfsalert.jpg
Dev/ChicagoCodeCamp/Source/localtestrun.testrunconfig
Dev/ChicagoCodeCamp/bin/nmock.dll
Dev/tfs2008/Source/GenerateNotificationEvents.bat
Dev/tfs2008/Source/InvokeNotify/InvokeNotify.csproj
Dev/tfs2008/Source/InvokeNotify/InvokeNotify.csproj.vspscc
Dev/tfs2008/Source/InvokeNotify/Program.cs
Dev/tfs2008/Source/InvokeNotify/Properties/AssemblyInfo.cs
Dev/tfs2008/Source/InvokeNotify/wsProxy.cs
Dev/tfs2008/Source/TFSAlert.sln
Dev/tfs2008/Source/TFSAlert.vsmdi
Dev/tfs2008/Source/TFSAlert.vssscc
Dev/tfs2008/Source/TargetOverrides.targets
Dev/tfs2008/Source/TfsAlert.Activities/Properties/AssemblyInfo.cs
Dev/tfs2008/Source/TfsAlert.Activities/Properties/Settings.cs
Dev/tfs2008/Source/TfsAlert.Activities/Properties/Settings.settings
Dev/tfs2008/Source/TfsAlert.Activities/RelayOff.Designer.cs
Dev/tfs2008/Source/TfsAlert.Activities/RelayOff.cs
Dev/tfs2008/Source/TfsAlert.Activities/RelayOn.Designer.cs
Dev/tfs2008/Source/TfsAlert.Activities/RelayOn.cs
Dev/tfs2008/Source/TfsAlert.Activities/TfsAlert.Activities.csproj
Dev/tfs2008/Source/TfsAlert.Activities/TfsAlert.Activities.csproj.vspscc
Dev/tfs2008/Source/TfsAlert.Core/Activities/RelayOff.Designer.cs
Dev/tfs2008/Source/TfsAlert.Core/Activities/RelayOff.cs
Dev/tfs2008/Source/TfsAlert.Core/Activities/RelayOn.Designer.cs
Dev/tfs2008/Source/TfsAlert.Core/Activities/RelayOn.cs
Dev/tfs2008/Source/TfsAlert.Core/Properties/AssemblyInfo.cs
Dev/tfs2008/Source/TfsAlert.Core/Properties/Settings.cs
Dev/tfs2008/Source/TfsAlert.Core/Properties/Settings.settings
Dev/tfs2008/Source/TfsAlert.Core/RelayIO.cs
Dev/tfs2008/Source/TfsAlert.Core/TfsAlert.Core.csproj
Dev/tfs2008/Source/TfsAlert.Core/TfsAlert.Core.csproj.vspscc
Dev/tfs2008/Source/TfsAlert.Core/WorkflowFactory.cs
Dev/tfs2008/Source/TfsAlert.Core/WorkflowServices/IRelayService.cs
Dev/tfs2008/Source/TfsAlert.Core/WorkflowServices/RelayMessageArgs.cs
Dev/tfs2008/Source/TfsAlert.Core/WorkflowServices/RelayService.cs
Dev/tfs2008/Source/TfsAlert.Workflows/Properties/AssemblyInfo.cs
Dev/tfs2008/Source/TfsAlert.Workflows/Properties/Settings.cs
Dev/tfs2008/Source/TfsAlert.Workflows/Properties/Settings.settings
Dev/tfs2008/Source/TfsAlert.Workflows/RS232.Designer.cs
Dev/tfs2008/Source/TfsAlert.Workflows/RS232.cs
Dev/tfs2008/Source/TfsAlert.Workflows/RS232.rules
Dev/tfs2008/Source/TfsAlert.Workflows/TfsAlert.Workflows.csproj
Dev/tfs2008/Source/TfsAlert.Workflows/TfsAlert.Workflows.csproj.vspscc
Dev/tfs2008/Source/TfsAlert/App.config
Dev/tfs2008/Source/TfsAlert/AppCode/INotificationReciever.cs
Dev/tfs2008/Source/TfsAlert/AppCode/MessageAlertEventArgs.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/BaseNotificationEvent.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/AclChangedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/BuildCompletionEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/BuildStatusChangeEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/CommonStructureChangedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/DataChangedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityChangedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityCreatedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityDeletedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/MembershipChangedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/WorkItemChangedEvent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/branchmovedevent.xsd
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/AclChangedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/AclChangedEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BranchMovedEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildCompletionEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildCompletionEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildStatusChangeEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildStatusChangeEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CheckinEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CheckinEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CommonStructureChangedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/DataChangedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/DataChangedEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityChangedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityCreatedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityDeletedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/MembershipChangedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/MembershipChangedEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/WorkItemChangedEvent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/WorkItemChangedEventExt.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/branchmovedevent.xsd.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/GenericEvent.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/INotificationEvent.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationEvents/NotificationEventFactory.cs
Dev/tfs2008/Source/TfsAlert/AppCode/NotificationReciever.cs
Dev/tfs2008/Source/TfsAlert/AppCode/RelayIO.cs
Dev/tfs2008/Source/TfsAlert/AppCode/Strings.cs
Dev/tfs2008/Source/TfsAlert/AppCode/Strobe.cs
Dev/tfs2008/Source/TfsAlert/AppCode/SubscriptionInfo.cs
Dev/tfs2008/Source/TfsAlert/AppCode/TeamFoundationFactory.cs
Dev/tfs2008/Source/TfsAlert/Core/ApplicationHelpers.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/BusinessFacadeFactory.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/IBusinessFacadeFactory.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/IRegistrationFactory.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/IRegistrationManager.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/Impl/RegistrationManagerImpl.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/RegistrationFactory.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationBF.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationFacade.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationFactory.cs
Dev/tfs2008/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/Impl/TeamFoundationImpl.cs
Dev/tfs2008/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/Constants.cs
Dev/tfs2008/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/ITeamFoundationDataFacade.cs
Dev/tfs2008/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/Impl/TeamFoundationDLImpl.cs
Dev/tfs2008/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/TeamFoundationDAFactory.cs
Dev/tfs2008/Source/TfsAlert/Core/Model/TfsEvent.cs
Dev/tfs2008/Source/TfsAlert/Core/Model/TfsServer.cs
Dev/tfs2008/Source/TfsAlert/Core/SerializationManager.cs
Dev/tfs2008/Source/TfsAlert/Core/TfsServerInfoHelper.cs
Dev/tfs2008/Source/TfsAlert/Forms/AddEditTfsServer.Designer.cs
Dev/tfs2008/Source/TfsAlert/Forms/AddEditTfsServer.cs
Dev/tfs2008/Source/TfsAlert/Forms/AddEditTfsServer.resx
Dev/tfs2008/Source/TfsAlert/Forms/ApplicationSettings.Designer.cs
Dev/tfs2008/Source/TfsAlert/Forms/ApplicationSettings.cs
Dev/tfs2008/Source/TfsAlert/Forms/ApplicationSettings.resx
Dev/tfs2008/Source/TfsAlert/Forms/about.Designer.cs
Dev/tfs2008/Source/TfsAlert/Forms/about.cs
Dev/tfs2008/Source/TfsAlert/Forms/about.resx
Dev/tfs2008/Source/TfsAlert/Forms/main.Designer.cs
Dev/tfs2008/Source/TfsAlert/Forms/main.cs
Dev/tfs2008/Source/TfsAlert/Forms/main.resx
Dev/tfs2008/Source/TfsAlert/Forms/tfs_alerts.ico
Dev/tfs2008/Source/TfsAlert/Forms/tfs_alerts_16.ico
Dev/tfs2008/Source/TfsAlert/Forms/tfs_alerts_16_failed.ico
Dev/tfs2008/Source/TfsAlert/Forms/tfs_alerts_16_passed.ico
Dev/tfs2008/Source/TfsAlert/Forms/tfs_alerts_16_warning.ico
Dev/tfs2008/Source/TfsAlert/Forms/tfs_alerts_32.ico
Dev/tfs2008/Source/TfsAlert/Forms/tfs_alerts_fullset.ico
Dev/tfs2008/Source/TfsAlert/Icons/Application.ico
Dev/tfs2008/Source/TfsAlert/Instrumentation.cs
Dev/tfs2008/Source/TfsAlert/Properties/AssemblyInfo.cs
Dev/tfs2008/Source/TfsAlert/Properties/DataSources/TFSAlert.Configuration.TfsEvent.datasource
Dev/tfs2008/Source/TfsAlert/Properties/Resources.Designer.cs
Dev/tfs2008/Source/TfsAlert/Properties/Resources.resx
Dev/tfs2008/Source/TfsAlert/Properties/Settings.Designer.cs
Dev/tfs2008/Source/TfsAlert/Properties/Settings.settings
Dev/tfs2008/Source/TfsAlert/TFSAlert.csproj
Dev/tfs2008/Source/TfsAlert/TFSAlert.csproj.user
Dev/tfs2008/Source/TfsAlert/TFSAlert_TemporaryKey.pfx
Dev/tfs2008/Source/TfsAlert/TfsAlert.cs
Dev/tfs2008/Source/TfsAlert/TfsAlert.csproj.vspscc
Dev/tfs2008/Source/TfsAlert/TfsAlert.exe.manifest
Dev/tfs2008/Source/TfsAlert/UIControl/ApplicationSettingsController.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/ApplicationHelpers_UnitTests.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/Core/DataAccessFacadeUnitTest.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/Core/RegistrationFacadeTests.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/Core/TeamFoundationFacadeTest.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/NotificationEvents/NotificationEventFactory_UnitTests.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/NotificationReciever_UnitTests.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/RegistrationManager_UnitTests.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/SubscriptionInfo_UnitTests.cs
Dev/tfs2008/Source/TfsAlert/UnitTests/TfsServerInfoHelper_UnitTests.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/NotificationEvent.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/NotificationRecieverProxy.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/NotificationReciever_wcf.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/NotificationReciever_ws.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/Properties/AssemblyInfo.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/Properties/Settings.Designer.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/Properties/Settings.settings
Dev/tfs2008/Source/TfsAlertScenarioTests/RelayWorkflow_UnitTests.cs
Dev/tfs2008/Source/TfsAlertScenarioTests/TestMessages/CheckinEvent.xml
Dev/tfs2008/Source/TfsAlertScenarioTests/TestMessages/WorkItemChangedEvent.xml
Dev/tfs2008/Source/TfsAlertScenarioTests/TfsAlertScenarioTests.csproj
Dev/tfs2008/Source/TfsAlertScenarioTests/TfsAlertScenarioTests.csproj.vspscc
Dev/tfs2008/Source/TfsAlertSetup/Application.ico
Dev/tfs2008/Source/TfsAlertSetup/TFSSetup.vdproj
Dev/tfs2008/Source/TfsAlertSetup/TFSSetup.vdproj.vspscc
Dev/tfs2008/Source/TfsAlertSetup/license.rtf
Dev/tfs2008/Source/TfsAlertSetup/readme.rtf
Dev/tfs2008/Source/TfsAlertSetup/tfsalert.jpg
Dev/tfs2008/Source/localtestrun.testrunconfig
Dev/tfs2008/bin/nmock.dll
Main/Source/AppCore/AppCore.csproj
Main/Source/AppCore/AppCore.csproj.vspscc
Main/Source/AppCore/Properties/AssemblyInfo.cs
Main/Source/AppCore/Properties/Settings.Designer.cs
Main/Source/AppCore/Properties/Settings.settings
Main/Source/EventHistoryModule/DefaultView.xaml
Main/Source/EventHistoryModule/DefaultView.xaml.cs
Main/Source/EventHistoryModule/EventHistoryModule.cs
Main/Source/EventHistoryModule/EventHistoryModule.csproj
Main/Source/EventHistoryModule/EventHistoryModule.csproj.vspscc
Main/Source/EventHistoryModule/GlobalSuppressions.cs
Main/Source/EventHistoryModule/Properties/AssemblyInfo.cs
Main/Source/EventHistoryModule/Properties/Resources.Designer.cs
Main/Source/EventHistoryModule/Properties/Resources.resx
Main/Source/EventHistoryModule/Properties/Settings.Designer.cs
Main/Source/EventHistoryModule/Properties/Settings.settings
Main/Source/GenerateNotificationEvents.bat
Main/Source/HeaderModule/App.config
Main/Source/HeaderModule/ConfigSettings.cs
Main/Source/HeaderModule/DefaultView.xaml
Main/Source/HeaderModule/DefaultView.xaml.cs
Main/Source/HeaderModule/GlobalSuppressions.cs
Main/Source/HeaderModule/HeaderModule.cs
Main/Source/HeaderModule/HeaderModule.csproj
Main/Source/HeaderModule/HeaderModule.csproj.vspscc
Main/Source/HeaderModule/Properties/AssemblyInfo.cs
Main/Source/HeaderModule/Properties/Resources.Designer.cs
Main/Source/HeaderModule/Properties/Resources.resx
Main/Source/HeaderModule/Properties/Settings.Designer.cs
Main/Source/HeaderModule/Properties/Settings.settings
Main/Source/InvokeNotify/InvokeNotify.csproj
Main/Source/InvokeNotify/InvokeNotify.csproj.vspscc
Main/Source/InvokeNotify/Program.cs
Main/Source/InvokeNotify/Properties/AssemblyInfo.cs
Main/Source/InvokeNotify/wsProxy.cs
Main/Source/SourceControlModule/DefaultView.xaml
Main/Source/SourceControlModule/DefaultView.xaml.cs
Main/Source/SourceControlModule/GlobalSuppressions.cs
Main/Source/SourceControlModule/Properties/AssemblyInfo.cs
Main/Source/SourceControlModule/Properties/Resources.Designer.cs
Main/Source/SourceControlModule/Properties/Resources.resx
Main/Source/SourceControlModule/Properties/Settings.Designer.cs
Main/Source/SourceControlModule/Properties/Settings.settings
Main/Source/SourceControlModule/SourceControlModule.cs
Main/Source/SourceControlModule/SourceControlModule.csproj
Main/Source/SourceControlModule/SourceControlModule.csproj.vspscc
Main/Source/TFSAlert.sln
Main/Source/TFSAlert.vsmdi
Main/Source/TFSAlert.vssscc
Main/Source/TargetOverrides.targets
Main/Source/TeamBuild/DefaultView.xaml
Main/Source/TeamBuild/DefaultView.xaml.cs
Main/Source/TeamBuild/GlobalSuppressions.cs
Main/Source/TeamBuild/Properties/AssemblyInfo.cs
Main/Source/TeamBuild/Properties/Resources.Designer.cs
Main/Source/TeamBuild/Properties/Resources.resx
Main/Source/TeamBuild/Properties/Settings.Designer.cs
Main/Source/TeamBuild/Properties/Settings.settings
Main/Source/TeamBuild/TeamBuild.cs
Main/Source/TeamBuild/TeamBuildModule.cs
Main/Source/TeamBuild/TeamBuildModule.csproj
Main/Source/TeamBuild/TeamBuildModule.csproj.vspscc
Main/Source/TeamBuild/UnitTests/TeamBuild_UnitTests.cs
Main/Source/TfsAlert/App.config
Main/Source/TfsAlert/App.xaml
Main/Source/TfsAlert/App.xaml.cs
Main/Source/TfsAlert/AppCode/INotificationReciever.cs
Main/Source/TfsAlert/AppCode/MessageAlertEventArgs.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/BaseNotificationEvent.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/AclChangedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/BuildCompletionEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/BuildStatusChangeEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/CommonStructureChangedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/DataChangedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityChangedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityCreatedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/IdentityDeletedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/MembershipChangedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/WorkItemChangedEvent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventSchemas/branchmovedevent.xsd
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/AclChangedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/AclChangedEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BranchMovedEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildCompletionEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildCompletionEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildStatusChangeEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/BuildStatusChangeEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CheckinEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CheckinEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/CommonStructureChangedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/DataChangedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/DataChangedEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityChangedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityCreatedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/IdentityDeletedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/MembershipChangedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/MembershipChangedEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/WorkItemChangedEvent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/WorkItemChangedEventExt.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/EventTypes/branchmovedevent.xsd.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/GenericEvent.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/INotificationEvent.cs
Main/Source/TfsAlert/AppCode/NotificationEvents/NotificationEventFactory.cs
Main/Source/TfsAlert/AppCode/NotificationReciever.cs
Main/Source/TfsAlert/AppCode/RelayIO.cs
Main/Source/TfsAlert/AppCode/SubscriptionInfo.cs
Main/Source/TfsAlert/AppCode/TeamFoundationFactory.cs
Main/Source/TfsAlert/Bootstrapper.cs
Main/Source/TfsAlert/Core/ApplicationHelpers.cs
Main/Source/TfsAlert/Core/BusinessFacades/BusinessFacadeFactory.cs
Main/Source/TfsAlert/Core/BusinessFacades/IBusinessFacadeFactory.cs
Main/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/IRegistrationFactory.cs
Main/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/IRegistrationManager.cs
Main/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/Impl/RegistrationManagerImpl.cs
Main/Source/TfsAlert/Core/BusinessFacades/RegistrationBF/RegistrationFactory.cs
Main/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationBF.cs
Main/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationFacade.cs
Main/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/ITeamFoundationFactory.cs
Main/Source/TfsAlert/Core/BusinessFacades/TeamFoundationBF/Impl/TeamFoundationImpl.cs
Main/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/Constants.cs
Main/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/ITeamFoundationDataFacade.cs
Main/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/Impl/TeamFoundationDLImpl.cs
Main/Source/TfsAlert/Core/DataAccessLayer/TeamFoundationDL/TeamFoundationDAFactory.cs
Main/Source/TfsAlert/Core/Model/TfsEvent.cs
Main/Source/TfsAlert/Core/Model/TfsServer.cs
Main/Source/TfsAlert/Core/SerializationManager.cs
Main/Source/TfsAlert/Core/TfsServerInfoHelper.cs
Main/Source/TfsAlert/Forms/AddEditTfsServer.Designer.cs
Main/Source/TfsAlert/Forms/AddEditTfsServer.cs
Main/Source/TfsAlert/Forms/AddEditTfsServer.resx
Main/Source/TfsAlert/Forms/ApplicationSettings.Designer.cs
Main/Source/TfsAlert/Forms/ApplicationSettings.cs
Main/Source/TfsAlert/Forms/ApplicationSettings.resx
Main/Source/TfsAlert/Forms/about.Designer.cs
Main/Source/TfsAlert/Forms/about.cs
Main/Source/TfsAlert/Forms/about.resx
Main/Source/TfsAlert/Forms/main.Designer.cs
Main/Source/TfsAlert/Forms/main.cs
Main/Source/TfsAlert/Forms/main.resx
Main/Source/TfsAlert/Forms/tfs_alerts.ico
Main/Source/TfsAlert/Forms/tfs_alerts_16.ico
Main/Source/TfsAlert/Forms/tfs_alerts_16_failed.ico
Main/Source/TfsAlert/Forms/tfs_alerts_16_passed.ico
Main/Source/TfsAlert/Forms/tfs_alerts_16_warning.ico
Main/Source/TfsAlert/Forms/tfs_alerts_32.ico
Main/Source/TfsAlert/Forms/tfs_alerts_fullset.ico
Main/Source/TfsAlert/GlobalSuppressions.cs
Main/Source/TfsAlert/Icons/Application.ico
Main/Source/TfsAlert/Instrumentation.cs
Main/Source/TfsAlert/Properties/AssemblyInfo.cs
Main/Source/TfsAlert/Properties/DataSources/TFSAlert.Configuration.TfsEvent.datasource
Main/Source/TfsAlert/Properties/Resources.Designer.cs
Main/Source/TfsAlert/Properties/Resources.resx
Main/Source/TfsAlert/Properties/Settings.Designer.cs
Main/Source/TfsAlert/Properties/Settings.settings
Main/Source/TfsAlert/Shell.xaml
Main/Source/TfsAlert/Shell.xaml.cs
Main/Source/TfsAlert/TFSAlert.csproj
Main/Source/TfsAlert/TFSAlert.csproj.user
Main/Source/TfsAlert/TFSAlert_TemporaryKey.pfx
Main/Source/TfsAlert/TfsAlert.cs
Main/Source/TfsAlert/TfsAlert.csproj.vspscc
Main/Source/TfsAlert/TfsAlert.exe.manifest
Main/Source/TfsAlert/UIControl/ApplicationSettingsController.cs
Main/Source/TfsAlert/UnitTests/ApplicationHelpers_UnitTests.cs
Main/Source/TfsAlert/UnitTests/Core/DataAccessFacadeUnitTest.cs
Main/Source/TfsAlert/UnitTests/Core/RegistrationFacadeTests.cs
Main/Source/TfsAlert/UnitTests/Core/TeamFoundationFacadeTest.cs
Main/Source/TfsAlert/UnitTests/NotificationEvents/NotificationEventFactory_UnitTests.cs
Main/Source/TfsAlert/UnitTests/NotificationReciever_UnitTests.cs
Main/Source/TfsAlert/UnitTests/RegistrationManager_UnitTests.cs
Main/Source/TfsAlert/UnitTests/SubscriptionInfo_UnitTests.cs
Main/Source/TfsAlert/UnitTests/TfsServerInfoHelper_UnitTests.cs
Main/Source/TfsAlertScenarioTests/NotificationEvent.cs
Main/Source/TfsAlertScenarioTests/NotificationRecieverProxy.cs
Main/Source/TfsAlertScenarioTests/NotificationReciever_wcf.cs
Main/Source/TfsAlertScenarioTests/NotificationReciever_ws.cs
Main/Source/TfsAlertScenarioTests/Properties/AssemblyInfo.cs
Main/Source/TfsAlertScenarioTests/Properties/Settings.Designer.cs
Main/Source/TfsAlertScenarioTests/Properties/Settings.settings
Main/Source/TfsAlertScenarioTests/TestMessages/CheckinEvent.xml
Main/Source/TfsAlertScenarioTests/TestMessages/WorkItemChangedEvent.xml
Main/Source/TfsAlertScenarioTests/TfsAlertScenarioTests.csproj
Main/Source/TfsAlertScenarioTests/TfsAlertScenarioTests.csproj.vspscc
Main/Source/TfsAlertSetup/Application.ico
Main/Source/TfsAlertSetup/TFSSetup.vdproj
Main/Source/TfsAlertSetup/TFSSetup.vdproj.vspscc
Main/Source/TfsAlertSetup/license.rtf
Main/Source/TfsAlertSetup/readme.rtf
Main/Source/TfsAlertSetup/tfsalert.jpg
Main/Source/WorkItemModule/DefaultView.xaml
Main/Source/WorkItemModule/DefaultView.xaml.cs
Main/Source/WorkItemModule/GlobalSuppressions.cs
Main/Source/WorkItemModule/Properties/AssemblyInfo.cs
Main/Source/WorkItemModule/Properties/Resources.Designer.cs
Main/Source/WorkItemModule/Properties/Resources.resx
Main/Source/WorkItemModule/Properties/Settings.Designer.cs
Main/Source/WorkItemModule/Properties/Settings.settings
Main/Source/WorkItemModule/WorkItemModule.cs
Main/Source/WorkItemModule/WorkItemModule.csproj
Main/Source/WorkItemModule/WorkItemModule.csproj.vspscc
Main/Source/localtestrun.testrunconfig
Main/bin/CompositeWpf/Microsoft.Practices.Composite.UnityExtensions.dll
Main/bin/CompositeWpf/Microsoft.Practices.Composite.Wpf.dll
Main/bin/CompositeWpf/Microsoft.Practices.Composite.dll
Main/bin/CompositeWpf/Microsoft.Practices.ObjectBuilder2.dll
Main/bin/CompositeWpf/Microsoft.Practices.ObjectBuilder2.xml
Main/bin/CompositeWpf/Microsoft.Practices.Unity.dll
Main/bin/CompositeWpf/Microsoft.Practices.Unity.xml
Main/bin/EntLib/Microsoft.Practices.EnterpriseLibrary.Common.dll
Main/bin/EntLib/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll
Main/bin/EntLib/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll
Main/bin/EntLib/Microsoft.Practices.EnterpriseLibrary.Logging.dll
Main/bin/Rhino/Rhino.Mocks.dll
Main/bin/Rhino/Rhino.Mocks.xml
Main/bin/Unity/Microsoft.Practices.ObjectBuilder2.dll
Main/bin/Unity/Microsoft.Practices.ObjectBuilder2.xml
Main/bin/Unity/Microsoft.Practices.Unity.Configuration.XML
Main/bin/Unity/Microsoft.Practices.Unity.Configuration.dll
Main/bin/Unity/Microsoft.Practices.Unity.StaticFactory.dll
Main/bin/Unity/Microsoft.Practices.Unity.StaticFactory.xml
Main/bin/Unity/Microsoft.Practices.Unity.dll
Main/bin/Unity/Microsoft.Practices.Unity.xml
Main/bin/White/white - Home.url
Main/bin/nmock.dll

Download

Click the following link to download tfsalert.zip.

tfsalert.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML