diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-15 11:10:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-15 11:10:12 -0400 |
| commit | 30d6e2cd6ce0702faaec73b7ffb59d9844fb6967 (patch) | |
| tree | 27407208aa35a859659ab77451e0296c3f6ca725 /MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | |
| parent | a4cac9c95df1f169fd3457d25466f6896e12cd3f (diff) | |
made library scan a bit more conservative
Diffstat (limited to 'MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj')
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index dedc90fe5..38ece1cdb 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -194,10 +194,6 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> - <Page Include="Controls\MultiItemUpdateNotification.xaml"> - <SubType>Designer</SubType> - <Generator>MSBuild:Compile</Generator> - </Page> <Page Include="LibraryExplorer.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -221,9 +217,6 @@ <Compile Include="Controls\ItemUpdateNotification.xaml.cs"> <DependentUpon>ItemUpdateNotification.xaml</DependentUpon> </Compile> - <Compile Include="Controls\MultiItemUpdateNotification.xaml.cs"> - <DependentUpon>MultiItemUpdateNotification.xaml</DependentUpon> - </Compile> <Compile Include="Implementations\DotNetZipClient.cs" /> <Compile Include="LibraryExplorer.xaml.cs"> <DependentUpon>LibraryExplorer.xaml</DependentUpon> |
