|
|
|
|
@ -1,149 +1,170 @@
@@ -1,149 +1,170 @@
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ProjectGuid>{DCA2703D-250A-463E-A68A-07ED105AE6BD}</ProjectGuid> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
|
<ProjectGuid>{6B717BD1-CD5E-498C-A42E-9E6A4584DC48}</ProjectGuid> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<RootNamespace>ICSharpCode.XmlEditor</RootNamespace> |
|
|
|
|
<AssemblyName>XmlEditor</AssemblyName> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<NoConfig>False</NoConfig> |
|
|
|
|
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent> |
|
|
|
|
<ProductVersion>8.0.50215</ProductVersion> |
|
|
|
|
<StartAction>Program</StartAction> |
|
|
|
|
<StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>110100480</BaseAddress> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
<NoWarn>0618</NoWarn> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
|
<SourceAnalysisOverrideSettingsFile>C:\Users\Siegfried\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\XmlEditor\</OutputPath> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\XmlEditor\</OutputPath> |
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\XmlEditor\</OutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="PresentationCore"> |
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="PresentationFramework"> |
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Core" /> |
|
|
|
|
<Reference Include="System.Core"> |
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Data" /> |
|
|
|
|
<Reference Include="System.Data.DataSetExtensions"> |
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
|
<Reference Include="System.Windows.Presentation"> |
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="WindowsBase"> |
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="XmlEditor.addin"> |
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
|
</None> |
|
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\AddAttributeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\AddChildCommentCommand.cs" /> |
|
|
|
|
<Compile Include="Src\AddChildElementCommand.cs" /> |
|
|
|
|
<Compile Include="Src\AddChildTextNodeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\AddXmlNodeDialog.cs" /> |
|
|
|
|
<Compile Include="Src\AddXmlNodeDialog.cs"> |
|
|
|
|
<SubType>Form</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\AssignStylesheetCommand.cs" /> |
|
|
|
|
<Compile Include="Src\CodeCompletionPopupCommand.cs" /> |
|
|
|
|
<Compile Include="Src\CreateSchemaCommand.cs" /> |
|
|
|
|
<Compile Include="Src\EncodedStringWriter.cs" /> |
|
|
|
|
<Compile Include="Src\FormatXmlCommand.cs" /> |
|
|
|
|
<Compile Include="Src\GoToSchemaDefinitionCommand.cs" /> |
|
|
|
|
<Compile Include="Src\GoToSchemaDefinitionEditAction.cs" /> |
|
|
|
|
<Compile Include="Src\IAddXmlNodeDialog.cs" /> |
|
|
|
|
<Compile Include="Src\InsertCommentAfterCommand.cs" /> |
|
|
|
|
<Compile Include="Src\InsertCommentBeforeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\InsertElementAfterCommand.cs" /> |
|
|
|
|
<Compile Include="Src\InsertElementBeforeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\InsertTextNodeAfterCommand.cs" /> |
|
|
|
|
<Compile Include="Src\InsertTextNodeBeforeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\IXmlTreeView.cs" /> |
|
|
|
|
<Compile Include="Src\OpenStylesheetCommand.cs" /> |
|
|
|
|
<Compile Include="Src\Parser.cs" /> |
|
|
|
|
<Compile Include="Src\QualifiedName.cs" /> |
|
|
|
|
<Compile Include="Src\QualifiedNameCollection.cs" /> |
|
|
|
|
<Compile Include="Src\RemoveAttributeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\RemoveXPathHighlightingCommand.cs" /> |
|
|
|
|
<Compile Include="Src\RunXslTransformCommand.cs" /> |
|
|
|
|
<Compile Include="Src\SelectXmlSchema.xaml.cs"> |
|
|
|
|
<DependentUpon>SelectXmlSchema.xaml</DependentUpon> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\ValidateXmlCommand.cs" /> |
|
|
|
|
<Compile Include="Src\XmlAttributePropertyDescriptor.cs" /> |
|
|
|
|
<Compile Include="Src\XmlAttributeTypeDescriptor.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCharacterDataTreeNode.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCodeCompletionBinding.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCommentTreeNode.cs" /> |
|
|
|
|
<Compile Include="Src\XmlEditorControl.cs"> |
|
|
|
|
<SubType>UserControl</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\XmlCompletionDataProvider.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCompletionData.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCompletionDataImageList.cs" /> |
|
|
|
|
<Compile Include="Src\XmlParser.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaCompletionData.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaCompletionDataCollection.cs" /> |
|
|
|
|
<Compile Include="Src\XmlFoldingStrategy.cs" /> |
|
|
|
|
<Compile Include="Src\QualifiedName.cs" /> |
|
|
|
|
<Compile Include="Src\XmlElementPath.cs" /> |
|
|
|
|
<Compile Include="Src\QualifiedNameCollection.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCompletionDataCollection.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCompletionItem.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCompletionItemCollection.cs" /> |
|
|
|
|
<Compile Include="Src\XmlCompletionItemList.cs" /> |
|
|
|
|
<Compile Include="Src\XmlDisplayBinding.cs" /> |
|
|
|
|
<Compile Include="Src\XmlView.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaManager.cs" /> |
|
|
|
|
<Compile Include="Src\Parser.cs" /> |
|
|
|
|
<Compile Include="Src\ValidateXmlCommand.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemasPanel.cs"> |
|
|
|
|
<SubType>UserControl</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\XmlSchemaListBoxItem.cs" /> |
|
|
|
|
<Compile Include="Src\XmlEditorAddInOptions.cs" /> |
|
|
|
|
<Compile Include="Src\SelectXmlSchemaForm.cs"> |
|
|
|
|
<SubType>Form</SubType> |
|
|
|
|
<Compile Include="Src\XmlEditorOptionsPanel.xaml.cs"> |
|
|
|
|
<DependentUpon>XmlEditorOptionsPanel.xaml</DependentUpon> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\CodeCompletionPopupCommand.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaAssociation.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaAssociationListBoxItem.cs" /> |
|
|
|
|
<Compile Include="Src\XmlEditorOptionsPanel.cs"> |
|
|
|
|
<SubType>UserControl</SubType> |
|
|
|
|
<Compile Include="Src\XmlElementPath.cs" /> |
|
|
|
|
<Compile Include="Src\XmlElementTreeNode.cs" /> |
|
|
|
|
<Compile Include="Src\XmlEncoder.cs" /> |
|
|
|
|
<Compile Include="Src\XmlFormattingStrategy.cs"> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\CreateSchemaCommand.cs" /> |
|
|
|
|
<Compile Include="Src\EncodedStringWriter.cs" /> |
|
|
|
|
<EmbeddedResource Include="Resources\XmlSchemasPanel.xfrm" /> |
|
|
|
|
<EmbeddedResource Include="Resources\SelectXmlSchema.xfrm" /> |
|
|
|
|
<EmbeddedResource Include="Resources\XmlEditorOptionsPanel.xfrm" /> |
|
|
|
|
<EmbeddedResource Include="Resources\XmlCommentTreeNodeIcon.png" /> |
|
|
|
|
<None Include="PostBuildEvent.proj" /> |
|
|
|
|
<None Include="XmlEditor.addin"> |
|
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
|
|
|
</None> |
|
|
|
|
<Compile Include="Src\RunXslTransformCommand.cs" /> |
|
|
|
|
<Compile Include="Src\XslOutputView.cs" /> |
|
|
|
|
<Compile Include="Src\AssignStylesheetCommand.cs" /> |
|
|
|
|
<Compile Include="Src\OpenStylesheetCommand.cs" /> |
|
|
|
|
<Compile Include="Src\StylesheetAssignedCondition.cs" /> |
|
|
|
|
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
|
|
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\FormatXmlCommand.cs" /> |
|
|
|
|
<Compile Include="Src\XPathQueryPad.cs" /> |
|
|
|
|
<Compile Include="Src\XPathQueryControl.cs" /> |
|
|
|
|
<Compile Include="Src\XmlFoldingStrategy.cs" /> |
|
|
|
|
<Compile Include="Src\XmlNamespace.cs" /> |
|
|
|
|
<Compile Include="Src\XPathNodeMatch.cs" /> |
|
|
|
|
<Compile Include="Src\XPathNodeTextMarker.cs" /> |
|
|
|
|
<Compile Include="Src\RemoveXPathHighlightingCommand.cs" /> |
|
|
|
|
<Compile Include="Src\GoToSchemaDefinitionCommand.cs" /> |
|
|
|
|
<Compile Include="Src\GoToSchemaDefinitionEditAction.cs" /> |
|
|
|
|
<Compile Include="Src\XmlParser.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaAssociation.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaAssociationListBoxItem.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaCompletionData.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaCompletionDataCollection.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaListBoxItem.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemaManager.cs" /> |
|
|
|
|
<Compile Include="Src\XmlSchemasPanel.xaml.cs"> |
|
|
|
|
<DependentUpon>XmlSchemasPanel.xaml</DependentUpon> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\XmlTextTreeNode.cs" /> |
|
|
|
|
<Compile Include="Src\XmlTreeEditor.cs" /> |
|
|
|
|
<Compile Include="Src\IXmlTreeView.cs" /> |
|
|
|
|
<Compile Include="Src\XmlTreeView.cs" /> |
|
|
|
|
<Compile Include="Src\XmlTreeViewContainerControl.cs" /> |
|
|
|
|
<Compile Include="Src\XmlTreeViewContainerControl.cs"> |
|
|
|
|
<SubType>UserControl</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\XmlTreeViewControl.cs" /> |
|
|
|
|
<Compile Include="Src\XmlView.cs" /> |
|
|
|
|
<Compile Include="Src\XPathNodeMatch.cs" /> |
|
|
|
|
<Compile Include="Src\XPathNodeTextMarker.cs" /> |
|
|
|
|
<Compile Include="Src\XPathQueryControl.cs"> |
|
|
|
|
<SubType>UserControl</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\XPathQueryPad.cs" /> |
|
|
|
|
<Compile Include="Src\XslOutputView.cs" /> |
|
|
|
|
<EmbeddedResource Include="Resources\XmlCommentTreeNodeIcon.png" /> |
|
|
|
|
<EmbeddedResource Include="Resources\XmlElementTreeNodeIcon.png" /> |
|
|
|
|
<Compile Include="Src\XmlElementTreeNode.cs" /> |
|
|
|
|
<Compile Include="Src\XmlTextTreeNode.cs" /> |
|
|
|
|
<EmbeddedResource Include="Resources\XmlTextTreeNodeIcon.png" /> |
|
|
|
|
<Compile Include="Src\XmlAttributePropertyDescriptor.cs" /> |
|
|
|
|
<Compile Include="Src\XmlAttributeTypeDescriptor.cs" /> |
|
|
|
|
<Compile Include="Src\XmlEncoder.cs" /> |
|
|
|
|
<Compile Include="Src\AddAttributeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\RemoveAttributeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\AddChildElementCommand.cs" /> |
|
|
|
|
<Compile Include="Src\InsertElementBeforeCommand.cs" /> |
|
|
|
|
<Compile Include="Src\InsertElementAfterCommand.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Page Include="Src\SelectXmlSchema.xaml" /> |
|
|
|
|
<Page Include="Src\XmlEditorOptionsPanel.xaml" /> |
|
|
|
|
<Page Include="Src\XmlSchemasPanel.xaml" /> |
|
|
|
|
<ProjectReference Include="..\..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
|
|
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
|
|
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
|
|
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
|
|
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
|
|
|
@ -154,9 +175,9 @@
@@ -154,9 +175,9 @@
|
|
|
|
|
<Name>ICSharpCode.Core</Name> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj"> |
|
|
|
|
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project> |
|
|
|
|
<Name>ICSharpCode.TextEditor</Name> |
|
|
|
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj"> |
|
|
|
|
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project> |
|
|
|
|
<Name>ICSharpCode.Core.Presentation</Name> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
|
|
|
@ -170,6 +191,4 @@
@@ -170,6 +191,4 @@
|
|
|
|
|
<Private>False</Private> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
|
<Import Project="PostBuildEvent.proj" /> |
|
|
|
|
</Project> |