Add feed chooser window when dragging in an HTML link with multiple feeds

This commit is contained in:
2016-03-29 21:29:02 -04:00
parent 864be9bb11
commit 2de33134ce
6 changed files with 148 additions and 6 deletions

View File

@@ -187,6 +187,9 @@
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<Compile Include="FeedChooserWindow.xaml.cs">
<DependentUpon>FeedChooserWindow.xaml</DependentUpon>
</Compile>
<Compile Include="SystemConfiguration.cs" />
<Page Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
@@ -266,6 +269,10 @@
<Compile Include="SplashWindow.xaml.cs">
<DependentUpon>SplashWindow.xaml</DependentUpon>
</Compile>
<Page Include="FeedChooserWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="FeedErrorWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>