Files
ZuneShell.dll/ZuneShell.csproj
T

882 lines
47 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: C:\Program Files\Zune\ZuneShell.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E93CFFA3-1EEB-4E71-9E83-7377C1422119}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>ZuneShell</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ApplicationVersion>4.7.0.0</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="UIXcontrols, Version=4.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\Zune\UIXcontrols.dll</HintPath>
</Reference>
<Reference Include="ZuneDBApi">
<HintPath>lib\ZuneDBApi.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Microsoft\Zune\MemoryFonts.cs" />
<Compile Include="Microsoft\Zune\PerfTrace\EtwTraceProvider.cs" />
<Compile Include="Microsoft\Zune\PerfTrace\ActionType.cs" />
<Compile Include="Microsoft\Zune\PerfTrace\PerfTrace.cs" />
<Compile Include="Microsoft\Zune\PerfTrace\UICollectionEvent.cs" />
<Compile Include="Microsoft\Zune\Service2\Service.cs" />
<Compile Include="Microsoft\Zune\Shell\TraceSwitches.cs" />
<Compile Include="Microsoft\Zune\Shell\ZuneTraceSwitch.cs" />
<Compile Include="Microsoft\Zune\Shell\ILaunchZuneShell.cs" />
<Compile Include="Microsoft\Zune\Shell\LaunchZuneShell.cs" />
<Compile Include="Microsoft\Zune\Shell\ZuneApplication.cs" />
<Compile Include="Microsoft\Zune\Shell\InitializationFailsafe.cs" />
<Compile Include="Microsoft\Zune\Shell\CanAddMediaArgs.cs" />
<Compile Include="Microsoft\Zune\Shell\ZuneShellException.cs" />
<Compile Include="Microsoft\Zune\Shell\SetupInstallContext.cs" />
<Compile Include="Microsoft\Zune\Shell\ViewTimeLogger.cs" />
<Compile Include="Microsoft\Zune\Shell\StandAlone.cs" />
<Compile Include="Microsoft\Zune\Shell\CommandLineArgument.cs" />
<Compile Include="Microsoft\Zune\Shell\AggregateDataProviderQuery.cs" />
<Compile Include="Microsoft\Zune\Util\SQMLog.cs" />
<Compile Include="ZuneUI\NotifyPropertyChangedImpl.cs" />
<Compile Include="ZuneUI\AccountCountryList.cs" />
<Compile Include="ZuneUI\AccountCountry.cs" />
<Compile Include="ZuneUI\Frame.cs" />
<Compile Include="ZuneUI\MainFrame.cs" />
<Compile Include="ZuneUI\Experience.cs" />
<Compile Include="ZuneUI\QuickplayExperience.cs" />
<Compile Include="ZuneUI\CollectionExperience.cs" />
<Compile Include="ZuneUI\DeviceExperience.cs" />
<Compile Include="ZuneUI\MarketplaceExperience.cs" />
<Compile Include="ZuneUI\SocialExperience.cs" />
<Compile Include="ZuneUI\DiscExperience.cs" />
<Compile Include="ZuneUI\SettingsFrame.cs" />
<Compile Include="ZuneUI\SettingsExperience.cs" />
<Compile Include="ZuneUI\WizardExperience.cs" />
<Compile Include="ZuneUI\TestExperience.cs" />
<Compile Include="ZuneUI\IPage.cs" />
<Compile Include="ZuneUI\Page.cs" />
<Compile Include="ZuneUI\IZunePage.cs" />
<Compile Include="ZuneUI\ZunePage.cs" />
<Compile Include="ZuneUI\IDeviceContentsPage.cs" />
<Compile Include="ZuneUI\LibraryPage.cs" />
<Compile Include="ZuneUI\ApplicationLibraryPage.cs" />
<Compile Include="ZuneUI\LibraryPanel.cs" />
<Compile Include="ZuneUI\ListPanel.cs" />
<Compile Include="ZuneUI\ApplicationsPanel.cs" />
<Compile Include="ZuneUI\IPageState.cs" />
<Compile Include="ZuneUI\DevicePivotManagingPageState.cs" />
<Compile Include="ZuneUI\ApplicationPageState.cs" />
<Compile Include="ZuneUI\ApplicationDetails.cs" />
<Compile Include="ZuneUI\NewReview.cs" />
<Compile Include="ZuneUI\ApplicationMarketplaceHelper.cs" />
<Compile Include="ZuneUI\AutoCompleteHelper.cs" />
<Compile Include="ZuneUI\BillingOfferHelper.cs" />
<Compile Include="ZuneUI\SubscriptionEndingDialog.cs" />
<Compile Include="ZuneUI\BooleanInputChoice.cs" />
<Compile Include="ZuneUI\Breadcrumb.cs" />
<Compile Include="ZuneUI\BreadcrumbFactory.cs" />
<Compile Include="ZuneUI\CartPage.cs" />
<Compile Include="ZuneUI\CartPanel.cs" />
<Compile Include="ZuneUI\CartItem.cs" />
<Compile Include="ZuneUI\GetCartItemPropertyDelegate.cs" />
<Compile Include="ZuneUI\CartItemsComparer.cs" />
<Compile Include="ZuneUI\CartItemsAvailableInMarketplaceComparer.cs" />
<Compile Include="ZuneUI\CartItemSortColumn.cs" />
<Compile Include="ZuneUI\CartItemsHelper.cs" />
<Compile Include="ZuneUI\CDAccess.cs" />
<Compile Include="ZuneUI\Node.cs" />
<Compile Include="ZuneUI\CDAlbumCommand.cs" />
<Compile Include="ZuneUI\CDAction.cs" />
<Compile Include="ZuneUI\RipState.cs" />
<Compile Include="ZuneUI\CDAlbumTrack.cs" />
<Compile Include="ZuneUI\BurnableCD.cs" />
<Compile Include="ZuneUI\BurnSessionItem.cs" />
<Compile Include="ZuneUI\SubscriptionLibraryPage.cs" />
<Compile Include="ZuneUI\ChannelLibraryPage.cs" />
<Compile Include="ZuneUI\SubscriptionSeriesPanel.cs" />
<Compile Include="ZuneUI\ChannelSeriesPanel.cs" />
<Compile Include="ZuneUI\SubscriptionEpisodePanel.cs" />
<Compile Include="ZuneUI\ChannelEpisodePanel.cs" />
<Compile Include="ZuneUI\ChannelDetailsPanel.cs" />
<Compile Include="ZuneUI\ProgressCommand.cs" />
<Compile Include="ZuneUI\MarketplaceActionCommand.cs" />
<Compile Include="ZuneUI\ChannelTrackActionCommand.cs" />
<Compile Include="ZuneUI\ClientUpdate.cs" />
<Compile Include="ZuneUI\CountryFieldValidatorType.cs" />
<Compile Include="ZuneUI\PropertyDescriptor.cs" />
<Compile Include="ZuneUI\CountryFieldValidationPropertyDescriptor.cs" />
<Compile Include="ZuneUI\CountryPropertyDescriptor.cs" />
<Compile Include="ZuneUI\DeviceComparerForRental.cs" />
<Compile Include="ZuneUI\DeviceChoice.cs" />
<Compile Include="ZuneUI\SyncCommandBase.cs" />
<Compile Include="ZuneUI\StartSyncCommand.cs" />
<Compile Include="ZuneUI\StopSyncCommand.cs" />
<Compile Include="ZuneUI\DeviceIconSetFactory.cs" />
<Compile Include="ZuneUI\IDeviceIconSet.cs" />
<Compile Include="ZuneUI\IColorSet.cs" />
<Compile Include="ZuneUI\IDeviceColor.cs" />
<Compile Include="ZuneUI\ISimpleDeviceIconSet.cs" />
<Compile Include="ZuneUI\IBackgroundAwareDeviceIconSet.cs" />
<Compile Include="ZuneUI\IInteractiveDeviceIconSet.cs" />
<Compile Include="ZuneUI\UIDevice.cs" />
<Compile Include="ZuneUI\DeviceConnectionHandledEventHandler.cs" />
<Compile Include="ZuneUI\DeviceConnectionHandledEventArgs.cs" />
<Compile Include="ZuneUI\DeviceManagement.cs" />
<Compile Include="ZuneUI\LinkOptions.cs" />
<Compile Include="ZuneUI\MarketplaceCredentialsForDevice.cs" />
<Compile Include="ZuneUI\SyncModeOptionPair.cs" />
<Compile Include="ZuneUI\FormatCompletionListener.cs" />
<Compile Include="ZuneUI\DeviceSetupHashtable.cs" />
<Compile Include="ZuneUI\DownloadsPage.cs" />
<Compile Include="ZuneUI\DownloadsPageState.cs" />
<Compile Include="ZuneUI\ICommandHandler.cs" />
<Compile Include="ZuneUI\NavigationCommandHandlerBase.cs" />
<Compile Include="ZuneUI\DownloadsNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\Download.cs" />
<Compile Include="ZuneUI\DownloadManagerHelper.cs" />
<Compile Include="ZuneUI\DownloadProgress.cs" />
<Compile Include="ZuneUI\DeleteSubscriptionDownloadsDialog.cs" />
<Compile Include="ZuneUI\DownloadCommand.cs" />
<Compile Include="ZuneUI\FamilySetting.cs" />
<Compile Include="ZuneUI\FamilySettings.cs" />
<Compile Include="ZuneUI\MenuItemCommand.cs" />
<Compile Include="ZuneUI\FeatureMenuItemCommand.cs" />
<Compile Include="ZuneUI\MultiFeatureMenuItemCommand.cs" />
<Compile Include="ZuneUI\FeaturesChanged.cs" />
<Compile Include="ZuneUI\FriendsPage.cs" />
<Compile Include="ZuneUI\FriendsPanel.cs" />
<Compile Include="ZuneUI\FriendsHelper.cs" />
<Compile Include="ZuneUI\ProfileMerger.cs" />
<Compile Include="ZuneUI\ProfileCardData.cs" />
<Compile Include="ZuneUI\ProfileInterests.cs" />
<Compile Include="ZuneUI\ProfileTrack.cs" />
<Compile Include="ZuneUI\Fue.cs" />
<Compile Include="ZuneUI\FilterList.cs" />
<Compile Include="ZuneUI\TrimmedList.cs" />
<Compile Include="ZuneUI\UIFirmwareUpdater.cs" />
<Compile Include="ZuneUI\UIFirmwareRestorer.cs" />
<Compile Include="ZuneUI\SongMatchData.cs" />
<Compile Include="ZuneUI\FindAlbumInfoHelper.cs" />
<Compile Include="ZuneUI\TrackOptionGroupItem.cs" />
<Compile Include="ZuneUI\TrackOptionsComparer.cs" />
<Compile Include="ZuneUI\FindAlbumInfoWMISWorker.cs" />
<Compile Include="ZuneUI\FontLoader.cs" />
<Compile Include="ZuneUI\InboxPage.cs" />
<Compile Include="ZuneUI\InboxPanel.cs" />
<Compile Include="ZuneUI\MessageDetailsPanel.cs" />
<Compile Include="ZuneUI\SingletonModelItem`1.cs" />
<Compile Include="ZuneUI\JumpListManager.cs" />
<Compile Include="ZuneUI\JumpListPin.cs" />
<Compile Include="ZuneUI\Management.cs" />
<Compile Include="ZuneUI\ProxySettingDelegate.cs" />
<Compile Include="ZuneUI\NamedIntOption.cs" />
<Compile Include="ZuneUI\RecordModeOption.cs" />
<Compile Include="ZuneUI\RichLayoutCommand.cs" />
<Compile Include="ZuneUI\RadioOptionWithSecondaryText.cs" />
<Compile Include="ZuneUI\NamedStringOption.cs" />
<Compile Include="ZuneUI\BackgroundOption.cs" />
<Compile Include="ZuneUI\SubscriptionState.cs" />
<Compile Include="ZuneUI\CommitListHashtable.cs" />
<Compile Include="ZuneUI\ScreenGraphics.cs" />
<Compile Include="ZuneUI\Win7LibrariesUsage.cs" />
<Compile Include="ZuneUI\SetupLandWizardNavigationCommand.cs" />
<Compile Include="ZuneUI\MarketplaceTrackActionCommand.cs" />
<Compile Include="ZuneUI\MarketplacePlaylistTrack.cs" />
<Compile Include="ZuneUI\MarketplaceVideoActionCommand.cs" />
<Compile Include="ZuneUI\MarketplaceTrackHistoryActionCommand.cs" />
<Compile Include="ZuneUI\MarketplaceVideoHistoryActionCommand.cs" />
<Compile Include="ZuneUI\MarketplaceVideoPurchaseHistoryActionCommand.cs" />
<Compile Include="ZuneUI\MarketplaceVideoRentalHistoryActionCommand.cs" />
<Compile Include="ZuneUI\MarketplaceAppActionCommand.cs" />
<Compile Include="ZuneUI\MarketplaceReportAConcernCommand.cs" />
<Compile Include="ZuneUI\PodcastTypeFilteringList.cs" />
<Compile Include="ZuneUI\MarketplaceReportFavouriteArtistsCommand.cs" />
<Compile Include="ZuneUI\MergeHelper.cs" />
<Compile Include="ZuneUI\MessageListFilter.cs" />
<Compile Include="ZuneUI\MessageRootHelper.cs" />
<Compile Include="ZuneUI\MessageTypeInfo.cs" />
<Compile Include="ZuneUI\ShellMessagingNotifier.cs" />
<Compile Include="ZuneUI\MetadataNotifications.cs" />
<Compile Include="ZuneUI\NonBlankPropertyDescriptor.cs" />
<Compile Include="ZuneUI\StringListPropertyDescriptor.cs" />
<Compile Include="ZuneUI\IntPropertyDescriptor.cs" />
<Compile Include="ZuneUI\DatePropertyDescriptor.cs" />
<Compile Include="ZuneUI\BirthdayPropertyDescriptor.cs" />
<Compile Include="ZuneUI\YearPropertyDescriptor.cs" />
<Compile Include="ZuneUI\IntYearPropertyDescriptor.cs" />
<Compile Include="ZuneUI\TypePropertyDescriptor.cs" />
<Compile Include="ZuneUI\ZuneTagPropertyDescriptor.cs" />
<Compile Include="ZuneUI\PrepaidCodePropertyDescriptor.cs" />
<Compile Include="ZuneUI\EmailPropertyDescriptor.cs" />
<Compile Include="ZuneUI\EmailDomainPropertyDescriptor.cs" />
<Compile Include="ZuneUI\LanguagePropertyDescriptor.cs" />
<Compile Include="ZuneUI\INotifyPropertyChangedImpl.cs" />
<Compile Include="ZuneUI\MetadataPropertyChangedEventArgs.cs" />
<Compile Include="ZuneUI\MetadataEditProperty.cs" />
<Compile Include="ZuneUI\MetadataEditMedia.cs" />
<Compile Include="ZuneUI\MetadataEditAlbum.cs" />
<Compile Include="ZuneUI\MetadataEditTrack.cs" />
<Compile Include="ZuneUI\MetadataEditVideo.cs" />
<Compile Include="ZuneUI\PropertySource.cs" />
<Compile Include="ZuneUI\DataProviderObjectPropertySource.cs" />
<Compile Include="ZuneUI\AlbumMetadataPropertySource.cs" />
<Compile Include="ZuneUI\TrackMetadataPropertySource.cs" />
<Compile Include="ZuneUI\GenreMetadataHelper.cs" />
<Compile Include="ZuneUI\StringSet.cs" />
<Compile Include="ZuneUI\TrackComparer.cs" />
<Compile Include="ZuneUI\ListReleaseBehaviorManager.cs" />
<Compile Include="ZuneUI\SplitAudioTrack.cs" />
<Compile Include="ZuneUI\MixResult.cs" />
<Compile Include="ZuneUI\MixResultAlbum.cs" />
<Compile Include="ZuneUI\MixResultArtist.cs" />
<Compile Include="ZuneUI\MixResultProfile.cs" />
<Compile Include="ZuneUI\MixResultType.cs" />
<Compile Include="ZuneUI\MixHelper.cs" />
<Compile Include="ZuneUI\MixPriorityList.cs" />
<Compile Include="ZuneUI\MixAlbumPriorityList.cs" />
<Compile Include="ZuneUI\MixArtistPriorityList.cs" />
<Compile Include="ZuneUI\MixProfilePriorityList.cs" />
<Compile Include="ZuneUI\MixStack.cs" />
<Compile Include="ZuneUI\MixStackEntry.cs" />
<Compile Include="ZuneUI\MixTileSaveData.cs" />
<Compile Include="ZuneUI\MobileWirelessSync.cs" />
<Compile Include="ZuneUI\MusicLibraryPage.cs" />
<Compile Include="ZuneUI\SortCommand.cs" />
<Compile Include="ZuneUI\MusicLibraryListPanelBase.cs" />
<Compile Include="ZuneUI\ArtistsPanel.cs" />
<Compile Include="ZuneUI\GenresPanel.cs" />
<Compile Include="ZuneUI\AlbumsPanel.cs" />
<Compile Include="ZuneUI\ReleaseYearComparer.cs" />
<Compile Include="ZuneUI\TracksPanel.cs" />
<Compile Include="ZuneUI\PlaylistsPanel.cs" />
<Compile Include="ZuneUI\PlaylistContentsPanel.cs" />
<Compile Include="ZuneUI\MusicSyncRulesView.cs" />
<Compile Include="ZuneUI\TrackSyncStatus.cs" />
<Compile Include="ZuneUI\MusicLibraryView.cs" />
<Compile Include="ZuneUI\TrackDetails.cs" />
<Compile Include="ZuneUI\AlbumArtUpdateHandler.cs" />
<Compile Include="ZuneUI\InternetConnection.cs" />
<Compile Include="ZuneUI\NetworkSignInCredentials.cs" />
<Compile Include="ZuneUI\NetworkSignInDialogHelper.cs" />
<Compile Include="ZuneUI\ProxySignIn.cs" />
<Compile Include="ZuneUI\ProxyCredentials.cs" />
<Compile Include="ZuneUI\PodcastCredentials.cs" />
<Compile Include="ZuneUI\PodcastSignIn.cs" />
<Compile Include="ZuneUI\PlaybackPage.cs" />
<Compile Include="ZuneUI\NowPlayingLand.cs" />
<Compile Include="ZuneUI\ISlideShowStateOwner.cs" />
<Compile Include="ZuneUI\SlideshowLand.cs" />
<Compile Include="ZuneUI\TextChopper.cs" />
<Compile Include="ZuneUI\OSInfo.cs" />
<Compile Include="ZuneUI\PaymentInstrumentHelper.cs" />
<Compile Include="ZuneUI\CreditCardHelper.cs" />
<Compile Include="ZuneUI\PropertyEditCreditCard.cs" />
<Compile Include="ZuneUI\CreditCardPropertySource.cs" />
<Compile Include="ZuneUI\CardTypePropertyDescriptor.cs" />
<Compile Include="ZuneUI\CreditCardNumberDescriptor.cs" />
<Compile Include="ZuneUI\CreditCardExpirationDateDescriptor.cs" />
<Compile Include="ZuneUI\StateDescriptor.cs" />
<Compile Include="ZuneUI\PostalCodeDescriptor.cs" />
<Compile Include="ZuneUI\PhoneNumberDescriptors.cs" />
<Compile Include="ZuneUI\PhoneBrandingStringMap.cs" />
<Compile Include="ZuneUI\KinBrandingStringMap.cs" />
<Compile Include="ZuneUI\PhotoLibraryPage.cs" />
<Compile Include="ZuneUI\PhotoFolderPanel.cs" />
<Compile Include="ZuneUI\PhotosPanel.cs" />
<Compile Include="ZuneUI\SlideShowState.cs" />
<Compile Include="ZuneUI\PhotoDetails.cs" />
<Compile Include="ZuneUI\PhotoUtilities.cs" />
<Compile Include="ZuneUI\NavigateHandler.cs" />
<Compile Include="ZuneUI\PageNode.cs" />
<Compile Include="ZuneUI\GetPageCallback.cs" />
<Compile Include="ZuneUI\CategoryPageNode.cs" />
<Compile Include="ZuneUI\Category.cs" />
<Compile Include="ZuneUI\ContainerPlayMarker.cs" />
<Compile Include="ZuneUI\PlaybackTrack.cs" />
<Compile Include="ZuneUI\LibraryPlaybackTrack.cs" />
<Compile Include="ZuneUI\MarketplacePlaybackTrack.cs" />
<Compile Include="ZuneUI\VideoPlaybackTrack.cs" />
<Compile Include="ZuneUI\StreamingPlaybackTrack.cs" />
<Compile Include="ZuneUI\StreamingRadioPlaybackTrack.cs" />
<Compile Include="ZuneUI\LibraryAlbumInfo.cs" />
<Compile Include="ZuneUI\PlaylistManager.cs" />
<Compile Include="ZuneUI\PlaylistError.cs" />
<Compile Include="ZuneUI\SpecialPlaylist.cs" />
<Compile Include="ZuneUI\PlaylistResult.cs" />
<Compile Include="ZuneUI\PlaylistTypeFilterList.cs" />
<Compile Include="ZuneUI\PlaylistFactory.cs" />
<Compile Include="ZuneUI\StandardPlaylistFactory.cs" />
<Compile Include="ZuneUI\QuickMixPlaylistFactory.cs" />
<Compile Include="ZuneUI\QuickMixSessionManager.cs" />
<Compile Include="ZuneUI\QuickMixSubTypeCommand.cs" />
<Compile Include="ZuneUI\QuickMixProgress.cs" />
<Compile Include="ZuneUI\AddTransientMediaTask.cs" />
<Compile Include="ZuneUI\PodcastLibraryPage.cs" />
<Compile Include="ZuneUI\SeriesSettings.cs" />
<Compile Include="ZuneUI\SubscribeConfirmDialogHelper.cs" />
<Compile Include="ZuneUI\SubscriptionEventsListener.cs" />
<Compile Include="ZuneUI\EpisodeDownloadCommand.cs" />
<Compile Include="ZuneUI\PodcastEpisodeDetails.cs" />
<Compile Include="ZuneUI\IWizardNavigation.cs" />
<Compile Include="ZuneUI\WizardHelper.cs" />
<Compile Include="ZuneUI\RateCommand.cs" />
<Compile Include="ZuneUI\UserRelationship.cs" />
<Compile Include="ZuneUI\ProfilePageState.cs" />
<Compile Include="ZuneUI\ProfilePage.cs" />
<Compile Include="ZuneUI\ProfilePanel.cs" />
<Compile Include="ZuneUI\ProfileBadge.cs" />
<Compile Include="ZuneUI\ProfileDataHelper.cs" />
<Compile Include="ZuneUI\ProfileCategories.cs" />
<Compile Include="ZuneUI\CommentHelper.cs" />
<Compile Include="ZuneUI\ProfileImageType.cs" />
<Compile Include="ZuneUI\ProfileImage.cs" />
<Compile Include="ZuneUI\PropertyEditProfileImage.cs" />
<Compile Include="ZuneUI\PropertyEditProfile.cs" />
<Compile Include="ZuneUI\ProfilePropertyDescriptor.cs" />
<Compile Include="ZuneUI\ProfileMultiLinePropertyDescriptor.cs" />
<Compile Include="ZuneUI\PurchaseOptionCommand.cs" />
<Compile Include="ZuneUI\ResumePurchaseData.cs" />
<Compile Include="ZuneUI\Purchase.cs" />
<Compile Include="ZuneUI\BandwidthCapacity.cs" />
<Compile Include="ZuneUI\BandwidthTest.cs" />
<Compile Include="ZuneUI\QueryStatus.cs" />
<Compile Include="ZuneUI\QueryTracker.cs" />
<Compile Include="ZuneUI\QuickplayPage.cs" />
<Compile Include="ZuneUI\RadioPage.cs" />
<Compile Include="ZuneUI\CollectionRadioPanel.cs" />
<Compile Include="ZuneUI\RadioStation.cs" />
<Compile Include="ZuneUI\RadioStationHelper.cs" />
<Compile Include="ZuneUI\TrackCollectionFilterType.cs" />
<Compile Include="ZuneUI\RecommendationsHelper.cs" />
<Compile Include="ZuneUI\AppReviewHelper.cs" />
<Compile Include="ZuneUI\Search.cs" />
<Compile Include="ZuneUI\SearchResultContextType.cs" />
<Compile Include="ZuneUI\SearchResultFilterType.cs" />
<Compile Include="ZuneUI\SearchResultContextMenuType.cs" />
<Compile Include="ZuneUI\SearchResultFilterCommand.cs" />
<Compile Include="ZuneUI\SearchResultFilter.cs" />
<Compile Include="ZuneUI\SearchHintResultType.cs" />
<Compile Include="ZuneUI\SearchHintHelper.cs" />
<Compile Include="ZuneUI\SearchResultDataComparer.cs" />
<Compile Include="ZuneUI\ShellCommand.cs" />
<Compile Include="ZuneUI\SearchKeywordLink.cs" />
<Compile Include="ZuneUI\ZuneShell.cs" />
<Compile Include="ZuneUI\Shell.cs" />
<Compile Include="ZuneUI\SignIn.cs" />
<Compile Include="ZuneUI\ComposerHelper.cs" />
<Compile Include="ZuneUI\RecipientHelper.cs" />
<Compile Include="ZuneUI\Attachment.cs" />
<Compile Include="ZuneUI\AlbumAttachment.cs" />
<Compile Include="ZuneUI\TrackAttachment.cs" />
<Compile Include="ZuneUI\PodcastAttachment.cs" />
<Compile Include="ZuneUI\PlaylistAttachment.cs" />
<Compile Include="ZuneUI\ProfileAttachment.cs" />
<Compile Include="ZuneUI\FriendRequestAttachment.cs" />
<Compile Include="ZuneUI\VideoAttachment.cs" />
<Compile Include="ZuneUI\EpisodeAttachment.cs" />
<Compile Include="ZuneUI\MovieAttachment.cs" />
<Compile Include="ZuneUI\TrailerAttachment.cs" />
<Compile Include="ZuneUI\PropertySetAttachment.cs" />
<Compile Include="ZuneUI\CollectionPlaylistAttachment.cs" />
<Compile Include="ZuneUI\SoftwareUpdates.cs" />
<Compile Include="ZuneUI\CryptoHelper.cs" />
<Compile Include="ZuneUI\SoundId.cs" />
<Compile Include="ZuneUI\SoundHelper.cs" />
<Compile Include="ZuneUI\StringExtractorList.cs" />
<Compile Include="ZuneUI\DataObjectStringExtractorList.cs" />
<Compile Include="ZuneUI\CommandStringExtractorList.cs" />
<Compile Include="ZuneUI\SubList.cs" />
<Compile Include="ZuneUI\CustomSubList.cs" />
<Compile Include="ZuneUI\ConstantSplitSubList.cs" />
<Compile Include="ZuneUI\DataProviderPropertyComparer.cs" />
<Compile Include="ZuneUI\SubscriptionDetailsPanel.cs" />
<Compile Include="ZuneUI\EDeviceProcessingStep.cs" />
<Compile Include="ZuneUI\SyncControls.cs" />
<Compile Include="ZuneUI\SyncErrorHelper.cs" />
<Compile Include="ZuneUI\SyncGroupState.cs" />
<Compile Include="ZuneUI\SyncGroup.cs" />
<Compile Include="ZuneUI\ExistingSyncGroup.cs" />
<Compile Include="ZuneUI\NewComplexSyncGroup.cs" />
<Compile Include="ZuneUI\SchemaSyncGroup.cs" />
<Compile Include="ZuneUI\DetailsBackedSchemaSyncGroup.cs" />
<Compile Include="ZuneUI\GuestSchemaSyncGroup.cs" />
<Compile Include="ZuneUI\SyncGroupList.cs" />
<Compile Include="ZuneUI\TelemetryInfo.cs" />
<Compile Include="ZuneUI\DatapointInfo.cs" />
<Compile Include="ZuneUI\Telemetry.cs" />
<Compile Include="ZuneUI\TestPage.cs" />
<Compile Include="ZuneUI\TestPageState.cs" />
<Compile Include="ZuneUI\TeasePage.cs" />
<Compile Include="ZuneUI\ThumbBarButtons.cs" />
<Compile Include="ZuneUI\TransportControls.cs" />
<Compile Include="ZuneUI\NowPlayingList.cs" />
<Compile Include="ZuneUI\PlayNavigationOptions.cs" />
<Compile Include="ZuneUI\DeviceRelationship.cs" />
<Compile Include="ZuneUI\PodcastSyncLimit.cs" />
<Compile Include="ZuneUI\DeviceClass.cs" />
<Compile Include="ZuneUI\DeviceBranding.cs" />
<Compile Include="ZuneUI\SyncabilityHelper.cs" />
<Compile Include="ZuneUI\DeviceListEventHandler.cs" />
<Compile Include="ZuneUI\DeviceListEventArgs.cs" />
<Compile Include="ZuneUI\UIDeviceList.cs" />
<Compile Include="ZuneUI\UIGasGauge.cs" />
<Compile Include="ZuneUI\MediaType.cs" />
<Compile Include="ZuneUI\DrmState.cs" />
<Compile Include="ZuneUI\VideoDefinition.cs" />
<Compile Include="ZuneUI\SyncCategory.cs" />
<Compile Include="ZuneUI\SyncMode.cs" />
<Compile Include="ZuneUI\RatingConstants.cs" />
<Compile Include="ZuneUI\ImageIdType.cs" />
<Compile Include="ZuneUI\ImageRequested.cs" />
<Compile Include="ZuneUI\MoviesAvailableFor.cs" />
<Compile Include="ZuneUI\DateTimeFormatType.cs" />
<Compile Include="ZuneUI\Enum.cs" />
<Compile Include="ZuneUI\MediaDescriptions.cs" />
<Compile Include="ZuneUI\VideoDefinitionHelper.cs" />
<Compile Include="ZuneUI\DrmStateMask.cs" />
<Compile Include="ZuneUI\DrmStateDescriptions.cs" />
<Compile Include="ZuneUI\DrmHelper.cs" />
<Compile Include="ZuneUI\BlockListUpdatesReason.cs" />
<Compile Include="ZuneUI\IThumbnailCommand.cs" />
<Compile Include="ZuneUI\ThumbnailCommand.cs" />
<Compile Include="ZuneUI\NotifyChoice.cs" />
<Compile Include="ZuneUI\SearchableAggregateList.cs" />
<Compile Include="ZuneUI\SearchableArrayList.cs" />
<Compile Include="ZuneUI\SearchableGroupedList.cs" />
<Compile Include="ZuneUI\OrderedGroupedList.cs" />
<Compile Include="ZuneUI\ToStringCaseInsensitiveComparer.cs" />
<Compile Include="ZuneUI\StringCaseInsensitiveComparer.cs" />
<Compile Include="ZuneUI\DateTimeHelper.cs" />
<Compile Include="ZuneUI\TimeSpanHelper.cs" />
<Compile Include="ZuneUI\TimeFormattingHelper.cs" />
<Compile Include="ZuneUI\GuidHelper.cs" />
<Compile Include="ZuneUI\NotifyStack.cs" />
<Compile Include="ZuneUI\MarketplaceArtistPageState.cs" />
<Compile Include="ZuneUI\DocumentHelper.cs" />
<Compile Include="ZuneUI\StringParserHelper.cs" />
<Compile Include="ZuneUI\StringFormatHelper.cs" />
<Compile Include="ZuneUI\QueryHelper.cs" />
<Compile Include="ZuneUI\EmailHelper.cs" />
<Compile Include="ZuneUI\ZuneTagHelper.cs" />
<Compile Include="ZuneUI\UrlHelper.cs" />
<Compile Include="ZuneUI\ImageConstants.cs" />
<Compile Include="ZuneUI\ZuneDotNet.cs" />
<Compile Include="ZuneUI\MediaIdAndType.cs" />
<Compile Include="ZuneUI\MediaTypeCommand.cs" />
<Compile Include="ZuneUI\FloatHelper.cs" />
<Compile Include="ZuneUI\IntHelper.cs" />
<Compile Include="ZuneUI\MappedError.cs" />
<Compile Include="ZuneUI\ListHelper.cs" />
<Compile Include="ZuneUI\XmlHelper.cs" />
<Compile Include="ZuneUI\FallibleEventHandler.cs" />
<Compile Include="ZuneUI\FallibleEventArgs.cs" />
<Compile Include="ZuneUI\MathConstants.cs" />
<Compile Include="ZuneUI\StringHelper.cs" />
<Compile Include="ZuneUI\CultureHelper.cs" />
<Compile Include="ZuneUI\OSVersion.cs" />
<Compile Include="ZuneUI\PinHelper.cs" />
<Compile Include="ZuneUI\DataProviderTitleList.cs" />
<Compile Include="ZuneUI\LibraryHelper.cs" />
<Compile Include="ZuneUI\TrackHelper.cs" />
<Compile Include="ZuneUI\ArtistHelper.cs" />
<Compile Include="ZuneUI\FutureBase`1.cs" />
<Compile Include="ZuneUI\CalculateValue`1.cs" />
<Compile Include="ZuneUI\DelegateFuture`1.cs" />
<Compile Include="ZuneUI\LocalizationHelper.cs" />
<Compile Include="ZuneUI\VideoCategory.cs" />
<Compile Include="ZuneUI\VideoLibraryView.cs" />
<Compile Include="ZuneUI\MovieType.cs" />
<Compile Include="ZuneUI\VideoViewCategory.cs" />
<Compile Include="ZuneUI\VideoViewCategoryComparer.cs" />
<Compile Include="ZuneUI\VideoDescriptions.cs" />
<Compile Include="ZuneUI\LibraryVideoActionCommand.cs" />
<Compile Include="ZuneUI\VideoLibraryPage.cs" />
<Compile Include="ZuneUI\VideosPanel.cs" />
<Compile Include="ZuneUI\VideoSeasonComparer.cs" />
<Compile Include="ZuneUI\VideoDrmStateComparer.cs" />
<Compile Include="ZuneUI\VideoDetails.cs" />
<Compile Include="ZuneUI\FolderBrowseDialog.cs" />
<Compile Include="ZuneUI\FileOpenDialog.cs" />
<Compile Include="ZuneUI\Win32MessageBox.cs" />
<Compile Include="ZuneUI\Win32Window.cs" />
<Compile Include="ZuneUI\Win32MessageBoxType.cs" />
<Compile Include="ZuneUI\Win32MessageBoxReturnValue.cs" />
<Compile Include="ZuneUI\Win32InternetConnection.cs" />
<Compile Include="ZuneUI\ShellInterop.cs" />
<Compile Include="ZuneUI\MousePosition.cs" />
<Compile Include="ZuneUI\RECT.cs" />
<Compile Include="ZuneUI\MonitorDetector.cs" />
<Compile Include="ZuneUI\MonitorSize.cs" />
<Compile Include="ZuneUI\InstalledProductChecker.cs" />
<Compile Include="ZuneUI\WirelessStates.cs" />
<Compile Include="ZuneUI\WirelessStateResults.cs" />
<Compile Include="ZuneUI\AsyncOperation.cs" />
<Compile Include="ZuneUI\AOClearWirelessSettings.cs" />
<Compile Include="ZuneUI\AOGetDeviceProfile.cs" />
<Compile Include="ZuneUI\AOSetProfile.cs" />
<Compile Include="ZuneUI\AOGetNetworkList.cs" />
<Compile Include="ZuneUI\AOGetConnectedNetwork.cs" />
<Compile Include="ZuneUI\WirelessSync.cs" />
<Compile Include="ZuneUI\WlanSignalStrenghComparer.cs" />
<Compile Include="ZuneUI\WirelessNetworkTypeCommand.cs" />
<Compile Include="ZuneUI\WlanCommand.cs" />
<Compile Include="ZuneUI\WirelessType.cs" />
<Compile Include="ZuneUI\WirelessTypeGrid.cs" />
<Compile Include="ZuneUI\WebHostNavigationResult.cs" />
<Compile Include="ZuneUI\NavErrorData.cs" />
<Compile Include="ZuneUI\ZuneWebHost.cs" />
<Compile Include="ZuneUI\CountryHelper.cs" />
<Compile Include="ZuneUI\CountryNameComparer.cs" />
<Compile Include="ZuneUI\LanguageHelper.cs" />
<Compile Include="ZuneUI\LanguageNameComparer.cs" />
<Compile Include="ZuneUI\DialogPage.cs" />
<Compile Include="ZuneUI\CategoryPage.cs" />
<Compile Include="ZuneUI\CategoryPageState.cs" />
<Compile Include="ZuneUI\CDLand.cs" />
<Compile Include="ZuneUI\CDLandPageState.cs" />
<Compile Include="ZuneUI\CommandHandler.cs" />
<Compile Include="ZuneUI\CommandHandlerBase.cs" />
<Compile Include="ZuneUI\ConfirmCloseDialog.cs" />
<Compile Include="ZuneUI\CurrentPageCommandHandler.cs" />
<Compile Include="ZuneUI\Deviceland.cs" />
<Compile Include="ZuneUI\DeviceOverfillLand.cs" />
<Compile Include="ZuneUI\DictionaryCommandHandler.cs" />
<Compile Include="ZuneUI\BoolDisposeHelper.cs" />
<Compile Include="ZuneUI\ErrorDialogInfo.cs" />
<Compile Include="ZuneUI\HelpCommandHandler.cs" />
<Compile Include="ZuneUI\TransportControlStyle.cs" />
<Compile Include="ZuneUI\PlaybackContext.cs" />
<Compile Include="ZuneUI\ComputerIconState.cs" />
<Compile Include="ZuneUI\NavigateToInstanceCommandHandler.cs" />
<Compile Include="ZuneUI\NavigationCommandHandler.cs" />
<Compile Include="ZuneUI\DeviceAwareNavigationHandler.cs" />
<Compile Include="ZuneUI\MusicNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\VideoNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\PodcastNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\PhotoNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\PlaylistNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\ApplicationNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\CartNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\StatusNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\FriendsNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\ProfileNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\InboxNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\ChannelsNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\QuickplayNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\RadioNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\DefaultExperienceNavigationCommandHandler.cs" />
<Compile Include="ZuneUI\InstancePageState.cs" />
<Compile Include="ZuneUI\NavigationDirection.cs" />
<Compile Include="ZuneUI\PageStack.cs" />
<Compile Include="ZuneUI\SettingCategories.cs" />
<Compile Include="ZuneUI\NoStackPage.cs" />
<Compile Include="ZuneUI\SetupLandPage.cs" />
<Compile Include="ZuneUI\FirstLaunchLandPage.cs" />
<Compile Include="ZuneUI\GDILandPage.cs" />
<Compile Include="ZuneUI\FirstConnectLandPage.cs" />
<Compile Include="ZuneUI\AutoRestoreLandPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateLandPage.cs" />
<Compile Include="ZuneUI\DeviceRestoreLandPage.cs" />
<Compile Include="ZuneUI\FirstLaunchWizardType.cs" />
<Compile Include="ZuneUI\WindowSnapSimulator.cs" />
<Compile Include="ZuneUI\TraceCommandHandler.cs" />
<Compile Include="ZuneUI\UpdateDialogInfo.cs" />
<Compile Include="ZuneUI\WebHelpCommand.cs" />
<Compile Include="ZuneUI\WebUrlCommandHandler.cs" />
<Compile Include="ZuneUI\WizardStateChangeHandler.cs" />
<Compile Include="ZuneUI\Wizard.cs" />
<Compile Include="ZuneUI\WizardPage.cs" />
<Compile Include="ZuneUI\WizardErrorPage.cs" />
<Compile Include="ZuneUI\WizardZunePage.cs" />
<Compile Include="ZuneUI\WizardNode.cs" />
<Compile Include="ZuneUI\WizardPropertyEditorPage.cs" />
<Compile Include="ZuneUI\WizardPropertyEditor.cs" />
<Compile Include="ZuneUI\WizardPropertySource.cs" />
<Compile Include="ZuneUI\StartupPage.cs" />
<Compile Include="ZuneUI\NotificationArea.cs" />
<Compile Include="ZuneUI\NotificationTask.cs" />
<Compile Include="ZuneUI\NotificationState.cs" />
<Compile Include="ZuneUI\Notification.cs" />
<Compile Include="ZuneUI\MessageNotification.cs" />
<Compile Include="ZuneUI\ProgressNotification.cs" />
<Compile Include="ZuneUI\SyncNotification.cs" />
<Compile Include="ZuneUI\SyncOverrideNotification.cs" />
<Compile Include="ZuneUI\SyncNewRuleAddedNotification.cs" />
<Compile Include="ZuneUI\SyncCompletedNotification.cs" />
<Compile Include="ZuneUI\PlaylistOverrideNotification.cs" />
<Compile Include="ZuneUI\NowPlayingNotification.cs" />
<Compile Include="ZuneUI\PreparingPlayNotification.cs" />
<Compile Include="ZuneUI\QuickMixNotification.cs" />
<Compile Include="ZuneUI\AccountManagementWizard.cs" />
<Compile Include="ZuneUI\AccountCreationWizard.cs" />
<Compile Include="ZuneUI\ContactInformationWizard.cs" />
<Compile Include="ZuneUI\PrivacySettingsWizard.cs" />
<Compile Include="ZuneUI\NewletterSettingsWizard.cs" />
<Compile Include="ZuneUI\AddCreditCardToAccountWizard.cs" />
<Compile Include="ZuneUI\SelectCreditCardWizard.cs" />
<Compile Include="ZuneUI\PurchaseBillingOfferWizard.cs" />
<Compile Include="ZuneUI\RedeemCodeWizard.cs" />
<Compile Include="ZuneUI\TermsOfServiceWizard.cs" />
<Compile Include="ZuneUI\AccountManagementWizardState.cs" />
<Compile Include="ZuneUI\AccountManagementStep.cs" />
<Compile Include="ZuneUI\AccountManagementErrorPage.cs" />
<Compile Include="ZuneUI\AccountManagementFinishStep.cs" />
<Compile Include="ZuneUI\SelectCreditCardFinishStep.cs" />
<Compile Include="ZuneUI\AccountCreationNextSteps.cs" />
<Compile Include="ZuneUI\AccountCreationFinishStep.cs" />
<Compile Include="ZuneUI\TermsOfServiceFinishStep.cs" />
<Compile Include="ZuneUI\PurchaseBillingOfferFinishStep.cs" />
<Compile Include="ZuneUI\RedeemCodeFinishStep.cs" />
<Compile Include="ZuneUI\AccountManagementErrorState.cs" />
<Compile Include="ZuneUI\AccountManagementHelper.cs" />
<Compile Include="ZuneUI\FamilySettingValue.cs" />
<Compile Include="ZuneUI\FamilySettingChoice.cs" />
<Compile Include="ZuneUI\PrivacySettingChoice.cs" />
<Compile Include="ZuneUI\RegionInfoStep.cs" />
<Compile Include="ZuneUI\TermsOfServiceStep.cs" />
<Compile Include="ZuneUI\BasicAccountInfoStep.cs" />
<Compile Include="ZuneUI\BasicAccountInfoPropertyEditor.cs" />
<Compile Include="ZuneUI\PrivacyInfoSettings.cs" />
<Compile Include="ZuneUI\PrivacyInfoStep.cs" />
<Compile Include="ZuneUI\EditPrivacyInfoStep.cs" />
<Compile Include="ZuneUI\ZuneTagStep.cs" />
<Compile Include="ZuneUI\ZuneTagPropertyEditor.cs" />
<Compile Include="ZuneUI\EditContactInfoStep.cs" />
<Compile Include="ZuneUI\ContactInfoParentStep.cs" />
<Compile Include="ZuneUI\BaseContactInfoPropertyEditor.cs" />
<Compile Include="ZuneUI\ContactInfoPropertyEditor.cs" />
<Compile Include="ZuneUI\ContactInfoParentPropertyEditor.cs" />
<Compile Include="ZuneUI\PaymentInstrumentStepBase.cs" />
<Compile Include="ZuneUI\ParentPaymentIntrumentStep.cs" />
<Compile Include="ZuneUI\SelectPaymentInstrumentStep.cs" />
<Compile Include="ZuneUI\ListAndAddPaymentInstrumentStep.cs" />
<Compile Include="ZuneUI\PaymentInstrumentStep.cs" />
<Compile Include="ZuneUI\PaymentInstrumentPropertyEditor.cs" />
<Compile Include="ZuneUI\SelectBillingOfferStep.cs" />
<Compile Include="ZuneUI\RedeemCodeStep.cs" />
<Compile Include="ZuneUI\ConfirmationStep.cs" />
<Compile Include="ZuneUI\RedeemCodePropertyEditor.cs" />
<Compile Include="ZuneUI\RatingSystemList.cs" />
<Compile Include="ZuneUI\RatingSystem.cs" />
<Compile Include="ZuneUI\ArtistChooserWizard.cs" />
<Compile Include="ZuneUI\ArtistChooserWizardPage.cs" />
<Compile Include="ZuneUI\EmailSelectionStep.cs" />
<Compile Include="ZuneUI\EmailSelectionPropertyEditor.cs" />
<Compile Include="ZuneUI\CreatePassportStep.cs" />
<Compile Include="ZuneUI\CreatePassportPropertyEditor.cs" />
<Compile Include="ZuneUI\HipPassportStep.cs" />
<Compile Include="ZuneUI\HipPropertyEditor.cs" />
<Compile Include="ZuneUI\PassportPasswordStep.cs" />
<Compile Include="ZuneUI\PassportPasswordPropertyEditor.cs" />
<Compile Include="ZuneUI\DeviceWizard.cs" />
<Compile Include="ZuneUI\DeviceRestoreWizard.cs" />
<Compile Include="ZuneUI\DeviceRestorePage.cs" />
<Compile Include="ZuneUI\DeviceRestoreBatteryPowerPage.cs" />
<Compile Include="ZuneUI\DeviceRestoreConfirmationPage.cs" />
<Compile Include="ZuneUI\DeviceRestoreSyncingPage.cs" />
<Compile Include="ZuneUI\DeviceRestoreProgressPage.cs" />
<Compile Include="ZuneUI\DeviceRestoreSummaryPage.cs" />
<Compile Include="ZuneUI\DeviceRestoreErrorPage.cs" />
<Compile Include="ZuneUI\DeviceRollbackWizard.cs" />
<Compile Include="ZuneUI\DeviceRollbackPage.cs" />
<Compile Include="ZuneUI\DeviceRollbackProgressPage.cs" />
<Compile Include="ZuneUI\DeviceRollbackSummaryPage.cs" />
<Compile Include="ZuneUI\DeviceRollbackErrorPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateWizard.cs" />
<Compile Include="ZuneUI\DeviceUpdatePage.cs" />
<Compile Include="ZuneUI\DeviceUpdateBatteryPowerPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateCheckingPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateEULAPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateGuestWarningPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateSyncingPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateDiskSpaceErrorPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateProgressPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateSummaryPage.cs" />
<Compile Include="ZuneUI\DeviceUpdateErrorPage.cs" />
<Compile Include="ZuneUI\FirstConnectWizard.cs" />
<Compile Include="ZuneUI\FirstConnectPage.cs" />
<Compile Include="ZuneUI\FirstConnectDeviceNamePage.cs" />
<Compile Include="ZuneUI\FirstConnectDeviceMarketplacePage.cs" />
<Compile Include="ZuneUI\FirstConnectDeviceSyncOptionsPage.cs" />
<Compile Include="ZuneUI\FirstConnectDeviceCustomPrivacyPage.cs" />
<Compile Include="ZuneUI\FirstConnectPhoneIntroPage.cs" />
<Compile Include="ZuneUI\FirstConnectForPhoneWizard.cs" />
<Compile Include="ZuneUI\FirstLaunchWizard.cs" />
<Compile Include="ZuneUI\FirstLaunchForPhoneWizard.cs" />
<Compile Include="ZuneUI\FirstLaunchWelcomePage.cs" />
<Compile Include="ZuneUI\FirstLaunchForPhoneWelcomePage.cs" />
<Compile Include="ZuneUI\FirstLaunchSoftwareSettingBase.cs" />
<Compile Include="ZuneUI\FirstLaunchMonitoredFoldersPage.cs" />
<Compile Include="ZuneUI\FirstLaunchDownloadFoldersPage.cs" />
<Compile Include="ZuneUI\FirstLaunchFileTypesPage.cs" />
<Compile Include="ZuneUI\FirstLaunchPrivacyPage.cs" />
<Compile Include="ZuneUI\FirstLaunchWizardSettings.cs" />
<Compile Include="ZuneUI\MobileWirelessSyncWizard.cs" />
<Compile Include="ZuneUI\MobileWirelessSyncWizardPage.cs" />
<Compile Include="ZuneUI\MobileWirelessSyncConfirmPage.cs" />
<Compile Include="ZuneUI\MobileWirelessSyncSummaryPage.cs" />
<Compile Include="ZuneUI\MobileWirelessSyncErrorPage.cs" />
<Compile Include="ZuneUI\WirelessSyncWizard.cs" />
<Compile Include="ZuneUI\WirelessSyncUseExistingPage.cs" />
<Compile Include="ZuneUI\WirelessSyncChooseNetworkPage.cs" />
<Compile Include="ZuneUI\WirelessSyncSummaryPage.cs" />
<Compile Include="ZuneUI\WirelessSyncErrorPage.cs" />
<Compile Include="ZuneUI\StringId.cs" />
<Compile Include="ZuneXml\ConstructObject.cs" />
<Compile Include="ZuneXml\XmlDataProviderObjectFactory.cs" />
<Compile Include="ZuneXml\XmlDataProviders.cs" />
<Compile Include="ZuneXml\XmlDataProviderQuery.cs" />
<Compile Include="ZuneXml\XmlDataProviderReader.cs" />
<Compile Include="ZuneXml\DataProviderQueryHelper.cs" />
<Compile Include="ZuneXml\IXmlDataProviderObject.cs" />
<Compile Include="ZuneXml\XmlDataProviderObject.cs" />
<Compile Include="ZuneXml\XmlDataVirtualList.cs" />
<Compile Include="ZuneXml\IPageInfo.cs" />
<Compile Include="ZuneXml\LinkPageInfo.cs" />
<Compile Include="ZuneXml\WebRequestHelper.cs" />
<Compile Include="ZuneXml\InboxImageQuery.cs" />
<Compile Include="ZuneXml\InboxImageDataProviderObject.cs" />
<Compile Include="ZuneXml\WMISServiceDataProviderQuery.cs" />
<Compile Include="ZuneXml\ZuneServiceQueryHelper.cs" />
<Compile Include="ZuneXml\CatalogServiceQueryHelper.cs" />
<Compile Include="ZuneXml\SubRepresentationCatalogServiceQueryHelper.cs" />
<Compile Include="ZuneXml\PodcastCatalogServiceQueryHelper.cs" />
<Compile Include="ZuneXml\VideoCatalogServiceQueryHelper.cs" />
<Compile Include="ZuneXml\RecommendationsQueryHelper.cs" />
<Compile Include="ZuneXml\AppDetailsQueryHelper.cs" />
<Compile Include="ZuneXml\AppGenresQueryHelper.cs" />
<Compile Include="ZuneXml\ReviewsQueryHelper.cs" />
<Compile Include="ZuneXml\HistoryQueryHelper.cs" />
<Compile Include="ZuneXml\PurchaseHistoryQueryHelper.cs" />
<Compile Include="ZuneXml\SubscriptionHistoryQueryHelper.cs" />
<Compile Include="ZuneXml\CatalogSearchQueryHelper.cs" />
<Compile Include="ZuneXml\CatalogPrefixSearchQueryHelper.cs" />
<Compile Include="ZuneXml\MessagingQueryHelper.cs" />
<Compile Include="ZuneXml\MessageRoot.cs" />
<Compile Include="ZuneXml\SocialQueryHelper.cs" />
<Compile Include="ZuneXml\TopListenersQueryHelper.cs" />
<Compile Include="ZuneXml\ZuneServiceQuery.cs" />
<Compile Include="ZuneXml\MediaRightsEnum.cs" />
<Compile Include="ZuneXml\ClientTypeEnum.cs" />
<Compile Include="ZuneXml\AudioEncodingEnum.cs" />
<Compile Include="ZuneXml\VideoDefinitionEnum.cs" />
<Compile Include="ZuneXml\VideoResolutionEnum.cs" />
<Compile Include="ZuneXml\PriceTypeEnum.cs" />
<Compile Include="ZuneXml\BadgeType.cs" />
<Compile Include="ZuneXml\MessageTypeEnum.cs" />
<Compile Include="ZuneXml\DisclosureEnum.cs" />
<Compile Include="ZuneXml\MediaTypeEnum.cs" />
<Compile Include="ZuneXml\SchemaHelper.cs" />
<Compile Include="ZuneXml\Right.cs" />
<Compile Include="ZuneXml\MediaRights.cs" />
<Compile Include="ZuneXml\MiniMedia.cs" />
<Compile Include="ZuneXml\Media.cs" />
<Compile Include="ZuneXml\Album.cs" />
<Compile Include="ZuneXml\Track.cs" />
<Compile Include="ZuneXml\Video.cs" />
<Compile Include="ZuneXml\MusicVideo.cs" />
<Compile Include="ZuneXml\RatableVideo.cs" />
<Compile Include="ZuneXml\Movie.cs" />
<Compile Include="ZuneXml\MediaInstance.cs" />
<Compile Include="ZuneXml\VideoHistory.cs" />
<Compile Include="ZuneXml\TrackHistory.cs" />
<Compile Include="ZuneXml\TrackDownloadHistory.cs" />
<Compile Include="ZuneXml\TrackPurchaseHistory.cs" />
<Compile Include="ZuneXml\Series.cs" />
<Compile Include="ZuneXml\Season.cs" />
<Compile Include="ZuneXml\ListResult.cs" />
<Compile Include="ZuneXml\ArtistEventList.cs" />
<Compile Include="ZuneXml\TVVideo.cs" />
<Compile Include="ZuneXml\Episode.cs" />
<Compile Include="ZuneXml\PodcastSeries.cs" />
<Compile Include="ZuneXml\BadgeData.cs" />
<Compile Include="ZuneXml\AppCapability.cs" />
<Compile Include="ZuneXml\App.cs" />
<Compile Include="ZuneXml\PropertyComparer`1.cs" />
<Compile Include="ZuneXml\AppTitleComparer.cs" />
<Compile Include="ZuneXml\AppReleaseDateComparer.cs" />
<Compile Include="ZuneXml\AppCapabilities.cs" />
<Compile Include="ZuneXml\Artist.cs" />
<Compile Include="ZuneXml\PlaylistTrack.cs" />
<Compile Include="ZuneXml\ZuneHDApp.cs" />
<Compile Include="ZuneXml\MessageDetails.cs" />
<Compile Include="ZuneXml\Category.cs" />
<Compile Include="ZuneXml\PodcastSubCategory.cs" />
<Compile Include="ZuneXml\SeriesCategory.cs" />
<Compile Include="ZuneXml\RecommendedTrack.cs" />
<Compile Include="ZuneXml\MovieGenre.cs" />
<Compile Include="ZuneXml\MarketplaceRadioStation.cs" />
<Compile Include="ZuneXml\RecommendedAlbum.cs" />
<Compile Include="ZuneXml\AppMediaRights.cs" />
<Compile Include="ZuneXml\MovieStudio.cs" />
<Compile Include="ZuneXml\Review.cs" />
<Compile Include="ZuneXml\AppGenre.cs" />
<Compile Include="ZuneXml\ReviewListEntry.cs" />
<Compile Include="ZuneXml\ChannelReason.cs" />
<Compile Include="ZuneXml\MiniAlbum.cs" />
<Compile Include="ZuneXml\AppData.cs" />
<Compile Include="ZuneXml\ZuneHDAppData.cs" />
<Compile Include="ZuneXml\ArtistEvent.cs" />
<Compile Include="ZuneXml\WinPhoneAppHistory.cs" />
<Compile Include="ZuneXml\WinPhoneAppPurchaseHistory.cs" />
<Compile Include="ZuneXml\VideoCategory.cs" />
<Compile Include="ZuneXml\Genre.cs" />
<Compile Include="ZuneXml\WinPhoneAppGenre.cs" />
<Compile Include="ZuneXml\ChannelTrack.cs" />
<Compile Include="ZuneXml\ZuneHDAppGenre.cs" />
<Compile Include="ZuneXml\ProfileTrack.cs" />
<Compile Include="ZuneXml\WinPhoneAppData.cs" />
<Compile Include="ZuneXml\MiniArtist.cs" />
<Compile Include="ZuneXml\WinPhoneApp.cs" />
<Compile Include="ZuneXml\Mood.cs" />
<Compile Include="ZuneXml\Reason.cs" />
<Compile Include="ZuneXml\Thumbnail.cs" />
<Compile Include="ZuneXml\AppScreenshot.cs" />
<Compile Include="ZuneXml\ZplTrack.cs" />
<Compile Include="ZuneXml\Network.cs" />
<Compile Include="ZuneXml\RecommendedArtist.cs" />
<Compile Include="ZuneXml\MovieTrailer.cs" />
<Compile Include="ZuneXml\Short.cs" />
<Compile Include="ZuneXml\Contributor.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="UIX\UIX.csproj">
<Project>{5681a1bd-b3ec-450b-bf6e-38187204b6be}</Project>
<Name>UIX</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>