#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

200 lines
9.4 KiB

<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>
<OutputType>Library</OutputType>
<RootNamespace>ICSharpCode.XmlEditor</RootNamespace>
<AssemblyName>XmlEditor</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<SourceAnalysisOverrideSettingsFile>C:\Users\Siegfried\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\XmlEditor\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<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>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</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">
<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="..\..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<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">
<SubType>Form</SubType>
</Compile>
<Compile Include="Src\AssignStylesheetCommand.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\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\XmlCompletionDataProvider.cs" />
<Compile Include="Src\XmlCompletionItem.cs" />
<Compile Include="Src\XmlCompletionItemCollection.cs" />
<Compile Include="Src\XmlCompletionItemList.cs" />
<Compile Include="Src\XmlDisplayBinding.cs" />
<Compile Include="Src\XmlEditorAddInOptions.cs" />
<Compile Include="Src\XmlEditorOptionsPanel.xaml.cs">
<DependentUpon>XmlEditorOptionsPanel.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Src\XmlElementPath.cs" />
<Compile Include="Src\XmlElementTreeNode.cs" />
<Compile Include="Src\XmlEncoder.cs" />
<Compile Include="Src\XmlFormattingStrategy.cs">
</Compile>
<Compile Include="Src\StylesheetAssignedCondition.cs" />
<Compile Include="Src\XmlFoldingStrategy.cs" />
<Compile Include="Src\XmlNamespace.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\XmlTreeView.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" />
<EmbeddedResource Include="Resources\XmlTextTreeNodeIcon.png" />
</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="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj">
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
<Name>NRefactory</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
<Name>ICSharpCode.SharpDevelop</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
<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">
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
<Name>ICSharpCode.Core.WinForms</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj">
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
<Name>ICSharpCode.SharpDevelop.Dom</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
</Project>