gitextract__b3_uj3j/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── EVEMon.sln ├── README.md ├── SharedAssemblyInfo.cs ├── SharedAssemblyInfo.template.cs ├── designs/ │ ├── AutoUpdate-Architecture.bmml │ ├── AutoUpdate-UI-EVEMonUpdate.bmml │ ├── AutoUpdate-UI-UpdateDetails.bmml │ └── PosMonitor.bmml ├── src/ │ ├── EVEMon/ │ │ ├── APIErrorHandling/ │ │ │ ├── APIErrorWindow.Designer.cs │ │ │ ├── APIErrorWindow.cs │ │ │ ├── APIErrorWindow.resx │ │ │ ├── HttpTimeoutTroubleshooter.Designer.cs │ │ │ ├── HttpTimeoutTroubleshooter.cs │ │ │ └── HttpTimeoutTroubleshooter.resx │ │ ├── About/ │ │ │ ├── AboutWindow.Designer.cs │ │ │ ├── AboutWindow.cs │ │ │ └── AboutWindow.resx │ │ ├── ApiCredentialsManagement/ │ │ │ ├── CharacterDeletionWindow.Designer.cs │ │ │ ├── CharacterDeletionWindow.cs │ │ │ ├── CharacterDeletionWindow.resx │ │ │ ├── CharacterImportationWindow.Designer.cs │ │ │ ├── CharacterImportationWindow.cs │ │ │ ├── CharacterImportationWindow.resx │ │ │ ├── EsiKeyDeletionWindow.Designer.cs │ │ │ ├── EsiKeyDeletionWindow.cs │ │ │ ├── EsiKeyDeletionWindow.resx │ │ │ ├── EsiKeyUpdateOrAdditionWindow.Designer.cs │ │ │ ├── EsiKeyUpdateOrAdditionWindow.cs │ │ │ ├── EsiKeyUpdateOrAdditionWindow.resx │ │ │ ├── EsiKeysListBox.cs │ │ │ ├── EsiKeysManagementWindow.Designer.cs │ │ │ ├── EsiKeysManagementWindow.cs │ │ │ └── EsiKeysManagementWindow.resx │ │ ├── App.config │ │ ├── BlankCharacter/ │ │ │ ├── BlankCharacterControl.Designer.cs │ │ │ ├── BlankCharacterControl.cs │ │ │ ├── BlankCharacterControl.resx │ │ │ ├── BlankCharacterWindow.Designer.cs │ │ │ ├── BlankCharacterWindow.cs │ │ │ └── BlankCharacterWindow.resx │ │ ├── BlankCharacterControl.Designer.cs │ │ ├── BlankCharacterControl.cs │ │ ├── BlankCharacterControl.resx │ │ ├── BlankCharacterWindow.Designer.cs │ │ ├── BlankCharacterWindow.cs │ │ ├── BlankCharacterWindow.resx │ │ ├── CharacterMonitoring/ │ │ │ ├── AssetsColumnsSelectWindow.cs │ │ │ ├── CharacterAssetsList.Designer.cs │ │ │ ├── CharacterAssetsList.cs │ │ │ ├── CharacterAssetsList.resx │ │ │ ├── CharacterContactList.Designer.cs │ │ │ ├── CharacterContactList.cs │ │ │ ├── CharacterContactList.resx │ │ │ ├── CharacterContractsList.Designer.cs │ │ │ ├── CharacterContractsList.cs │ │ │ ├── CharacterContractsList.resx │ │ │ ├── CharacterEmploymentHistoryList.Designer.cs │ │ │ ├── CharacterEmploymentHistoryList.cs │ │ │ ├── CharacterEmploymentHistoryList.resx │ │ │ ├── CharacterEveMailMessagesList.Designer.cs │ │ │ ├── CharacterEveMailMessagesList.cs │ │ │ ├── CharacterEveMailMessagesList.resx │ │ │ ├── CharacterEveNotificationsList.Designer.cs │ │ │ ├── CharacterEveNotificationsList.cs │ │ │ ├── CharacterEveNotificationsList.resx │ │ │ ├── CharacterFactionalWarfareStatsList.Designer.cs │ │ │ ├── CharacterFactionalWarfareStatsList.cs │ │ │ ├── CharacterFactionalWarfareStatsList.resx │ │ │ ├── CharacterIndustryJobsList.Designer.cs │ │ │ ├── CharacterIndustryJobsList.cs │ │ │ ├── CharacterIndustryJobsList.resx │ │ │ ├── CharacterKillLogList.Designer.cs │ │ │ ├── CharacterKillLogList.cs │ │ │ ├── CharacterKillLogList.resx │ │ │ ├── CharacterLoyaltyList.Designer.cs │ │ │ ├── CharacterLoyaltyList.cs │ │ │ ├── CharacterLoyaltyList.resx │ │ │ ├── CharacterMarketOrdersList.Designer.cs │ │ │ ├── CharacterMarketOrdersList.cs │ │ │ ├── CharacterMarketOrdersList.resx │ │ │ ├── CharacterMedalsList.Designer.cs │ │ │ ├── CharacterMedalsList.cs │ │ │ ├── CharacterMedalsList.resx │ │ │ ├── CharacterMonitor.Designer.cs │ │ │ ├── CharacterMonitor.cs │ │ │ ├── CharacterMonitor.resx │ │ │ ├── CharacterMonitorBody.Designer.cs │ │ │ ├── CharacterMonitorBody.cs │ │ │ ├── CharacterMonitorBody.resx │ │ │ ├── CharacterMonitorFooter.Designer.cs │ │ │ ├── CharacterMonitorFooter.cs │ │ │ ├── CharacterMonitorFooter.resx │ │ │ ├── CharacterMonitorHeader.Designer.cs │ │ │ ├── CharacterMonitorHeader.cs │ │ │ ├── CharacterMonitorHeader.resx │ │ │ ├── CharacterPlanetaryList.Designer.cs │ │ │ ├── CharacterPlanetaryList.cs │ │ │ ├── CharacterPlanetaryList.resx │ │ │ ├── CharacterResearchPointsList.Designer.cs │ │ │ ├── CharacterResearchPointsList.cs │ │ │ ├── CharacterResearchPointsList.resx │ │ │ ├── CharacterSkillsList.Designer.cs │ │ │ ├── CharacterSkillsList.cs │ │ │ ├── CharacterSkillsList.resx │ │ │ ├── CharacterSkillsQueueList.Designer.cs │ │ │ ├── CharacterSkillsQueueList.cs │ │ │ ├── CharacterSkillsQueueList.resx │ │ │ ├── CharacterStandingsList.Designer.cs │ │ │ ├── CharacterStandingsList.cs │ │ │ ├── CharacterStandingsList.resx │ │ │ ├── CharacterWalletJournalList.Designer.cs │ │ │ ├── CharacterWalletJournalList.cs │ │ │ ├── CharacterWalletJournalList.resx │ │ │ ├── CharacterWalletTransactionsList.Designer.cs │ │ │ ├── CharacterWalletTransactionsList.cs │ │ │ ├── CharacterWalletTransactionsList.resx │ │ │ ├── ContractsColumnsSelectWindow.cs │ │ │ ├── EveMailMessagesColumnsSelectWindow.cs │ │ │ ├── EveNotificationsColumnsSelectWindow.cs │ │ │ ├── IndustryJobsColumnsSelectWindow.cs │ │ │ ├── MarketOrdersColumnsSelectWindow.cs │ │ │ ├── PlanetaryColumnsSelectWindow.Designer.cs │ │ │ ├── PlanetaryColumnsSelectWindow.cs │ │ │ ├── ResearchColumnsSelectWindow.cs │ │ │ ├── WalletJournalColumnsSelectWindow.cs │ │ │ └── WalletTransactionsColumnsSelectWindow.cs │ │ ├── CharactersComparison/ │ │ │ ├── CharactersComparisonWindow.Designer.cs │ │ │ ├── CharactersComparisonWindow.cs │ │ │ └── CharactersComparisonWindow.resx │ │ ├── Controls/ │ │ │ ├── KillReportAttacker.Designer.cs │ │ │ ├── KillReportAttacker.cs │ │ │ ├── KillReportAttacker.resx │ │ │ ├── KillReportFittingContent.Designer.cs │ │ │ ├── KillReportFittingContent.cs │ │ │ ├── KillReportFittingContent.resx │ │ │ ├── KillReportInvolvedParties.Designer.cs │ │ │ ├── KillReportInvolvedParties.cs │ │ │ ├── KillReportInvolvedParties.resx │ │ │ ├── KillReportVictim.Designer.cs │ │ │ ├── KillReportVictim.cs │ │ │ ├── KillReportVictim.resx │ │ │ ├── NotificationList.Designer.cs │ │ │ ├── NotificationList.cs │ │ │ ├── NotificationList.resx │ │ │ ├── Overview.Designer.cs │ │ │ ├── Overview.cs │ │ │ ├── Overview.resx │ │ │ ├── OverviewItem.Designer.cs │ │ │ ├── OverviewItem.cs │ │ │ ├── OverviewItem.resx │ │ │ ├── OverviewLabel.cs │ │ │ ├── ReadingPane.Designer.cs │ │ │ ├── ReadingPane.cs │ │ │ └── ReadingPane.resx │ │ ├── DetailsWindow/ │ │ │ ├── ContractDetailsWindow.Designer.cs │ │ │ ├── ContractDetailsWindow.cs │ │ │ ├── ContractDetailsWindow.resx │ │ │ ├── EveMessageWindow.Designer.cs │ │ │ ├── EveMessageWindow.cs │ │ │ ├── EveMessageWindow.resx │ │ │ ├── KillReportWindow.Designer.cs │ │ │ ├── KillReportWindow.cs │ │ │ ├── KillReportWindow.resx │ │ │ ├── WalletJournalChartWindow.Designer.cs │ │ │ ├── WalletJournalChartWindow.cs │ │ │ └── WalletJournalChartWindow.resx │ │ ├── EVEMon.csproj │ │ ├── ExceptionHandling/ │ │ │ ├── UnhandledExceptionWindow.Designer.cs │ │ │ ├── UnhandledExceptionWindow.cs │ │ │ └── UnhandledExceptionWindow.resx │ │ ├── GlobalSuppressions.cs │ │ ├── ImplantControls/ │ │ │ ├── ImplantSetsWindow.Designer.cs │ │ │ ├── ImplantSetsWindow.cs │ │ │ ├── ImplantSetsWindow.resx │ │ │ ├── ImplantTooltip.Designer.cs │ │ │ ├── ImplantTooltip.cs │ │ │ └── ImplantTooltip.resx │ │ ├── MainWindow.Designer.cs │ │ ├── MainWindow.cs │ │ ├── MainWindow.resx │ │ ├── NotificationWindow/ │ │ │ ├── ContractsWindow.Designer.cs │ │ │ ├── ContractsWindow.cs │ │ │ ├── ContractsWindow.resx │ │ │ ├── IndustryJobsWindow.Designer.cs │ │ │ ├── IndustryJobsWindow.cs │ │ │ ├── IndustryJobsWindow.resx │ │ │ ├── MarketOrdersWindow.Designer.cs │ │ │ ├── MarketOrdersWindow.cs │ │ │ ├── MarketOrdersWindow.resx │ │ │ ├── OwnedSkillBooksWindow.Designer.cs │ │ │ ├── OwnedSkillBooksWindow.cs │ │ │ ├── OwnedSkillBooksWindow.resx │ │ │ ├── PlanetaryPinsWindow.Designer.cs │ │ │ ├── PlanetaryPinsWindow.cs │ │ │ ├── PlanetaryPinsWindow.resx │ │ │ ├── SkillCompletionWindow.Designer.cs │ │ │ ├── SkillCompletionWindow.cs │ │ │ ├── SkillCompletionWindow.resx │ │ │ ├── TimeCheckNotification.Designer.cs │ │ │ ├── TimeCheckNotification.cs │ │ │ └── TimeCheckNotification.resx │ │ ├── Program.cs │ │ ├── Properties/ │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Schedule/ │ │ │ ├── CalendarControl.Designer.cs │ │ │ ├── CalendarControl.cs │ │ │ ├── CalendarControl.resx │ │ │ ├── DateSelectWindow.Designer.cs │ │ │ ├── DateSelectWindow.cs │ │ │ ├── DateSelectWindow.resx │ │ │ ├── EditScheduleEntryWindow.Designer.cs │ │ │ ├── EditScheduleEntryWindow.cs │ │ │ ├── EditScheduleEntryWindow.resx │ │ │ ├── ScheduleCalendar.cs │ │ │ ├── ScheduleEditorWindow.Designer.cs │ │ │ ├── ScheduleEditorWindow.cs │ │ │ └── ScheduleEditorWindow.resx │ │ ├── SettingsUI/ │ │ │ ├── CloudStorageServiceControl.Designer.cs │ │ │ ├── CloudStorageServiceControl.cs │ │ │ ├── CloudStorageServiceControl.resx │ │ │ ├── EmailNotificationsControl.Designer.cs │ │ │ ├── EmailNotificationsControl.cs │ │ │ ├── EmailNotificationsControl.resx │ │ │ ├── ExternalCalendarControl.Designer.cs │ │ │ ├── ExternalCalendarControl.cs │ │ │ ├── ExternalCalendarControl.resx │ │ │ ├── NotificationsControl.Designer.cs │ │ │ ├── NotificationsControl.cs │ │ │ ├── NotificationsControl.resx │ │ │ ├── PortableEveClientsControl.Designer.cs │ │ │ ├── PortableEveClientsControl.cs │ │ │ ├── PortableEveClientsControl.resx │ │ │ ├── ProxyAuthenticationWindow.Designer.cs │ │ │ ├── ProxyAuthenticationWindow.cs │ │ │ ├── ProxyAuthenticationWindow.resx │ │ │ ├── SettingsFileStorageControl.Designer.cs │ │ │ ├── SettingsFileStorageControl.cs │ │ │ ├── SettingsFileStorageControl.resx │ │ │ ├── SettingsForm.Designer.cs │ │ │ ├── SettingsForm.cs │ │ │ ├── SettingsForm.resx │ │ │ ├── TrayBaseWindow.Designer.cs │ │ │ ├── TrayBaseWindow.cs │ │ │ ├── TrayBaseWindow.resx │ │ │ ├── TrayPopUpConfigForm.Designer.cs │ │ │ ├── TrayPopUpConfigForm.cs │ │ │ ├── TrayPopUpConfigForm.resx │ │ │ ├── TrayPopUpWindow.cs │ │ │ ├── TrayTooltipConfigForm.Designer.cs │ │ │ ├── TrayTooltipConfigForm.cs │ │ │ ├── TrayTooltipConfigForm.resx │ │ │ ├── TrayTooltipWindow.cs │ │ │ ├── UpdateSettingsControl.Designer.cs │ │ │ ├── UpdateSettingsControl.cs │ │ │ └── UpdateSettingsControl.resx │ │ ├── SkillPlanner/ │ │ │ ├── AttributeBarControl.cs │ │ │ ├── AttributeButtonControl.cs │ │ │ ├── AttributesOptimizerControl.Designer.cs │ │ │ ├── AttributesOptimizerControl.cs │ │ │ ├── AttributesOptimizerControl.resx │ │ │ ├── AttributesOptimizerOptionsWindow.Designer.cs │ │ │ ├── AttributesOptimizerOptionsWindow.cs │ │ │ ├── AttributesOptimizerOptionsWindow.resx │ │ │ ├── AttributesOptimizerWindow.Designer.cs │ │ │ ├── AttributesOptimizerWindow.cs │ │ │ ├── AttributesOptimizerWindow.resx │ │ │ ├── BlueprintBrowserControl.Designer.cs │ │ │ ├── BlueprintBrowserControl.cs │ │ │ ├── BlueprintBrowserControl.resx │ │ │ ├── BlueprintSelectControl.Designer.cs │ │ │ ├── BlueprintSelectControl.cs │ │ │ ├── BlueprintSelectControl.resx │ │ │ ├── BrowserClasses.cd │ │ │ ├── CertificateBrowserControl.Designer.cs │ │ │ ├── CertificateBrowserControl.cs │ │ │ ├── CertificateBrowserControl.resx │ │ │ ├── CertificateSelectControl.Designer.cs │ │ │ ├── CertificateSelectControl.cs │ │ │ ├── CertificateSelectControl.resx │ │ │ ├── CertificateTreeDisplayControl.Designer.cs │ │ │ ├── CertificateTreeDisplayControl.cs │ │ │ ├── CertificateTreeDisplayControl.resx │ │ │ ├── EveObjectBrowserControl.Designer.cs │ │ │ ├── EveObjectBrowserControl.cs │ │ │ ├── EveObjectBrowserControl.resx │ │ │ ├── EveObjectBrowserSimple.Designer.cs │ │ │ ├── EveObjectBrowserSimple.cs │ │ │ ├── EveObjectBrowserSimple.resx │ │ │ ├── EveObjectSelectControl.Designer.cs │ │ │ ├── EveObjectSelectControl.cs │ │ │ ├── EveObjectSelectControl.resx │ │ │ ├── ImplantCalculatorWindow.Designer.cs │ │ │ ├── ImplantCalculatorWindow.cs │ │ │ ├── ImplantCalculatorWindow.resx │ │ │ ├── ItemBrowserControl.Designer.cs │ │ │ ├── ItemBrowserControl.cs │ │ │ ├── ItemBrowserControl.resx │ │ │ ├── ItemSelectControl.Designer.cs │ │ │ ├── ItemSelectControl.cs │ │ │ ├── ItemSelectControl.resx │ │ │ ├── LoadoutImportationWindow.Designer.cs │ │ │ ├── LoadoutImportationWindow.cs │ │ │ ├── LoadoutImportationWindow.resx │ │ │ ├── MasteryTreeDisplayControl.Designer.cs │ │ │ ├── MasteryTreeDisplayControl.cs │ │ │ ├── MasteryTreeDisplayControl.resx │ │ │ ├── NewPlanWindow.Designer.cs │ │ │ ├── NewPlanWindow.cs │ │ │ ├── NewPlanWindow.resx │ │ │ ├── ObsoleteEntriesWindow.Designer.cs │ │ │ ├── ObsoleteEntriesWindow.cs │ │ │ ├── ObsoleteEntriesWindow.resx │ │ │ ├── OverridenTreeView.cs │ │ │ ├── PlanColumnSelectWindow.cs │ │ │ ├── PlanEditorControl.Designer.cs │ │ │ ├── PlanEditorControl.cs │ │ │ ├── PlanEditorControl.resx │ │ │ ├── PlanImportationFromCharacterWindow.Designer.cs │ │ │ ├── PlanImportationFromCharacterWindow.cs │ │ │ ├── PlanImportationFromCharacterWindow.resx │ │ │ ├── PlanManagementWindow.Designer.cs │ │ │ ├── PlanManagementWindow.cs │ │ │ ├── PlanManagementWindow.resx │ │ │ ├── PlanNotesEditorWindow.Designer.cs │ │ │ ├── PlanNotesEditorWindow.cs │ │ │ ├── PlanNotesEditorWindow.resx │ │ │ ├── PlanPrioritiesEditorWindow.Designer.cs │ │ │ ├── PlanPrioritiesEditorWindow.cs │ │ │ ├── PlanPrioritiesEditorWindow.resx │ │ │ ├── PlanToOperationWindow.Designer.cs │ │ │ ├── PlanToOperationWindow.cs │ │ │ ├── PlanToOperationWindow.resx │ │ │ ├── PlanWindow.Designer.cs │ │ │ ├── PlanWindow.cs │ │ │ ├── PlanWindow.resx │ │ │ ├── RequiredSkillsControl.Designer.cs │ │ │ ├── RequiredSkillsControl.cs │ │ │ ├── RequiredSkillsControl.resx │ │ │ ├── ShipBrowserControl.Designer.cs │ │ │ ├── ShipBrowserControl.cs │ │ │ ├── ShipBrowserControl.resx │ │ │ ├── ShipLoadoutSelectWindow.Designer.cs │ │ │ ├── ShipLoadoutSelectWindow.cs │ │ │ ├── ShipLoadoutSelectWindow.resx │ │ │ ├── ShipSelectControl.Designer.cs │ │ │ ├── ShipSelectControl.cs │ │ │ ├── ShipSelectControl.resx │ │ │ ├── SkillBrowserControl.Designer.cs │ │ │ ├── SkillBrowserControl.cs │ │ │ ├── SkillBrowserControl.resx │ │ │ ├── SkillExplorerWindow.Designer.cs │ │ │ ├── SkillExplorerWindow.cs │ │ │ ├── SkillExplorerWindow.resx │ │ │ ├── SkillSelectControl.Designer.cs │ │ │ ├── SkillSelectControl.cs │ │ │ ├── SkillSelectControl.resx │ │ │ ├── SkillTreeDisplayControl.Designer.cs │ │ │ ├── SkillTreeDisplayControl.cs │ │ │ ├── SkillTreeDisplayControl.resx │ │ │ ├── SuggestionWindow.Designer.cs │ │ │ ├── SuggestionWindow.cs │ │ │ └── SuggestionWindow.resx │ │ ├── Updater/ │ │ │ ├── DataUpdateDownloadForm.Designer.cs │ │ │ ├── DataUpdateDownloadForm.cs │ │ │ ├── DataUpdateDownloadForm.resx │ │ │ ├── DataUpdateNotifyForm.Designer.cs │ │ │ ├── DataUpdateNotifyForm.cs │ │ │ ├── DataUpdateNotifyForm.resx │ │ │ ├── UpdateDownloadForm.Designer.cs │ │ │ ├── UpdateDownloadForm.cs │ │ │ ├── UpdateDownloadForm.resx │ │ │ ├── UpdateNotifyForm.Designer.cs │ │ │ ├── UpdateNotifyForm.cs │ │ │ └── UpdateNotifyForm.resx │ │ └── app.manifest │ ├── EVEMon.Common/ │ │ ├── App.config │ │ ├── AsyncPump.cs │ │ ├── Attributes/ │ │ │ ├── EnforceUIThreadAffinity.cs │ │ │ ├── ForcedOnStartupAttribute.cs │ │ │ ├── FullKeyAttribute.cs │ │ │ ├── HeaderAttribute.cs │ │ │ ├── Internals/ │ │ │ │ └── NotifyPropertyChanged.Subs.cs │ │ │ ├── ParentAttribute.cs │ │ │ └── UpdateAttribute.cs │ │ ├── CloudStorageServices/ │ │ │ ├── AuthenticationSteps.cs │ │ │ ├── CloudStorageServiceAPIFile.cs │ │ │ ├── CloudStorageServiceProvider.cs │ │ │ ├── CloudStorageServiceResources.Designer.cs │ │ │ ├── CloudStorageServiceResources.resx │ │ │ ├── CloudStorageServiceSettings.Designer.cs │ │ │ ├── CloudStorageServiceSettings.settings │ │ │ ├── Dropbox/ │ │ │ │ ├── DropboxCloudStorageServiceProvider.cs │ │ │ │ ├── DropboxCloudStorageServiceSettings.Designer.cs │ │ │ │ └── DropboxCloudStorageServiceSettings.settings │ │ │ ├── GoogleDrive/ │ │ │ │ ├── GoogleDriveCloudStorageServiceProvider.cs │ │ │ │ ├── GoogleDriveCloudStorageServiceSettings.Designer.cs │ │ │ │ └── GoogleDriveCloudStorageServiceSettings.settings │ │ │ └── OneDrive/ │ │ │ ├── OneDriveCloudStorageServiceProvider.cs │ │ │ ├── OneDriveCloudStorageServiceSettings.Designer.cs │ │ │ └── OneDriveCloudStorageServiceSettings.settings │ │ ├── Collections/ │ │ │ ├── BaseList.cs │ │ │ ├── CollectionExtensions.cs │ │ │ ├── EnumerableExtensions.cs │ │ │ ├── FastList.cs │ │ │ ├── Global/ │ │ │ │ ├── GlobalAPIKeyCollection.cs │ │ │ │ ├── GlobalAPIProviderCollection.cs │ │ │ │ ├── GlobalCharacterCollection.cs │ │ │ │ ├── GlobalCharacterIdentityCollection.cs │ │ │ │ ├── GlobalDatafileCollection.cs │ │ │ │ ├── GlobalMonitoredCharacterCollection.cs │ │ │ │ └── GlobalNotificationCollection.cs │ │ │ ├── IReadonlyCollection.cs │ │ │ ├── IReadonlyKeyedCollection.cs │ │ │ ├── ReadonlyCollection.cs │ │ │ ├── ReadonlyKeyedCollection.cs │ │ │ └── ReadonlyVirtualCollection.cs │ │ ├── Constants/ │ │ │ ├── CultureConstants.cs │ │ │ ├── DBConstants.cs │ │ │ ├── EveConstants.cs │ │ │ ├── EveMonConstants.cs │ │ │ ├── NetworkConstants.resx │ │ │ └── NetworkConstants1.Designer.cs │ │ ├── Controls/ │ │ │ ├── ApiErrorTroubleshooter.Designer.cs │ │ │ ├── ApiErrorTroubleshooter.cs │ │ │ ├── ApiErrorTroubleshooter.resx │ │ │ ├── AutoEllipsisToolStripRenderer.cs │ │ │ ├── BorderPanel.cs │ │ │ ├── CharacterPortrait.Designer.cs │ │ │ ├── CharacterPortrait.cs │ │ │ ├── CharacterPortrait.resx │ │ │ ├── CheckedComboBox.cs │ │ │ ├── ColumnSelectWindow.Designer.cs │ │ │ ├── ColumnSelectWindow.cs │ │ │ ├── ColumnSelectWindow.resx │ │ │ ├── ControlExtensions.cs │ │ │ ├── CopySaveOptionsWindow.Designer.cs │ │ │ ├── CopySaveOptionsWindow.cs │ │ │ ├── CopySaveOptionsWindow.resx │ │ │ ├── CustomComboBox.cs │ │ │ ├── CustomCursors.cs │ │ │ ├── DraggableListView.cs │ │ │ ├── DraggableTabControl.cs │ │ │ ├── DropDownMouseMoveComboBox.cs │ │ │ ├── EVEMonForm.Designer.cs │ │ │ ├── EVEMonForm.cs │ │ │ ├── EVEMonForm.resx │ │ │ ├── EveFolderWindow.Designer.cs │ │ │ ├── EveFolderWindow.cs │ │ │ ├── EveFolderWindow.resx │ │ │ ├── EveImage.Designer.cs │ │ │ ├── EveImage.cs │ │ │ ├── EveImage.resx │ │ │ ├── EveImagePopUp.Designer.cs │ │ │ ├── EveImagePopUp.cs │ │ │ ├── EveImagePopUp.resx │ │ │ ├── ExpandablePanelControl.cs │ │ │ ├── InfiniteDisplayToolTip.cs │ │ │ ├── IntuitiveDataGridView.cs │ │ │ ├── ListViewDragEventArgs.cs │ │ │ ├── ListViewHelper.cs │ │ │ ├── ListViewItemComparerByTag.cs │ │ │ ├── MessageBoxCustom.Designer.cs │ │ │ ├── MessageBoxCustom.cs │ │ │ ├── MessageBoxCustom.resx │ │ │ ├── MultiPanel/ │ │ │ │ ├── Design/ │ │ │ │ │ ├── MultiPanelDesigner.cs │ │ │ │ │ ├── MultiPanelDesignerHelper.cs │ │ │ │ │ ├── MultiPanelPageDesigner.cs │ │ │ │ │ └── MultiPanelSelectionEditor.cs │ │ │ │ ├── MultiPanel.cs │ │ │ │ ├── MultiPanelPage.cs │ │ │ │ └── MultiPanelSelectionChangeEventArgs.cs │ │ │ ├── NativeMethods.cs │ │ │ ├── NoFlickerListBox.cs │ │ │ ├── NoFlickerPanel.cs │ │ │ ├── PersistentSplitContainer.cs │ │ │ ├── PrintOptionsDialog.Designer.cs │ │ │ ├── PrintOptionsDialog.cs │ │ │ ├── PrintOptionsDialog.resx │ │ │ ├── ResolutionAction.cs │ │ │ ├── SkillQueueControl.cs │ │ │ ├── SplitButton.cs │ │ │ ├── Throbber.cs │ │ │ ├── TipWindow.Designer.cs │ │ │ ├── TipWindow.cs │ │ │ ├── TipWindow.resx │ │ │ ├── TrayIcon.Designer.cs │ │ │ ├── TrayIcon.cs │ │ │ ├── TrayIcon.resx │ │ │ ├── TreeView.cs │ │ │ └── TreeViewExtensions.cs │ │ ├── CustomEventArgs/ │ │ │ ├── ApiErrorTroubleshooterEventArgs.cs │ │ │ ├── AttributeChangedEventArgs.cs │ │ │ ├── AttributeHighlightingEventArgs.cs │ │ │ ├── AttributeValueChangedEventArgs.cs │ │ │ ├── AttributeValueChangingEventArgs.cs │ │ │ ├── CharacterChangedEventArgs.cs │ │ │ ├── CharacterIdentityChangedEventArgs.cs │ │ │ ├── CloudStorageServiceProviderEventArgs.cs │ │ │ ├── ContractsEventArgs.cs │ │ │ ├── DataUpdateAvailableEventArgs.cs │ │ │ ├── DaySelectedEventArgs.cs │ │ │ ├── DropDownMouseMoveEventArgs.cs │ │ │ ├── ESIKeyCreationEventArgs.cs │ │ │ ├── ESIKeyInfoChangedEventArgs.cs │ │ │ ├── EveServerEventArgs.cs │ │ │ ├── IndustryJobsEventArgs.cs │ │ │ ├── LabelChangedEventArgs.cs │ │ │ ├── LoadoutEventArgs.cs │ │ │ ├── LoadoutFeedEventArgs.cs │ │ │ ├── MarketOrdersEventArgs.cs │ │ │ ├── PlanChangedEventArgs.cs │ │ │ ├── PlanetaryPinsEventArgs.cs │ │ │ ├── QueuedSkillsEventArgs.cs │ │ │ ├── SkillClickedEventArgs.cs │ │ │ ├── TimeCheckSyncEventArgs.cs │ │ │ ├── UpdateAvailableEventArgs.cs │ │ │ └── UriCharacterEventArgs.cs │ │ ├── Data/ │ │ │ ├── Agent.cs │ │ │ ├── Blueprint.cs │ │ │ ├── BlueprintCollection.cs │ │ │ ├── BlueprintMarketGroup.cs │ │ │ ├── BlueprintMarketGroupCollection.cs │ │ │ ├── Certificate.cs │ │ │ ├── CertificateCategoryCollection.cs │ │ │ ├── CertificateClass.cs │ │ │ ├── CertificateClassCollection.cs │ │ │ ├── CertificateCollection.cs │ │ │ ├── CertificateGroup.cs │ │ │ ├── CertificateLevel.cs │ │ │ ├── Constellation.cs │ │ │ ├── ControlTowerFuel.cs │ │ │ ├── ControlTowerFuelCollection.cs │ │ │ ├── Datafile.cs │ │ │ ├── EveProperty.cs │ │ │ ├── EvePropertyCategory.cs │ │ │ ├── EvePropertyCollection.cs │ │ │ ├── EvePropertyValue.cs │ │ │ ├── Faction.cs │ │ │ ├── Implant.cs │ │ │ ├── ImplantCollection.cs │ │ │ ├── Item.cs │ │ │ ├── ItemCollection.cs │ │ │ ├── MarketGroup.cs │ │ │ ├── MarketGroupCollection.cs │ │ │ ├── MarketGroupExtensions.cs │ │ │ ├── Mastery.cs │ │ │ ├── MasteryCertificate.cs │ │ │ ├── MasteryShip.cs │ │ │ ├── MasteryShipCollection.cs │ │ │ ├── Material.cs │ │ │ ├── MaterialCollection.cs │ │ │ ├── NPCCorporation.cs │ │ │ ├── Planet.cs │ │ │ ├── ReactionMaterial.cs │ │ │ ├── ReactionMaterialCollection.cs │ │ │ ├── Region.cs │ │ │ ├── Ship.cs │ │ │ ├── SolarSystem.cs │ │ │ ├── SolarSystemRange.cs │ │ │ ├── StaticBlueprints.cs │ │ │ ├── StaticCertificate.cs │ │ │ ├── StaticCertificateClass.cs │ │ │ ├── StaticCertificateGroup.cs │ │ │ ├── StaticCertificates.cs │ │ │ ├── StaticGeography.cs │ │ │ ├── StaticItems.cs │ │ │ ├── StaticMasteries.cs │ │ │ ├── StaticProperties.cs │ │ │ ├── StaticRecommendations.cs │ │ │ ├── StaticReprocessing.cs │ │ │ ├── StaticRequiredMaterial.cs │ │ │ ├── StaticSkill.cs │ │ │ ├── StaticSkillGroup.cs │ │ │ ├── StaticSkillLevel.cs │ │ │ ├── StaticSkills.cs │ │ │ ├── Station.cs │ │ │ └── StationServices.cs │ │ ├── EVEMon.Common.csproj │ │ ├── EmailProvider/ │ │ │ ├── DefaultProvider.cs │ │ │ ├── EmailProviders.cs │ │ │ ├── GmxProvider.cs │ │ │ ├── GoogleProvider.cs │ │ │ ├── HotmailProvider.cs │ │ │ ├── IEmailProvider.cs │ │ │ ├── YahooPlusProvider.cs │ │ │ └── YahooProvider.cs │ │ ├── Enumerations/ │ │ │ ├── AbbreviationFormat.cs │ │ │ ├── ActiveJobState.cs │ │ │ ├── AgentType.cs │ │ │ ├── AmarrMilitiaRank.cs │ │ │ ├── Ancestry.cs │ │ │ ├── AttributeOptimizationStrategy.cs │ │ │ ├── BlinkAction.cs │ │ │ ├── Bloodline.cs │ │ │ ├── BlueprintActivity.cs │ │ │ ├── BlueprintType.cs │ │ │ ├── CCPAPI/ │ │ │ │ ├── APIErrorType.cs │ │ │ │ ├── CCPAPIContactType.cs │ │ │ │ ├── CCPAPIKeyType.cs │ │ │ │ ├── CCPAPILocationType.cs │ │ │ │ ├── CCPAPIMethodsEnum.cs │ │ │ │ ├── CCPAPIPlanetTypes.cs │ │ │ │ ├── CCPContractStatus.cs │ │ │ │ ├── CCPJobCompletedStatus.cs │ │ │ │ ├── CCPOrderState.cs │ │ │ │ ├── ESIAPICharacterMethods.cs │ │ │ │ ├── ESIAPICorporationMethods.cs │ │ │ │ └── ESIAPIGenericMethods.cs │ │ │ ├── CaldariMilitiaRank.cs │ │ │ ├── CertificateFilter.cs │ │ │ ├── CertificateGrade.cs │ │ │ ├── CertificateSort.cs │ │ │ ├── CertificateStatus.cs │ │ │ ├── CharacterSaveFormat.cs │ │ │ ├── CharacterSortCriteria.cs │ │ │ ├── ConnectionStatus.cs │ │ │ ├── ContactGroup.cs │ │ │ ├── ContactType.cs │ │ │ ├── ContractAvailability.cs │ │ │ ├── ContractState.cs │ │ │ ├── ContractType.cs │ │ │ ├── DataCompression.cs │ │ │ ├── DescriptiveTextOptions.cs │ │ │ ├── EveAttribute.cs │ │ │ ├── EveImageSize.cs │ │ │ ├── EveImageSizeMode.cs │ │ │ ├── EveMailState.cs │ │ │ ├── GallenteMilitiaRank.cs │ │ │ ├── Gender.cs │ │ │ ├── ImplantSlots.cs │ │ │ ├── IssuedFor.cs │ │ │ ├── ItemFamily.cs │ │ │ ├── ItemMetaGroup.cs │ │ │ ├── ItemSlot.cs │ │ │ ├── JobState.cs │ │ │ ├── KillGroup.cs │ │ │ ├── KillLogFittingContentGroup.cs │ │ │ ├── LearningOptions.cs │ │ │ ├── LoadoutFormat.cs │ │ │ ├── MasteryStatus.cs │ │ │ ├── MedalGroup.cs │ │ │ ├── MinmatarMilitiaRank.cs │ │ │ ├── ObjectActivityFilter.cs │ │ │ ├── ObjectUsabilityFilter.cs │ │ │ ├── ObsoleteRemovalPolicy.cs │ │ │ ├── OrderState.cs │ │ │ ├── PathSearchCriteria.cs │ │ │ ├── PlanChange.cs │ │ │ ├── PlanEntrySort.cs │ │ │ ├── PlanEntryType.cs │ │ │ ├── PlanFormat.cs │ │ │ ├── PlanOperations.cs │ │ │ ├── PlanSort.cs │ │ │ ├── PlanetaryPinState.cs │ │ │ ├── QueryStatus.cs │ │ │ ├── Race.cs │ │ │ ├── RemappingPointStatus.cs │ │ │ ├── ServerStatus.cs │ │ │ ├── SkillFilter.cs │ │ │ ├── SkillSort.cs │ │ │ ├── SortOrder.cs │ │ │ ├── StandingGroup.cs │ │ │ ├── StandingStatus.cs │ │ │ ├── ThrobberState.cs │ │ │ ├── TrainingOrigin.cs │ │ │ ├── TransactionType.cs │ │ │ └── UISettings/ │ │ │ ├── AssetGrouping.cs │ │ │ ├── CalendarProvider.cs │ │ │ ├── CloseBehaviour.cs │ │ │ ├── CompatibilityMode.cs │ │ │ ├── ContractGrouping.cs │ │ │ ├── EVEMailMessagesGrouping.cs │ │ │ ├── EVENotificationsGrouping.cs │ │ │ ├── GoogleCalendarReminder.cs │ │ │ ├── IndustryJobGrouping.cs │ │ │ ├── MainWindowTitleFormat.cs │ │ │ ├── MarketOrderGrouping.cs │ │ │ ├── MarkupType.cs │ │ │ ├── ObsoleteEntryRemovalBehaviour.cs │ │ │ ├── PlanetaryGrouping.cs │ │ │ ├── PortraitSizes.cs │ │ │ ├── ReadingPanePositioning.cs │ │ │ ├── SystemTrayBehaviour.cs │ │ │ ├── ThreeStateSortOrder.cs │ │ │ ├── TrayPopupGrouping.cs │ │ │ ├── TrayPopupSort.cs │ │ │ ├── TrayPopupStyles.cs │ │ │ ├── UpdatePeriod.cs │ │ │ ├── WalletJournalGrouping.cs │ │ │ └── WalletTransactionGrouping.cs │ │ ├── EveMonClient.Events.cs │ │ ├── EveMonClient.cs │ │ ├── Exceptions/ │ │ │ └── APIException.cs │ │ ├── Extensions/ │ │ │ ├── EnumExtensions.cs │ │ │ ├── EventHandlerExtensions.cs │ │ │ ├── HttpExtensions.cs │ │ │ ├── ObjectExtensions.cs │ │ │ ├── PlanEntryExtensions.cs │ │ │ ├── SkillEnumerableExtensions.cs │ │ │ ├── SkillLevelEnumerableExtensions.cs │ │ │ ├── StaticSkillEnumerableExtensions.cs │ │ │ ├── StaticSkillExtensions.cs │ │ │ ├── StaticSkillLevelEnumerableExtensions.cs │ │ │ ├── StringExtensions.cs │ │ │ ├── TimeExtensions.cs │ │ │ └── WinFormsExtensions.cs │ │ ├── ExternalCalendar/ │ │ │ ├── CalendarEvent.cs │ │ │ ├── ExternalCalendar.cs │ │ │ ├── GoogleCalendarEvent.cs │ │ │ └── OutlookCalendarEvent.cs │ │ ├── Factories/ │ │ │ ├── DisposableWithCallback.cs │ │ │ ├── FontFactory.cs │ │ │ └── WindowsFactory.cs │ │ ├── GlobalSuppressions.cs │ │ ├── Helpers/ │ │ │ ├── AttributesOptimizer.cs │ │ │ ├── BlankCharacterUIHelper.cs │ │ │ ├── CharacterAttributeScratchpad.cs │ │ │ ├── CharacterExporter.cs │ │ │ ├── CharacterScratchpad.cs │ │ │ ├── ExceptionHandler.cs │ │ │ ├── FileHelper.cs │ │ │ ├── FormatHelper.cs │ │ │ ├── GAnalyticsTracker.cs │ │ │ ├── ImageHelper.cs │ │ │ ├── KillLogExporter.cs │ │ │ ├── ListViewExporter.cs │ │ │ ├── Loadout.cs │ │ │ ├── LoadoutBase.cs │ │ │ ├── LoadoutExporter.cs │ │ │ ├── LoadoutHelper.cs │ │ │ ├── LoadoutInfo.cs │ │ │ ├── PathFinder.cs │ │ │ ├── PlanEntrySorter.cs │ │ │ ├── PlanHelper.cs │ │ │ ├── PlanIOHelper.cs │ │ │ ├── PlanPrinter.cs │ │ │ ├── PlanScratchpad.cs │ │ │ ├── TaskHelper.cs │ │ │ ├── TimeCheck.cs │ │ │ └── UIHelper.cs │ │ ├── IgbService/ │ │ │ ├── ClientConnectedEventArgs.cs │ │ │ ├── IgbClientDataReadEventArgs.cs │ │ │ ├── IgbServer.cs │ │ │ ├── IgbTcpClient.cs │ │ │ └── IgbTcpListener.cs │ │ ├── InstanceManager.cs │ │ ├── Interfaces/ │ │ │ ├── ICharacterAttribute.cs │ │ │ ├── IEveMessage.cs │ │ │ ├── IListView.cs │ │ │ ├── ILoadoutInfo.cs │ │ │ ├── IPlanOperation.cs │ │ │ ├── IPlanOrderPluggable.cs │ │ │ ├── IQueryMonitor.cs │ │ │ ├── IQueryMonitorEx.cs │ │ │ ├── ISkillLevel.cs │ │ │ └── IStaticSkill.cs │ │ ├── Loadouts/ │ │ │ ├── LoadoutsProvider.cs │ │ │ └── Osmium/ │ │ │ └── OsmiumLoadoutsProvider.cs │ │ ├── MarketPricer/ │ │ │ ├── EveMarketer/ │ │ │ │ └── EMItemPricer.cs │ │ │ ├── Fuzzworks/ │ │ │ │ └── FuzzworksItemPricer.cs │ │ │ └── ItemPricer.cs │ │ ├── Models/ │ │ │ ├── APIMethod.cs │ │ │ ├── APIProvider.cs │ │ │ ├── AccountStatus.cs │ │ │ ├── Asset.cs │ │ │ ├── BaseCharacter.cs │ │ │ ├── BasePlan.cs │ │ │ ├── BuyOrder.cs │ │ │ ├── CCPCharacter.cs │ │ │ ├── CalendarEventAttendee.cs │ │ │ ├── Character.cs │ │ │ ├── CharacterAttribute.cs │ │ │ ├── CharacterIdentity.cs │ │ │ ├── Collections/ │ │ │ │ ├── AssetCollection.cs │ │ │ │ ├── CharacterIdentityIgnoreList.cs │ │ │ │ ├── ContactCollection.cs │ │ │ │ ├── ContractCollection.cs │ │ │ │ ├── EmploymentRecordCollection.cs │ │ │ │ ├── EveFactionWarfareStatsCollection.cs │ │ │ │ ├── EveFactionWarsCollection.cs │ │ │ │ ├── EveMailMessageCollection.cs │ │ │ │ ├── EveMailingListCollection.cs │ │ │ │ ├── EveNotificationCollection.cs │ │ │ │ ├── ImplantSetCollection.cs │ │ │ │ ├── IndustryJobCollection.cs │ │ │ │ ├── KillLogCollection.cs │ │ │ │ ├── LoyaltyCollection.cs │ │ │ │ ├── MarketOrderCollection.cs │ │ │ │ ├── MedalCollection.cs │ │ │ │ ├── PlanCollection.cs │ │ │ │ ├── PlanetaryColonyCollection.cs │ │ │ │ ├── ResearchPointCollection.cs │ │ │ │ ├── SkillCollection.cs │ │ │ │ ├── SkillGroupCollection.cs │ │ │ │ ├── StandingCollection.cs │ │ │ │ ├── UpcomingCalendarEventCollection.cs │ │ │ │ ├── WalletJournalCollection.cs │ │ │ │ └── WalletTransactionsCollection.cs │ │ │ ├── Comparers/ │ │ │ │ ├── AssetComparer.cs │ │ │ │ ├── CharacterComparer.cs │ │ │ │ ├── ContractComparer.cs │ │ │ │ ├── ContractItemComparer.cs │ │ │ │ ├── EveMailMessageComparer.cs │ │ │ │ ├── EveNotificationComparer.cs │ │ │ │ ├── IndustryJobComparer.cs │ │ │ │ ├── KillLogComparer.cs │ │ │ │ ├── MarketOrderComparer.cs │ │ │ │ ├── MedalComparer.cs │ │ │ │ ├── PlanComparer.cs │ │ │ │ ├── PlanEntryComparer.cs │ │ │ │ ├── PlanetaryPinComparer.cs │ │ │ │ ├── ResearchPointComparer.cs │ │ │ │ ├── SerializableSettingsComparer.cs │ │ │ │ ├── WalletJournalComparer.cs │ │ │ │ └── WalletTransactionComparer.cs │ │ │ ├── Contact.cs │ │ │ ├── Contract.cs │ │ │ ├── ContractBid.cs │ │ │ ├── ContractItem.cs │ │ │ ├── Corporation.cs │ │ │ ├── ESIKey.cs │ │ │ ├── ESIMethod.cs │ │ │ ├── EmploymentRecord.cs │ │ │ ├── EveFactionWar.cs │ │ │ ├── EveFactionWarfareStats.cs │ │ │ ├── EveFactionalWarfareStats.cs │ │ │ ├── EveMailBody.cs │ │ │ ├── EveMailMessage.cs │ │ │ ├── EveMailingList.cs │ │ │ ├── EveNotification.cs │ │ │ ├── EveNotificationText.cs │ │ │ ├── EveServer.cs │ │ │ ├── Extended/ │ │ │ │ ├── ESIMethods.cs │ │ │ │ ├── EveNotificationTextParser.cs │ │ │ │ └── InternalEveNotificationTextParser.cs │ │ │ ├── FactionalWarfareStats.cs │ │ │ ├── ImplantSet.cs │ │ │ ├── IndustryJob.cs │ │ │ ├── InvalidPlanEntry.cs │ │ │ ├── KillLog.cs │ │ │ ├── KillLogItem.cs │ │ │ ├── Loyalty.cs │ │ │ ├── MarketOrder.cs │ │ │ ├── Medal.cs │ │ │ ├── Plan.cs │ │ │ ├── PlanEntry.cs │ │ │ ├── PlanetaryColony.cs │ │ │ ├── PlanetaryLink.cs │ │ │ ├── PlanetaryPin.cs │ │ │ ├── PlanetaryRoute.cs │ │ │ ├── QueuedSkill.cs │ │ │ ├── RemappingPoint.cs │ │ │ ├── RemappingResult.cs │ │ │ ├── ResearchPoint.cs │ │ │ ├── SellOrder.cs │ │ │ ├── Skill.cs │ │ │ ├── SkillGroup.cs │ │ │ ├── SkillLevel.cs │ │ │ ├── SkillLevelSet.cs │ │ │ ├── SkillQueue.cs │ │ │ ├── Standing.cs │ │ │ ├── UpcomingCalendarEvent.cs │ │ │ ├── UriCharacter.cs │ │ │ ├── WalletJournal.cs │ │ │ └── WalletTransaction.cs │ │ ├── Net/ │ │ │ ├── DownloadResult.cs │ │ │ ├── ExceptionMessages.Designer.cs │ │ │ ├── ExceptionMessages.resx │ │ │ ├── HttpClientServiceRequest.cs │ │ │ ├── HttpWebClientService.ImageDownload.cs │ │ │ ├── HttpWebClientService.StreamDownload.cs │ │ │ ├── HttpWebClientService.StringDownload.cs │ │ │ ├── HttpWebClientService.XmlDownload.cs │ │ │ ├── HttpWebClientService.cs │ │ │ ├── HttpWebClientServiceException.cs │ │ │ ├── HttpWebClientServiceExceptionStatus.cs │ │ │ ├── HttpWebClientServiceState.cs │ │ │ ├── INetworkChangeSubscriber.cs │ │ │ ├── NetworkMonitor.cs │ │ │ ├── RequestParams.cs │ │ │ └── ResponseParams.cs │ │ ├── Notifications/ │ │ │ ├── APIErrorNotificationEventArgs.cs │ │ │ ├── ContractsNotificationEventArgs.cs │ │ │ ├── EveMailMessageNotificationEventArgs.cs │ │ │ ├── EveNotificationNotificationEventArgs.cs │ │ │ ├── IndustryJobsNotificationEventArgs.cs │ │ │ ├── MarketOrdersNotificationEventArgs.cs │ │ │ ├── NotificationBehaviour.cs │ │ │ ├── NotificationCategory.cs │ │ │ ├── NotificationEventArgs.cs │ │ │ ├── NotificationInvalidationEventArgs.cs │ │ │ ├── NotificationPriority.cs │ │ │ ├── PlanetaryPinsNotificationEventArgs.cs │ │ │ └── SkillCompletionNotificationEventArgs.cs │ │ ├── Properties/ │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ ├── QueryMonitor/ │ │ │ ├── CCPQueryMonitorBase.cs │ │ │ ├── CharacterDataQuerying.cs │ │ │ ├── CharacterQueryMonitor.cs │ │ │ ├── CorporationDataQuerying.cs │ │ │ ├── CorporationQueryMonitor.cs │ │ │ ├── ESIKeyQueryMonitor.cs │ │ │ ├── PagedQueryMonitor.cs │ │ │ ├── QueryMonitor.cs │ │ │ └── QueryMonitorCollection.cs │ │ ├── Resources/ │ │ │ ├── Cursors/ │ │ │ │ └── ContextMenuPointer.cur │ │ │ ├── License/ │ │ │ │ └── gpl.txt │ │ │ ├── MD5Sums.txt │ │ │ ├── Skill_Select/ │ │ │ │ ├── Group0/ │ │ │ │ │ ├── Default.Designer.cs │ │ │ │ │ ├── Default.resources │ │ │ │ │ └── Default.resx │ │ │ │ ├── Group1/ │ │ │ │ │ ├── Dice_Spots.Designer.cs │ │ │ │ │ ├── Dice_Spots.resources │ │ │ │ │ └── Dice_Spots.resx │ │ │ │ ├── Group2/ │ │ │ │ │ ├── Slashes.Designer.cs │ │ │ │ │ ├── Slashes.resources │ │ │ │ │ └── Slashes.resx │ │ │ │ ├── Group3/ │ │ │ │ │ ├── Pie_Slices.Designer.cs │ │ │ │ │ ├── Pie_Slices.resources │ │ │ │ │ └── Pie_Slices.resx │ │ │ │ ├── Group4/ │ │ │ │ │ ├── Pentagons.Designer.cs │ │ │ │ │ ├── Pentagons.resources │ │ │ │ │ └── Pentagons.resx │ │ │ │ ├── Group5/ │ │ │ │ │ ├── Pentagrams.Designer.cs │ │ │ │ │ ├── Pentagrams.resources │ │ │ │ │ └── Pentagrams.resx │ │ │ │ ├── Group6/ │ │ │ │ │ ├── Black_Dice.resources │ │ │ │ │ └── Black_Dice.resx │ │ │ │ ├── Group7/ │ │ │ │ │ ├── Red_Dice.resources │ │ │ │ │ └── Red_Dice.resx │ │ │ │ ├── Group8/ │ │ │ │ │ ├── Bars.Designer.cs │ │ │ │ │ ├── Bars.resources │ │ │ │ │ └── Bars.resx │ │ │ │ ├── IconSettings.Designer.cs │ │ │ │ └── IconSettings.settings │ │ │ ├── callback_fail.htm │ │ │ ├── callback_ok.htm │ │ │ ├── chrFactions.txt │ │ │ ├── eve-blueprints-en-US.xml.gzip │ │ │ ├── eve-certificates-en-US.xml.gzip │ │ │ ├── eve-geography-en-US.xml.gzip │ │ │ ├── eve-items-en-US.xml.gzip │ │ │ ├── eve-masteries-en-US.xml.gzip │ │ │ ├── eve-properties-en-US.xml.gzip │ │ │ ├── eve-reprocessing-en-US.xml.gzip │ │ │ └── eve-skills-en-US.xml.gzip │ │ ├── Scheduling/ │ │ │ ├── Enumerations.cs │ │ │ ├── RecurringScheduleEntry.cs │ │ │ ├── ScheduleDateTimeRange.cs │ │ │ ├── ScheduleEntry.cs │ │ │ ├── ScheduleEntryTitleComparer.cs │ │ │ ├── Scheduler.cs │ │ │ └── SimpleScheduleEntry.cs │ │ ├── Serialization/ │ │ │ ├── Datafiles/ │ │ │ │ ├── BlueprintsDatafile.cs │ │ │ │ ├── CertificatesDatafile.cs │ │ │ │ ├── DatafileConstants.Designer.cs │ │ │ │ ├── DatafileConstants.resx │ │ │ │ ├── GeoDatafile.cs │ │ │ │ ├── ItemsDatafile.cs │ │ │ │ ├── MasteriesDatafile.cs │ │ │ │ ├── PropertiesDatafile.cs │ │ │ │ ├── ReprocessingDatafile.cs │ │ │ │ ├── SerializableAgent.cs │ │ │ │ ├── SerializableBlueprint.cs │ │ │ │ ├── SerializableBlueprintMarketGroup.cs │ │ │ │ ├── SerializableCertificate.cs │ │ │ │ ├── SerializableCertificateClass.cs │ │ │ │ ├── SerializableCertificateGroup.cs │ │ │ │ ├── SerializableCertificatePrerequisite.cs │ │ │ │ ├── SerializableCertificateRecommendation.cs │ │ │ │ ├── SerializableConstellation.cs │ │ │ │ ├── SerializableControlTowerFuel.cs │ │ │ │ ├── SerializableItem.cs │ │ │ │ ├── SerializableItemMaterials.cs │ │ │ │ ├── SerializableJump.cs │ │ │ │ ├── SerializableMarketGroup.cs │ │ │ │ ├── SerializableMastery.cs │ │ │ │ ├── SerializableMasteryCertificate.cs │ │ │ │ ├── SerializableMasteryShip.cs │ │ │ │ ├── SerializableMaterialQuantity.cs │ │ │ │ ├── SerializablePlanet.cs │ │ │ │ ├── SerializablePrereqSkill.cs │ │ │ │ ├── SerializablePrerequisiteSkill.cs │ │ │ │ ├── SerializableProperty.cs │ │ │ │ ├── SerializablePropertyCategory.cs │ │ │ │ ├── SerializablePropertyValue.cs │ │ │ │ ├── SerializableReactionInfo.cs │ │ │ │ ├── SerializableRegion.cs │ │ │ │ ├── SerializableRequiredMaterial.cs │ │ │ │ ├── SerializableSkill.cs │ │ │ │ ├── SerializableSkillGroup.cs │ │ │ │ ├── SerializableSkillPrerequisite.cs │ │ │ │ ├── SerializableSolarSystem.cs │ │ │ │ ├── SerializableStation.cs │ │ │ │ ├── SerializableStationList.cs │ │ │ │ ├── SkillsDatafile.cs │ │ │ │ └── datafile-transform.xslt │ │ │ ├── Esi/ │ │ │ │ ├── EsiAPIAssetList.cs │ │ │ │ ├── EsiAPIAttributes.cs │ │ │ │ ├── EsiAPICalendarEvent.cs │ │ │ │ ├── EsiAPICalendarEventAttendees.cs │ │ │ │ ├── EsiAPICalendarEvents.cs │ │ │ │ ├── EsiAPICharacterNames.cs │ │ │ │ ├── EsiAPICharacterSheet.cs │ │ │ │ ├── EsiAPIClones.cs │ │ │ │ ├── EsiAPIContactNotifications.cs │ │ │ │ ├── EsiAPIContactsList.cs │ │ │ │ ├── EsiAPIContractBids.cs │ │ │ │ ├── EsiAPIContractItems.cs │ │ │ │ ├── EsiAPIContracts.cs │ │ │ │ ├── EsiAPICorpAccountBalance.cs │ │ │ │ ├── EsiAPICorporationSheet.cs │ │ │ │ ├── EsiAPIDivisions.cs │ │ │ │ ├── EsiAPIEmploymentHistory.cs │ │ │ │ ├── EsiAPIError.cs │ │ │ │ ├── EsiAPIEveFactionWars.cs │ │ │ │ ├── EsiAPIEveFactionalWarfareStats.cs │ │ │ │ ├── EsiAPIFactionalWarfareStats.cs │ │ │ │ ├── EsiAPIIndustryJobs.cs │ │ │ │ ├── EsiAPIJumpFatigue.cs │ │ │ │ ├── EsiAPIKillLog.cs │ │ │ │ ├── EsiAPIKillMail.cs │ │ │ │ ├── EsiAPILocation.cs │ │ │ │ ├── EsiAPILoyalty.cs │ │ │ │ ├── EsiAPIMailBody.cs │ │ │ │ ├── EsiAPIMailMessages.cs │ │ │ │ ├── EsiAPIMailingLists.cs │ │ │ │ ├── EsiAPIMarketOrders.cs │ │ │ │ ├── EsiAPIMedals.cs │ │ │ │ ├── EsiAPINotifications.cs │ │ │ │ ├── EsiAPIPlanet.cs │ │ │ │ ├── EsiAPIPlanetaryColoniesList.cs │ │ │ │ ├── EsiAPIPlanetaryColony.cs │ │ │ │ ├── EsiAPIResearchPoints.cs │ │ │ │ ├── EsiAPIServerStatus.cs │ │ │ │ ├── EsiAPIShip.cs │ │ │ │ ├── EsiAPISkillQueue.cs │ │ │ │ ├── EsiAPISkills.cs │ │ │ │ ├── EsiAPISovStructures.cs │ │ │ │ ├── EsiAPIStandings.cs │ │ │ │ ├── EsiAPIStation.cs │ │ │ │ ├── EsiAPIStructure.cs │ │ │ │ ├── EsiAPITokenInfo.cs │ │ │ │ ├── EsiAPIType.cs │ │ │ │ ├── EsiAPIWalletJournal.cs │ │ │ │ ├── EsiAPIWalletTransactions.cs │ │ │ │ ├── EsiAccountBalanceListItem.cs │ │ │ │ ├── EsiAssetListItem.cs │ │ │ │ ├── EsiCalendarEventAttendeeListItem.cs │ │ │ │ ├── EsiCalendarEventListItem.cs │ │ │ │ ├── EsiCharacterBase.cs │ │ │ │ ├── EsiCharacterNameListItem.cs │ │ │ │ ├── EsiContactListItem.cs │ │ │ │ ├── EsiContactNotifyListItem.cs │ │ │ │ ├── EsiContractBidsListItem.cs │ │ │ │ ├── EsiContractItemsListItem.cs │ │ │ │ ├── EsiContractListItem.cs │ │ │ │ ├── EsiDivisionListItem.cs │ │ │ │ ├── EsiEmploymentHistoryListItem.cs │ │ │ │ ├── EsiErrors.cs │ │ │ │ ├── EsiEveFactionWarfareTotals.cs │ │ │ │ ├── EsiEveFactionWarsListItem.cs │ │ │ │ ├── EsiEveFactionalWarfareStatsListItem.cs │ │ │ │ ├── EsiJobListItem.cs │ │ │ │ ├── EsiJumpCloneListItem.cs │ │ │ │ ├── EsiKillLogAttackersListItem.cs │ │ │ │ ├── EsiKillLogItemListItem.cs │ │ │ │ ├── EsiKillLogListItem.cs │ │ │ │ ├── EsiKillLogVictim.cs │ │ │ │ ├── EsiLocationBase.cs │ │ │ │ ├── EsiLoyaltyListItem.cs │ │ │ │ ├── EsiMailBase.cs │ │ │ │ ├── EsiMailMessagesListItem.cs │ │ │ │ ├── EsiMailRecipientListItem.cs │ │ │ │ ├── EsiMailingListsListItem.cs │ │ │ │ ├── EsiMedalsListItem.cs │ │ │ │ ├── EsiNotificationsListItem.cs │ │ │ │ ├── EsiOrderListItem.cs │ │ │ │ ├── EsiPlanetaryColonyListItem.cs │ │ │ │ ├── EsiPlanetaryContentsListItem.cs │ │ │ │ ├── EsiPlanetaryExtractorDetails.cs │ │ │ │ ├── EsiPlanetaryExtractorHead.cs │ │ │ │ ├── EsiPlanetaryFactoryDetails.cs │ │ │ │ ├── EsiPlanetaryLink.cs │ │ │ │ ├── EsiPlanetaryPin.cs │ │ │ │ ├── EsiPlanetaryRoute.cs │ │ │ │ ├── EsiPosition.cs │ │ │ │ ├── EsiRefTypeString.cs │ │ │ │ ├── EsiResearchListItem.cs │ │ │ │ ├── EsiResult.cs │ │ │ │ ├── EsiSkillListItem.cs │ │ │ │ ├── EsiSkillQueueListItem.cs │ │ │ │ ├── EsiSovStructureListItem.cs │ │ │ │ ├── EsiStandingsListItem.cs │ │ │ │ ├── EsiWalletJournalListItem.cs │ │ │ │ └── EsiWalletTransactionsListItem.cs │ │ │ ├── Eve/ │ │ │ │ ├── CCPAPIError.cs │ │ │ │ ├── CCPAPIResult.cs │ │ │ │ ├── IAPIResult.cs │ │ │ │ ├── ISerializableCharacterIdentity.cs │ │ │ │ ├── ISerializableWithLocalClock.cs │ │ │ │ ├── SerializableAPICharacterSheet.cs │ │ │ │ ├── SerializableAPIContracts.cs │ │ │ │ ├── SerializableAPIEveFactionalWarfareStats.cs │ │ │ │ ├── SerializableAPIKillLog.cs │ │ │ │ ├── SerializableAPIMailBodies.cs │ │ │ │ ├── SerializableAPIMailMessages.cs │ │ │ │ ├── SerializableAPIRefTypes.cs │ │ │ │ ├── SerializableAPIUpcomingCalendarEvents.cs │ │ │ │ ├── SerializableAPIWalletJournal.cs │ │ │ │ ├── SerializableAPIWalletTransactions.cs │ │ │ │ ├── SerializableCalendarEventAttendeeListItem.cs │ │ │ │ ├── SerializableCharacterAttributes.cs │ │ │ │ ├── SerializableCharacterCertificate.cs │ │ │ │ ├── SerializableCharacterJumpClone.cs │ │ │ │ ├── SerializableCharacterJumpCloneImplant.cs │ │ │ │ ├── SerializableCharacterListItem.cs │ │ │ │ ├── SerializableCharacterNameListItem.cs │ │ │ │ ├── SerializableCharacterSheetBase.cs │ │ │ │ ├── SerializableCharacterSkill.cs │ │ │ │ ├── SerializableContractListItem.cs │ │ │ │ ├── SerializableEmploymentHistory.cs │ │ │ │ ├── SerializableEmploymentHistoryListItem.cs │ │ │ │ ├── SerializableEveFacWarfareTotals.cs │ │ │ │ ├── SerializableEveFactionWarsListItem.cs │ │ │ │ ├── SerializableEveFactionalWarfareStatsListItem.cs │ │ │ │ ├── SerializableKillLogAttackersListItem.cs │ │ │ │ ├── SerializableKillLogItemListItem.cs │ │ │ │ ├── SerializableKillLogListItem.cs │ │ │ │ ├── SerializableKillLogVictim.cs │ │ │ │ ├── SerializableLocation.cs │ │ │ │ ├── SerializableMailBodiesListItem.cs │ │ │ │ ├── SerializableMailMessagesListItem.cs │ │ │ │ ├── SerializableNewImplant.cs │ │ │ │ ├── SerializableOutpost.cs │ │ │ │ ├── SerializableQueuedSkill.cs │ │ │ │ ├── SerializableRefTypesListItem.cs │ │ │ │ ├── SerializableUpcomingCalendarEventsListItem.cs │ │ │ │ ├── SerializableWalletJournalListItem.cs │ │ │ │ ├── SerializableWalletTransactionsListItem.cs │ │ │ │ └── rowsets-transform.xslt │ │ │ ├── EveMarketData/ │ │ │ │ └── MarketPricer/ │ │ │ │ ├── SerializableEMDItemPriceList.cs │ │ │ │ ├── SerializableEMDItemPriceListItem.cs │ │ │ │ └── SerializableEMDItemPrices.cs │ │ │ ├── EveMarketer/ │ │ │ │ └── MarketPricer/ │ │ │ │ ├── SerializableECItemPriceItem.cs │ │ │ │ ├── SerializableECItemPriceListItem.cs │ │ │ │ └── SerializableECItemPrices.cs │ │ │ ├── Exportation/ │ │ │ │ ├── OutputAttributeEnhancer.cs │ │ │ │ ├── OutputCharacter.cs │ │ │ │ ├── OutputPlan.cs │ │ │ │ ├── OutputPlans.cs │ │ │ │ ├── OutputSkill.cs │ │ │ │ ├── OutputSkillGroup.cs │ │ │ │ └── output-html.xslt │ │ │ ├── FittingClf/ │ │ │ │ ├── SerializableClfFitting.cs │ │ │ │ ├── SerializableClfFittingChargeType.cs │ │ │ │ ├── SerializableClfFittingDroneSet.cs │ │ │ │ ├── SerializableClfFittingDroneType.cs │ │ │ │ ├── SerializableClfFittingMetaData.cs │ │ │ │ ├── SerializableClfFittingModule.cs │ │ │ │ ├── SerializableClfFittingPreset.cs │ │ │ │ └── SerializableClfFittingShipType.cs │ │ │ ├── FittingXml/ │ │ │ │ ├── SerializableXmlFitting.cs │ │ │ │ ├── SerializableXmlFittingDescription.cs │ │ │ │ ├── SerializableXmlFittingHardware.cs │ │ │ │ ├── SerializableXmlFittingShipType.cs │ │ │ │ └── SerializableXmlFittings.cs │ │ │ ├── Flags.xml │ │ │ ├── Fuzzworks/ │ │ │ │ ├── SerializableFuzzworksPriceItem.cs │ │ │ │ └── SerializableFuzzworksPriceListItem.cs │ │ │ ├── Hammertime/ │ │ │ │ └── HammertimeStructure.cs │ │ │ ├── JsonResult.cs │ │ │ ├── NotificationRefTypes.xml │ │ │ ├── Osmium/ │ │ │ │ └── Loadout/ │ │ │ │ ├── SerializableOsmiumLoadoutAuthor.cs │ │ │ │ └── SerializableOsmiumLoadoutFeed.cs │ │ │ ├── PatchXml/ │ │ │ │ ├── SerializableDatafile.cs │ │ │ │ ├── SerializablePatch.cs │ │ │ │ └── SerializableRelease.cs │ │ │ ├── RefTypes.xml │ │ │ ├── Samples/ │ │ │ │ ├── Charactersheet.out.xml │ │ │ │ ├── Charactersheet.xml │ │ │ │ ├── HtmlExport.xml │ │ │ │ ├── OldPlan.xml │ │ │ │ └── OldSettings.xml │ │ │ ├── SerializableAPICredentials.cs │ │ │ ├── SerializableAPIError.cs │ │ │ ├── SerializableAPIResult.cs │ │ │ ├── SerializableEveFlags.cs │ │ │ ├── SerializableEveFlagsListItem.cs │ │ │ ├── SerializableEveIDToName.cs │ │ │ ├── SerializableEveIDToNameListItem.cs │ │ │ ├── SerializableNotificationRefTypes.cs │ │ │ ├── SerializableNotificationRefTypesListItem.cs │ │ │ └── Settings/ │ │ │ ├── SerializableAPIKey.cs │ │ │ ├── SerializableAPIMethod.cs │ │ │ ├── SerializableAPIProvider.cs │ │ │ ├── SerializableAPIUpdate.cs │ │ │ ├── SerializableAccount.cs │ │ │ ├── SerializableBuyOrder.cs │ │ │ ├── SerializableCCPCharacter.cs │ │ │ ├── SerializableCharacterIdentity.cs │ │ │ ├── SerializableContract.cs │ │ │ ├── SerializableEndPoint.cs │ │ │ ├── SerializableImplantSetCollection.cs │ │ │ ├── SerializableInvalidPlanEntry.cs │ │ │ ├── SerializableJob.cs │ │ │ ├── SerializableOrderBase.cs │ │ │ ├── SerializablePlan.cs │ │ │ ├── SerializablePlanEntry.cs │ │ │ ├── SerializablePortableEveInstallation.cs │ │ │ ├── SerializableRecurringScheduleEntry.cs │ │ │ ├── SerializableRemappingPoint.cs │ │ │ ├── SerializableResearchPoint.cs │ │ │ ├── SerializableScheduleEntry.cs │ │ │ ├── SerializableSellOrder.cs │ │ │ ├── SerializableSettings.cs │ │ │ ├── SerializableSettingsCharacter.cs │ │ │ ├── SerializableSettingsImplantSet.cs │ │ │ ├── SerializableStanding.cs │ │ │ ├── SerializableUriCharacter.cs │ │ │ └── settings-transform.xslt │ │ ├── Service/ │ │ │ ├── AutoShrink.cs │ │ │ ├── CodeCompiler.cs │ │ │ ├── Emailer.cs │ │ │ ├── EveFlag.cs │ │ │ ├── EveIDToName.cs │ │ │ ├── EveIDToStation.cs │ │ │ ├── EveNotificationType.cs │ │ │ ├── EveRefType.cs │ │ │ ├── IDToObjectProvider.cs │ │ │ ├── ISSOWebServer.cs │ │ │ ├── ImageService.cs │ │ │ ├── LocalXmlCache.cs │ │ │ ├── SSOAuthenticationService.cs │ │ │ └── SSOWebServerHttpListener.cs │ │ ├── Settings.cs │ │ ├── SettingsObjects/ │ │ │ ├── AssetColumn.cs │ │ │ ├── AssetColumnSettings.cs │ │ │ ├── AssetSettings.cs │ │ │ ├── BlueprintBrowserSettings.cs │ │ │ ├── CalendarSettings.cs │ │ │ ├── CertificateBrowserSettings.cs │ │ │ ├── CharacterUISettings.cs │ │ │ ├── CloudStorageServiceProviderSettings.cs │ │ │ ├── CombatLogSettings.cs │ │ │ ├── ContractColumn.cs │ │ │ ├── ContractColumnSettings.cs │ │ │ ├── ContractSettings.cs │ │ │ ├── CustomMsgBoxSettings.cs │ │ │ ├── EVEMailMessagesColumn.cs │ │ │ ├── EVEMailMessagesColumnSettings.cs │ │ │ ├── EVEMailMessagesSettings.cs │ │ │ ├── EveMailMessageColumn.cs │ │ │ ├── EveMailMessageColumnSettings.cs │ │ │ ├── EveMailMessageSettings.cs │ │ │ ├── EveNotificationColumn.cs │ │ │ ├── EveNotificationColumnSettings.cs │ │ │ ├── EveNotificationSettings.cs │ │ │ ├── EveNotificationsColumn.cs │ │ │ ├── EveNotificationsColumnSettings.cs │ │ │ ├── EveNotificationsSettings.cs │ │ │ ├── ExportationSettings.cs │ │ │ ├── G15Settings.cs │ │ │ ├── IColumnSettings.cs │ │ │ ├── IgbSettings.cs │ │ │ ├── IndustryJobColumn.cs │ │ │ ├── IndustryJobColumnSettings.cs │ │ │ ├── IndustryJobSettings.cs │ │ │ ├── ItemBrowserSettings.cs │ │ │ ├── LoadoutsProviderSettings.cs │ │ │ ├── MainWindowSettings.cs │ │ │ ├── MarketOrderColumn.cs │ │ │ ├── MarketOrderColumnSettings.cs │ │ │ ├── MarketOrderSettings.cs │ │ │ ├── MarketPricerSettings.cs │ │ │ ├── ModifiedSerializableDictionary.cs │ │ │ ├── MonitoredCharacterSettings.cs │ │ │ ├── NotificationCategorySettings.cs │ │ │ ├── NotificationSettings.cs │ │ │ ├── PlanColumn.cs │ │ │ ├── PlanColumnSettings.cs │ │ │ ├── PlanExportSettings.cs │ │ │ ├── PlanSorting.cs │ │ │ ├── PlanWindowSettings.cs │ │ │ ├── PlanetaryColumn.cs │ │ │ ├── PlanetaryColumnSettings.cs │ │ │ ├── PlanetarySettings.cs │ │ │ ├── PortableEveInstallationsSettings.cs │ │ │ ├── ProxyAuthentication.cs │ │ │ ├── ProxySettings.cs │ │ │ ├── ResearchColumn.cs │ │ │ ├── ResearchColumnSettings.cs │ │ │ ├── ResearchSettings.cs │ │ │ ├── SchedulerSettings.cs │ │ │ ├── SchedulerUISettings.cs │ │ │ ├── SerializableColor.cs │ │ │ ├── SerializableDictionary.cs │ │ │ ├── SerializableRectangle.cs │ │ │ ├── ShipBrowserSettings.cs │ │ │ ├── SkillBrowserSettings.cs │ │ │ ├── SkillPieChartSettings.cs │ │ │ ├── ToolTipNotificationBehaviour.cs │ │ │ ├── TrayPopupSettings.cs │ │ │ ├── TrayTooltipSettings.cs │ │ │ ├── UISettings.cs │ │ │ ├── UpdatePeriodExtensions.cs │ │ │ ├── UpdateSettings.cs │ │ │ ├── WalletJournalColumn.cs │ │ │ ├── WalletJournalColumnSettings.cs │ │ │ ├── WalletJournalSettings.cs │ │ │ ├── WalletTransactionColumn.cs │ │ │ ├── WalletTransactionColumnSettings.cs │ │ │ ├── WalletTransactionSettings.cs │ │ │ └── WindowLocationSettings.cs │ │ ├── Threading/ │ │ │ └── Dispatcher.cs │ │ ├── UpdateManager.cs │ │ ├── Util.cs │ │ └── packages.config │ ├── EVEMon.LogitechG15/ │ │ ├── CycleEventArgs.cs │ │ ├── EVEMon.LogitechG15.csproj │ │ ├── G15Handler.cs │ │ ├── GlobalSuppressions.cs │ │ ├── LcdDisplay.cs │ │ ├── LcdInterface.cs │ │ ├── LcdLine.cs │ │ ├── LcdState.cs │ │ ├── Properties/ │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ └── app.config │ ├── EVEMon.PieChart/ │ │ ├── AngleChangeEventArgs.cs │ │ ├── ColorUtil.cs │ │ ├── EVEMon.PieChart.csproj │ │ ├── EdgeColor.cs │ │ ├── Enumerations.cs │ │ ├── GlobalSuppressions.cs │ │ ├── GraphicsUtil.cs │ │ ├── PieChart.cs │ │ ├── PieChartControl.cs │ │ ├── PieSlice.cs │ │ ├── Properties/ │ │ │ └── AssemblyInfo.cs │ │ ├── Quadrilateral.cs │ │ ├── SkillsPieChart.Designer.cs │ │ ├── SkillsPieChart.cs │ │ ├── SkillsPieChart.resx │ │ └── app.config │ ├── EVEMon.Sales/ │ │ ├── CXIParser.cs │ │ ├── EVEMon.Sales.csproj │ │ ├── EveCentralParser.cs │ │ ├── GlobalSuppressions.cs │ │ ├── IMineralParser.cs │ │ ├── MineralDataRequest.cs │ │ ├── MineralParserException.cs │ │ ├── MineralPrice.cs │ │ ├── MineralTile.Designer.cs │ │ ├── MineralTile.cs │ │ ├── MineralTile.resx │ │ ├── MineralWorksheet.Designer.cs │ │ ├── MineralWorksheet.cs │ │ ├── MineralWorksheet.resx │ │ ├── Program.cs │ │ └── Properties/ │ │ └── AssemblyInfo.cs │ ├── EVEMon.Watchdog/ │ │ ├── EVEMon.Watchdog.csproj │ │ ├── GlobalSuppressions.cs │ │ ├── Program.cs │ │ ├── Properties/ │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── WatchdogWindow.Designer.cs │ │ ├── WatchdogWindow.cs │ │ ├── WatchdogWindow.resx │ │ └── app.config │ └── EVEMon.WindowsApi/ │ ├── EVEMon.WindowsApi.csproj │ ├── GlobalSuppressions.cs │ ├── OSFeatureCheck.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── SafeNativeMethods.cs │ └── Windows7.cs ├── tests/ │ ├── Tests.EVEMon/ │ │ ├── AsyncVoidMethodsTests.cs │ │ ├── Properties/ │ │ │ └── AssemblyInfo.cs │ │ ├── Tests.EVEMon.csproj │ │ ├── app.config │ │ └── packages.config │ ├── Tests.EVEMon.Common/ │ │ ├── AsyncVoidMethodsTests.cs │ │ ├── CompressionUncompressionTests.cs │ │ ├── GlobalSuppressions.cs │ │ ├── Properties/ │ │ │ └── AssemblyInfo.cs │ │ ├── Tests.EVEMon.Common.csproj │ │ ├── TimeExtensionsTests.cs │ │ ├── app.config │ │ └── packages.config │ └── Tests.Helpers/ │ ├── AsyncVoidMethodsHelper.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ └── Tests.Helpers.csproj ├── tools/ │ ├── EVESDEToSQL/ │ │ ├── EVESDEToSQL.exe.config │ │ ├── SDEFiles/ │ │ │ └── Put SDE zip or individual files here │ │ ├── System.Data.SQLite.xml │ │ ├── YamlDotNet.xml │ │ └── license.txt │ ├── InstallBuilder/ │ │ ├── EVEMonInstallerScript.nsi │ │ ├── GlobalSuppressions.cs │ │ ├── InstallBuilder.csproj │ │ ├── NETFrameworkCheck.nsh │ │ ├── NSIS/ │ │ │ ├── COPYING │ │ │ ├── Contrib/ │ │ │ │ ├── Language files/ │ │ │ │ │ ├── Afrikaans.nlf │ │ │ │ │ ├── Afrikaans.nsh │ │ │ │ │ ├── Albanian.nlf │ │ │ │ │ ├── Albanian.nsh │ │ │ │ │ ├── Arabic.nlf │ │ │ │ │ ├── Arabic.nsh │ │ │ │ │ ├── Basque.nlf │ │ │ │ │ ├── Basque.nsh │ │ │ │ │ ├── Belarusian.nlf │ │ │ │ │ ├── Belarusian.nsh │ │ │ │ │ ├── Bosnian.nlf │ │ │ │ │ ├── Bosnian.nsh │ │ │ │ │ ├── Breton.nlf │ │ │ │ │ ├── Breton.nsh │ │ │ │ │ ├── Bulgarian.nlf │ │ │ │ │ ├── Bulgarian.nsh │ │ │ │ │ ├── Catalan.nlf │ │ │ │ │ ├── Catalan.nsh │ │ │ │ │ ├── Croatian.nlf │ │ │ │ │ ├── Croatian.nsh │ │ │ │ │ ├── Czech.nlf │ │ │ │ │ ├── Czech.nsh │ │ │ │ │ ├── Danish.nlf │ │ │ │ │ ├── Danish.nsh │ │ │ │ │ ├── Dutch.nlf │ │ │ │ │ ├── Dutch.nsh │ │ │ │ │ ├── English.nlf │ │ │ │ │ ├── English.nsh │ │ │ │ │ ├── Esperanto.nlf │ │ │ │ │ ├── Esperanto.nsh │ │ │ │ │ ├── Estonian.nlf │ │ │ │ │ ├── Estonian.nsh │ │ │ │ │ ├── Farsi.nlf │ │ │ │ │ ├── Farsi.nsh │ │ │ │ │ ├── Finnish.nlf │ │ │ │ │ ├── Finnish.nsh │ │ │ │ │ ├── French.nlf │ │ │ │ │ ├── French.nsh │ │ │ │ │ ├── Galician.nlf │ │ │ │ │ ├── Galician.nsh │ │ │ │ │ ├── German.nlf │ │ │ │ │ ├── German.nsh │ │ │ │ │ ├── Greek.nlf │ │ │ │ │ ├── Greek.nsh │ │ │ │ │ ├── Hebrew.nlf │ │ │ │ │ ├── Hebrew.nsh │ │ │ │ │ ├── Hungarian.nlf │ │ │ │ │ ├── Hungarian.nsh │ │ │ │ │ ├── Icelandic.nlf │ │ │ │ │ ├── Icelandic.nsh │ │ │ │ │ ├── Indonesian.nlf │ │ │ │ │ ├── Indonesian.nsh │ │ │ │ │ ├── Irish.nlf │ │ │ │ │ ├── Irish.nsh │ │ │ │ │ ├── Italian.nlf │ │ │ │ │ ├── Italian.nsh │ │ │ │ │ ├── Japanese.nlf │ │ │ │ │ ├── Japanese.nsh │ │ │ │ │ ├── Korean.nlf │ │ │ │ │ ├── Korean.nsh │ │ │ │ │ ├── Kurdish.nlf │ │ │ │ │ ├── Kurdish.nsh │ │ │ │ │ ├── Latvian.nlf │ │ │ │ │ ├── Latvian.nsh │ │ │ │ │ ├── Lithuanian.nlf │ │ │ │ │ ├── Lithuanian.nsh │ │ │ │ │ ├── Luxembourgish.nlf │ │ │ │ │ ├── Luxembourgish.nsh │ │ │ │ │ ├── Macedonian.nlf │ │ │ │ │ ├── Macedonian.nsh │ │ │ │ │ ├── Malay.nlf │ │ │ │ │ ├── Malay.nsh │ │ │ │ │ ├── Mongolian.nlf │ │ │ │ │ ├── Mongolian.nsh │ │ │ │ │ ├── Norwegian.nlf │ │ │ │ │ ├── Norwegian.nsh │ │ │ │ │ ├── NorwegianNynorsk.nlf │ │ │ │ │ ├── NorwegianNynorsk.nsh │ │ │ │ │ ├── Polish.nlf │ │ │ │ │ ├── Polish.nsh │ │ │ │ │ ├── Portuguese.nlf │ │ │ │ │ ├── Portuguese.nsh │ │ │ │ │ ├── PortugueseBR.nlf │ │ │ │ │ ├── PortugueseBR.nsh │ │ │ │ │ ├── Romanian.nlf │ │ │ │ │ ├── Romanian.nsh │ │ │ │ │ ├── Russian.nlf │ │ │ │ │ ├── Russian.nsh │ │ │ │ │ ├── Serbian.nlf │ │ │ │ │ ├── Serbian.nsh │ │ │ │ │ ├── SerbianLatin.nlf │ │ │ │ │ ├── SerbianLatin.nsh │ │ │ │ │ ├── SimpChinese.nlf │ │ │ │ │ ├── SimpChinese.nsh │ │ │ │ │ ├── Slovak.nlf │ │ │ │ │ ├── Slovak.nsh │ │ │ │ │ ├── Slovenian.nlf │ │ │ │ │ ├── Slovenian.nsh │ │ │ │ │ ├── Spanish.nlf │ │ │ │ │ ├── Spanish.nsh │ │ │ │ │ ├── SpanishInternational.nlf │ │ │ │ │ ├── SpanishInternational.nsh │ │ │ │ │ ├── Swedish.nlf │ │ │ │ │ ├── Swedish.nsh │ │ │ │ │ ├── Thai.nlf │ │ │ │ │ ├── Thai.nsh │ │ │ │ │ ├── TradChinese.nlf │ │ │ │ │ ├── TradChinese.nsh │ │ │ │ │ ├── Turkish.nlf │ │ │ │ │ ├── Turkish.nsh │ │ │ │ │ ├── Ukrainian.nlf │ │ │ │ │ ├── Ukrainian.nsh │ │ │ │ │ ├── Uzbek.nlf │ │ │ │ │ ├── Uzbek.nsh │ │ │ │ │ ├── Welsh.nlf │ │ │ │ │ └── Welsh.nsh │ │ │ │ ├── Modern UI/ │ │ │ │ │ ├── System.nsh │ │ │ │ │ └── ioSpecial.ini │ │ │ │ ├── Modern UI 2/ │ │ │ │ │ ├── Deprecated.nsh │ │ │ │ │ ├── Interface.nsh │ │ │ │ │ ├── Localization.nsh │ │ │ │ │ ├── MUI2.nsh │ │ │ │ │ ├── Pages/ │ │ │ │ │ │ ├── Components.nsh │ │ │ │ │ │ ├── Directory.nsh │ │ │ │ │ │ ├── Finish.nsh │ │ │ │ │ │ ├── InstallFiles.nsh │ │ │ │ │ │ ├── License.nsh │ │ │ │ │ │ ├── StartMenu.nsh │ │ │ │ │ │ ├── UninstallConfirm.nsh │ │ │ │ │ │ └── Welcome.nsh │ │ │ │ │ └── Pages.nsh │ │ │ │ └── zip2exe/ │ │ │ │ ├── Base.nsh │ │ │ │ ├── Classic.nsh │ │ │ │ └── Modern.nsh │ │ │ ├── Docs/ │ │ │ │ ├── AdvSplash/ │ │ │ │ │ └── advsplash.txt │ │ │ │ ├── Banner/ │ │ │ │ │ └── Readme.txt │ │ │ │ ├── BgImage/ │ │ │ │ │ └── BgImage.txt │ │ │ │ ├── Dialer/ │ │ │ │ │ └── Dialer.txt │ │ │ │ ├── InstallOptions/ │ │ │ │ │ ├── Changelog.txt │ │ │ │ │ └── Readme.html │ │ │ │ ├── Math/ │ │ │ │ │ └── Math.txt │ │ │ │ ├── Modern UI/ │ │ │ │ │ ├── Changelog.txt │ │ │ │ │ ├── License.txt │ │ │ │ │ └── Readme.html │ │ │ │ ├── Modern UI 2/ │ │ │ │ │ ├── License.txt │ │ │ │ │ └── Readme.html │ │ │ │ ├── MultiUser/ │ │ │ │ │ └── Readme.html │ │ │ │ ├── NSISdl/ │ │ │ │ │ ├── License.txt │ │ │ │ │ └── ReadMe.txt │ │ │ │ ├── Splash/ │ │ │ │ │ └── splash.txt │ │ │ │ ├── StartMenu/ │ │ │ │ │ └── Readme.txt │ │ │ │ ├── StrFunc/ │ │ │ │ │ └── StrFunc.txt │ │ │ │ ├── System/ │ │ │ │ │ ├── System.html │ │ │ │ │ └── WhatsNew.txt │ │ │ │ ├── VPatch/ │ │ │ │ │ └── Readme.html │ │ │ │ ├── makensisw/ │ │ │ │ │ ├── License.txt │ │ │ │ │ └── Readme.txt │ │ │ │ ├── nsDialogs/ │ │ │ │ │ └── Readme.html │ │ │ │ └── nsExec/ │ │ │ │ └── nsExec.txt │ │ │ ├── Examples/ │ │ │ │ ├── AdvSplash/ │ │ │ │ │ └── Example.nsi │ │ │ │ ├── Banner/ │ │ │ │ │ └── Example.nsi │ │ │ │ ├── BgImage/ │ │ │ │ │ └── Example.nsi │ │ │ │ ├── FileFunc.ini │ │ │ │ ├── FileFunc.nsi │ │ │ │ ├── FileFuncTest.nsi │ │ │ │ ├── InstallOptions/ │ │ │ │ │ ├── test.ini │ │ │ │ │ ├── test.nsi │ │ │ │ │ ├── testimgs.ini │ │ │ │ │ ├── testimgs.nsi │ │ │ │ │ ├── testlink.ini │ │ │ │ │ ├── testlink.nsi │ │ │ │ │ ├── testnotify.ini │ │ │ │ │ └── testnotify.nsi │ │ │ │ ├── Library.nsi │ │ │ │ ├── LogicLib.nsi │ │ │ │ ├── Math/ │ │ │ │ │ ├── math.nsi │ │ │ │ │ ├── mathtest.ini │ │ │ │ │ ├── mathtest.nsi │ │ │ │ │ └── mathtest.txt │ │ │ │ ├── Memento.nsi │ │ │ │ ├── Modern UI/ │ │ │ │ │ ├── Basic.nsi │ │ │ │ │ ├── HeaderBitmap.nsi │ │ │ │ │ ├── MultiLanguage.nsi │ │ │ │ │ ├── StartMenu.nsi │ │ │ │ │ └── WelcomeFinish.nsi │ │ │ │ ├── Plugin/ │ │ │ │ │ ├── exdll-vs2008.sln │ │ │ │ │ ├── exdll-vs2008.vcproj │ │ │ │ │ ├── exdll.c │ │ │ │ │ ├── exdll.dpr │ │ │ │ │ ├── exdll.dsp │ │ │ │ │ ├── exdll.dsw │ │ │ │ │ ├── exdll_with_unit.dpr │ │ │ │ │ ├── extdll.inc │ │ │ │ │ ├── nsis/ │ │ │ │ │ │ ├── api.h │ │ │ │ │ │ ├── pluginapi.h │ │ │ │ │ │ └── pluginapi.lib │ │ │ │ │ └── nsis.pas │ │ │ │ ├── Splash/ │ │ │ │ │ └── Example.nsi │ │ │ │ ├── StartMenu/ │ │ │ │ │ └── Example.nsi │ │ │ │ ├── StrFunc.nsi │ │ │ │ ├── System/ │ │ │ │ │ ├── SysFunc.nsh │ │ │ │ │ ├── System.nsh │ │ │ │ │ └── System.nsi │ │ │ │ ├── TextFunc.ini │ │ │ │ ├── TextFunc.nsi │ │ │ │ ├── TextFuncTest.nsi │ │ │ │ ├── UserInfo/ │ │ │ │ │ └── UserInfo.nsi │ │ │ │ ├── UserVars.nsi │ │ │ │ ├── VPatch/ │ │ │ │ │ ├── example.nsi │ │ │ │ │ ├── newfile.txt │ │ │ │ │ ├── oldfile.txt │ │ │ │ │ └── patch.pat │ │ │ │ ├── VersionInfo.nsi │ │ │ │ ├── WordFunc.ini │ │ │ │ ├── WordFunc.nsi │ │ │ │ ├── WordFuncTest.nsi │ │ │ │ ├── bigtest.nsi │ │ │ │ ├── example1.nsi │ │ │ │ ├── example2.nsi │ │ │ │ ├── gfx.nsi │ │ │ │ ├── languages.nsi │ │ │ │ ├── makensis.nsi │ │ │ │ ├── nsDialogs/ │ │ │ │ │ ├── InstallOptions.nsi │ │ │ │ │ ├── example.nsi │ │ │ │ │ ├── timer.nsi │ │ │ │ │ └── welcome.nsi │ │ │ │ ├── nsExec/ │ │ │ │ │ └── test.nsi │ │ │ │ ├── one-section.nsi │ │ │ │ ├── primes.nsi │ │ │ │ ├── rtest.nsi │ │ │ │ ├── silent.nsi │ │ │ │ ├── viewhtml.nsi │ │ │ │ └── waplugin.nsi │ │ │ ├── Include/ │ │ │ │ ├── Colors.nsh │ │ │ │ ├── FileFunc.nsh │ │ │ │ ├── InstallOptions.nsh │ │ │ │ ├── LangFile.nsh │ │ │ │ ├── Library.nsh │ │ │ │ ├── LogicLib.nsh │ │ │ │ ├── MUI.nsh │ │ │ │ ├── MUI2.nsh │ │ │ │ ├── Memento.nsh │ │ │ │ ├── MultiUser.nsh │ │ │ │ ├── Sections.nsh │ │ │ │ ├── StrFunc.nsh │ │ │ │ ├── TextFunc.nsh │ │ │ │ ├── UpgradeDLL.nsh │ │ │ │ ├── Util.nsh │ │ │ │ ├── VB6RunTime.nsh │ │ │ │ ├── VPatchLib.nsh │ │ │ │ ├── Win/ │ │ │ │ │ ├── WinDef.nsh │ │ │ │ │ ├── WinError.nsh │ │ │ │ │ ├── WinNT.nsh │ │ │ │ │ └── WinUser.nsh │ │ │ │ ├── WinCore.nsh │ │ │ │ ├── WinMessages.nsh │ │ │ │ ├── WinVer.nsh │ │ │ │ ├── WordFunc.nsh │ │ │ │ ├── nsDialogs.nsh │ │ │ │ └── x64.nsh │ │ │ ├── Menu/ │ │ │ │ └── index.html │ │ │ ├── NSIS.chm │ │ │ ├── Stubs/ │ │ │ │ ├── bzip2 │ │ │ │ ├── bzip2_solid │ │ │ │ ├── lzma │ │ │ │ ├── lzma_solid │ │ │ │ ├── uninst │ │ │ │ ├── zlib │ │ │ │ └── zlib_solid │ │ │ └── nsisconf.nsh │ │ ├── Program.cs │ │ ├── Properties/ │ │ │ └── AssemblyInfo.cs │ │ ├── UAC.nsh │ │ ├── app.config │ │ └── packages.config │ ├── PatchXmlCreator/ │ │ ├── Action.cs │ │ ├── DatafileControl.Designer.cs │ │ ├── DatafileControl.cs │ │ ├── DatafileControl.resx │ │ ├── GlobalSuppressions.cs │ │ ├── Helper.cs │ │ ├── Output/ │ │ │ ├── patch-old.xml │ │ │ └── patch.xml │ │ ├── PatchXmlCreator.csproj │ │ ├── PatchXmlCreatorWindow.Designer.cs │ │ ├── PatchXmlCreatorWindow.cs │ │ ├── PatchXmlCreatorWindow.resx │ │ ├── Program.cs │ │ ├── Properties/ │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ └── app.config │ ├── ReSharper/ │ │ ├── EVEMonCodingStyle-ReSharper.xml │ │ ├── EVEMonCodingStyle-ReSharper6.1.DotSettings │ │ └── EVEMonCodingStyle-ReSharper9.x.DotSettings │ ├── ResFileCreator/ │ │ ├── GlobalSuppressions.cs │ │ ├── Program.cs │ │ ├── Properties/ │ │ │ └── AssemblyInfo.cs │ │ ├── ResFileCreator.csproj │ │ └── app.config │ └── XmlGenerator/ │ ├── App.config │ ├── Collections/ │ │ ├── BagCollection.cs │ │ ├── IndexedCollection.cs │ │ └── RelationSetCollection.cs │ ├── Datafiles/ │ │ ├── Blueprints.cs │ │ ├── Certificates.cs │ │ ├── Geography.cs │ │ ├── Items.cs │ │ ├── Masteries.cs │ │ ├── Properties.cs │ │ ├── Reprocessing.cs │ │ └── Skills.cs │ ├── Extensions/ │ │ └── StringCleaning.cs │ ├── GlobalSuppressions.cs │ ├── Interfaces/ │ │ ├── IHasId.cs │ │ ├── IHasLongId.cs │ │ └── IRelation.cs │ ├── Models/ │ │ ├── EveStaticData.cs │ │ ├── agtAgentTypes.cs │ │ ├── agtAgents.cs │ │ ├── agtResearchAgents.cs │ │ ├── certCerts.cs │ │ ├── chrAncestries.cs │ │ ├── chrAttributes.cs │ │ ├── chrBloodlines.cs │ │ ├── chrFactions.cs │ │ ├── chrRaces.cs │ │ ├── cloneStates.cs │ │ ├── crpActivities.cs │ │ ├── crpNPCCorporationDivisions.cs │ │ ├── crpNPCCorporationResearchFields.cs │ │ ├── crpNPCCorporationTrades.cs │ │ ├── crpNPCCorporations.cs │ │ ├── crpNPCDivisions.cs │ │ ├── crtCertificates.cs │ │ ├── crtClasses.cs │ │ ├── crtRecommendations.cs │ │ ├── crtRelationships.cs │ │ ├── dgmAttributeCategories.cs │ │ ├── dgmAttributeTypes.cs │ │ ├── dgmEffects.cs │ │ ├── dgmExpressions.cs │ │ ├── dgmMasteries.cs │ │ ├── dgmTraits.cs │ │ ├── dgmTypeAttributes.cs │ │ ├── dgmTypeEffects.cs │ │ ├── dgmTypeMasteries.cs │ │ ├── dgmTypeTraits.cs │ │ ├── eveGraphics.cs │ │ ├── eveIcons.cs │ │ ├── eveUnits.cs │ │ ├── industryActivity.cs │ │ ├── industryActivityMaterials.cs │ │ ├── industryActivityProbabilities.cs │ │ ├── industryActivityProducts.cs │ │ ├── industryActivityRaces.cs │ │ ├── industryActivitySkills.cs │ │ ├── industryBlueprints.cs │ │ ├── invCategories.cs │ │ ├── invContrabandTypes.cs │ │ ├── invControlTowerResourcePurposes.cs │ │ ├── invControlTowerResources.cs │ │ ├── invFlags.cs │ │ ├── invGroups.cs │ │ ├── invItems.cs │ │ ├── invMarketGroups.cs │ │ ├── invMetaGroups.cs │ │ ├── invMetaTypes.cs │ │ ├── invNames.cs │ │ ├── invPositions.cs │ │ ├── invTraits.cs │ │ ├── invTypeMaterials.cs │ │ ├── invTypeReactions.cs │ │ ├── invTypes.cs │ │ ├── invUniqueNames.cs │ │ ├── mapCelestialStatistics.cs │ │ ├── mapConstellationJumps.cs │ │ ├── mapConstellations.cs │ │ ├── mapDenormalize.cs │ │ ├── mapJumps.cs │ │ ├── mapLandmarks.cs │ │ ├── mapLocationScenes.cs │ │ ├── mapLocationWormholeClasses.cs │ │ ├── mapRegionJumps.cs │ │ ├── mapRegions.cs │ │ ├── mapSolarSystemJumps.cs │ │ ├── mapSolarSystems.cs │ │ ├── mapUniverse.cs │ │ ├── planetSchematics.cs │ │ ├── planetSchematicsPinMap.cs │ │ ├── planetSchematicsTypeMap.cs │ │ ├── ramActivities.cs │ │ ├── ramAssemblyLineStations.cs │ │ ├── ramAssemblyLineTypeDetailPerCategory.cs │ │ ├── ramAssemblyLineTypeDetailPerGroup.cs │ │ ├── ramAssemblyLineTypes.cs │ │ ├── ramInstallationTypeContents.cs │ │ ├── sknLicenses.cs │ │ ├── sknMaterials.cs │ │ ├── sknSkins.cs │ │ ├── staOperationServices.cs │ │ ├── staOperations.cs │ │ ├── staServices.cs │ │ ├── staStationTypes.cs │ │ ├── staStations.cs │ │ ├── translationTables.cs │ │ ├── trnTranslationColumns.cs │ │ ├── trnTranslationLanguages.cs │ │ ├── trnTranslations.cs │ │ ├── warCombatZoneSystems.cs │ │ └── warCombatZones.cs │ ├── Program.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── Providers/ │ │ ├── Database.cs │ │ └── HoboleaksAlphaSkills.cs │ ├── StaticData/ │ │ ├── AgtAgentTypes.cs │ │ ├── AgtAgents.cs │ │ ├── AgtResearchAgents.cs │ │ ├── ChrFactions.cs │ │ ├── CrpNPCDivisions.cs │ │ ├── CrtCertificates.cs │ │ ├── CrtClasses.cs │ │ ├── CrtRecommendations.cs │ │ ├── CrtRelationships.cs │ │ ├── DgmAttributeCategories.cs │ │ ├── DgmAttributeTypes.cs │ │ ├── DgmMasteries.cs │ │ ├── DgmTraits.cs │ │ ├── DgmTypeAttributes.cs │ │ ├── DgmTypeEffects.cs │ │ ├── DgmTypeMasteries.cs │ │ ├── DgmTypeTraits.cs │ │ ├── EveIcons.cs │ │ ├── EveUnits.cs │ │ ├── IndustryActivity.cs │ │ ├── IndustryActivityMaterials.cs │ │ ├── IndustryActivityProbabilities.cs │ │ ├── IndustryActivityProducts.cs │ │ ├── IndustryActivitySkills.cs │ │ ├── IndustryBlueprints.cs │ │ ├── InvCategories.cs │ │ ├── InvControlTowerResourcePurposes.cs │ │ ├── InvControlTowerResources.cs │ │ ├── InvFlags.cs │ │ ├── InvGroups.cs │ │ ├── InvItems.cs │ │ ├── InvMarketGroups.cs │ │ ├── InvMetaTypes.cs │ │ ├── InvNames.cs │ │ ├── InvTraits.cs │ │ ├── InvTypeMaterials.cs │ │ ├── InvTypeReactions.cs │ │ ├── InvTypes.cs │ │ ├── MapConstellations.cs │ │ ├── MapRegions.cs │ │ ├── MapSolarSystems.cs │ │ ├── MapSolarSystemsJump.cs │ │ └── StaStations.cs │ ├── Utils/ │ │ └── Util.cs │ ├── XmlGenerator.csproj │ ├── Xmlfiles/ │ │ ├── Flags.cs │ │ └── Serialization/ │ │ ├── SerialiazableRowset.cs │ │ ├── SerializableInvFlagsRow.cs │ │ └── SerializableRoot.cs │ └── packages.config └── updates/ └── patch.xml