CTDB metadata support

This commit is contained in:
chudov
2011-05-15 17:41:14 +00:00
parent a6941bc51b
commit d5fdd19735
20 changed files with 1246 additions and 572 deletions

View File

@@ -45,6 +45,13 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="FormMetadata.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormMetadata.Designer.cs">
<DependentUpon>FormMetadata.cs</DependentUpon>
</Compile>
<Compile Include="Metadata.cs" />
<Compile Include="Plugin.cs" />
<Compile Include="Options.cs">
<SubType>Form</SubType>
@@ -55,6 +62,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FormMetadata.resx">
<DependentUpon>FormMetadata.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Options.resx">
<DependentUpon>Options.cs</DependentUpon>
</EmbeddedResource>