CTDB2.0: coverart search

This commit is contained in:
chudov
2012-01-17 08:04:16 +00:00
parent c74afdd8f4
commit bc3c8a1074
20 changed files with 1178 additions and 404 deletions

View File

@@ -76,6 +76,13 @@
<Compile Include="FormMetadata.Designer.cs">
<DependentUpon>FormMetadata.cs</DependentUpon>
</Compile>
<Compile Include="ImagePreview.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ImagePreview.designer.cs">
<DependentUpon>ImagePreview.cs</DependentUpon>
</Compile>
<Compile Include="InternetImage.cs" />
<Compile Include="Metadata.cs" />
<Compile Include="Plugin.cs" />
<Compile Include="Options.cs">
@@ -98,6 +105,9 @@
<EmbeddedResource Include="FormMetadata.resx">
<DependentUpon>FormMetadata.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImagePreview.resx">
<DependentUpon>ImagePreview.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Options.resx">
<DependentUpon>Options.cs</DependentUpon>
</EmbeddedResource>
@@ -150,6 +160,9 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\document-save_12.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.