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.
104 lines
4.7 KiB
104 lines
4.7 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{6B717BD1-CD5E-498C-A42E-9E6A4584DC48}</ProjectGuid> |
|
<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> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DebugSymbols>True</DebugSymbols> |
|
<Optimize>False</Optimize> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\XmlEditor\</OutputPath> |
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<Optimize>True</Optimize> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\XmlEditor\</OutputPath> |
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Configuration\AssemblyInfo.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\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\CodeCompletionWindow.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\XmlEditorAddInOptions.cs" /> |
|
<Compile Include="Src\SelectXmlSchemaForm.cs"> |
|
<SubType>Form</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> |
|
<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" /> |
|
<None Include="XmlEditor.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<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="..\..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj"> |
|
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project> |
|
<Name>ICSharpCode.TextEditor</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |