|
|
|
@ -36,38 +36,38 @@ |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="XmlEditorControl.cs" /> |
|
|
|
<Compile Include="Src\XmlEditorControl.cs" /> |
|
|
|
<Compile Include="XmlCompletionDataProvider.cs" /> |
|
|
|
<Compile Include="Src\XmlCompletionDataProvider.cs" /> |
|
|
|
<Compile Include="XmlCompletionData.cs" /> |
|
|
|
<Compile Include="Src\XmlCompletionData.cs" /> |
|
|
|
<Compile Include="XmlCompletionDataImageList.cs" /> |
|
|
|
<Compile Include="Src\XmlCompletionDataImageList.cs" /> |
|
|
|
<Compile Include="XmlParser.cs" /> |
|
|
|
<Compile Include="Src\XmlParser.cs" /> |
|
|
|
<Compile Include="XmlSchemaCompletionData.cs" /> |
|
|
|
<Compile Include="Src\XmlSchemaCompletionData.cs" /> |
|
|
|
<Compile Include="XmlSchemaCompletionDataCollection.cs" /> |
|
|
|
<Compile Include="Src\XmlSchemaCompletionDataCollection.cs" /> |
|
|
|
<Compile Include="XmlFoldingStrategy.cs" /> |
|
|
|
<Compile Include="Src\XmlFoldingStrategy.cs" /> |
|
|
|
<Compile Include="QualifiedName.cs" /> |
|
|
|
<Compile Include="Src\QualifiedName.cs" /> |
|
|
|
<Compile Include="XmlElementPath.cs" /> |
|
|
|
<Compile Include="Src\XmlElementPath.cs" /> |
|
|
|
<Compile Include="QualifiedNameCollection.cs" /> |
|
|
|
<Compile Include="Src\QualifiedNameCollection.cs" /> |
|
|
|
<Compile Include="XmlCompletionDataCollection.cs" /> |
|
|
|
<Compile Include="Src\XmlCompletionDataCollection.cs" /> |
|
|
|
<Compile Include="XmlDisplayBinding.cs" /> |
|
|
|
<Compile Include="Src\XmlDisplayBinding.cs" /> |
|
|
|
<Compile Include="XmlView.cs" /> |
|
|
|
<Compile Include="Src\XmlView.cs" /> |
|
|
|
<Compile Include="XmlSchemaManager.cs" /> |
|
|
|
<Compile Include="Src\XmlSchemaManager.cs" /> |
|
|
|
<Compile Include="Parser.cs" /> |
|
|
|
<Compile Include="Src\Parser.cs" /> |
|
|
|
<Compile Include="ValidateXmlCommand.cs" /> |
|
|
|
<Compile Include="Src\ValidateXmlCommand.cs" /> |
|
|
|
<Compile Include="XmlSchemasPanel.cs" /> |
|
|
|
<Compile Include="Src\XmlSchemasPanel.cs" /> |
|
|
|
<Compile Include="XmlSchemaListBoxItem.cs" /> |
|
|
|
<Compile Include="Src\XmlSchemaListBoxItem.cs" /> |
|
|
|
<Compile Include="CodeCompletionWindow.cs" /> |
|
|
|
<Compile Include="Src\CodeCompletionWindow.cs" /> |
|
|
|
<Compile Include="XmlEditorAddInOptions.cs" /> |
|
|
|
<Compile Include="Src\XmlEditorAddInOptions.cs" /> |
|
|
|
<Compile Include="SelectXmlSchemaForm.cs" /> |
|
|
|
<Compile Include="Src\SelectXmlSchemaForm.cs" /> |
|
|
|
<Compile Include="CodeCompletionPopupCommand.cs" /> |
|
|
|
<Compile Include="Src\CodeCompletionPopupCommand.cs" /> |
|
|
|
<Compile Include="XmlSchemaAssociation.cs" /> |
|
|
|
<Compile Include="Src\XmlSchemaAssociation.cs" /> |
|
|
|
<Compile Include="XmlSchemaAssociationListBoxItem.cs" /> |
|
|
|
<Compile Include="Src\XmlSchemaAssociationListBoxItem.cs" /> |
|
|
|
<Compile Include="XmlEditorOptionsPanel.cs" /> |
|
|
|
<Compile Include="Src\XmlEditorOptionsPanel.cs" /> |
|
|
|
<Compile Include="CreateSchemaCommand.cs" /> |
|
|
|
<Compile Include="Src\CreateSchemaCommand.cs" /> |
|
|
|
<Compile Include="EncodedStringWriter.cs" /> |
|
|
|
<Compile Include="Src\EncodedStringWriter.cs" /> |
|
|
|
<EmbeddedResource Include="XmlSchemasPanel.xfrm" /> |
|
|
|
<EmbeddedResource Include="Resources\XmlSchemasPanel.xfrm" /> |
|
|
|
<EmbeddedResource Include="SelectXmlSchema.xfrm" /> |
|
|
|
<EmbeddedResource Include="Resources\SelectXmlSchema.xfrm" /> |
|
|
|
<EmbeddedResource Include="XmlEditorOptionsPanel.xfrm" /> |
|
|
|
<EmbeddedResource Include="Resources\XmlEditorOptionsPanel.xfrm" /> |
|
|
|
<None Include="XmlEditor.addin"> |
|
|
|
<None Include="XmlEditor.addin"> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
</None> |
|
|
|
|