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.
126 lines
6.0 KiB
126 lines
6.0 KiB
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{78CC29AC-CC79-4355-B1F2-97936DF198AC}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.WpfDesign.Designer</RootNamespace> |
|
<AssemblyName>ICSharpCode.WpfDesign.Designer</AssemblyName> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\DisplayBindings\WpfDesign\</OutputPath> |
|
<DocumentationFile>..\..\..\..\..\..\AddIns\AddIns\DisplayBindings\WpfDesign\ICSharpCode.WpfDesign.Designer.xml</DocumentationFile> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<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"> |
|
<Private>False</Private> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<Private>False</Private> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="WindowsBase"> |
|
<Private>False</Private> |
|
</Reference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" /> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="Controls\AdornerLayer.cs" /> |
|
<Compile Include="Controls\ContainerDragHandle.cs" /> |
|
<Compile Include="Controls\SelectionFrame.cs" /> |
|
<Compile Include="Controls\ErrorBalloon.cs" /> |
|
<Compile Include="Controls\GrayOutDesignerExceptActiveArea.cs" /> |
|
<Compile Include="Controls\PropertyEditor\DependencyPropertyDotButton.cs" /> |
|
<Compile Include="Controls\PropertyEditor\PropertyEditor.cs" /> |
|
<Compile Include="Controls\PropertyEditor\PropertyEditorCategoryView.cs" /> |
|
<Compile Include="Controls\PropertyEditor\PropertyGridView.cs" /> |
|
<Compile Include="Controls\PropertyEditor\PropertyNameTextBlock.cs" /> |
|
<Compile Include="Controls\ResizeThumb.cs" /> |
|
<Compile Include="Controls\SingleVisualChildElement.cs" /> |
|
<Compile Include="Controls\TypeEditors\BrushEditor.cs" /> |
|
<Compile Include="Controls\WindowClone.cs" /> |
|
<Compile Include="DesignPanel.cs" /> |
|
<Compile Include="ModelTools.cs" /> |
|
<Compile Include="Extensions\CanvasChildResizeSupport.cs" /> |
|
<Compile Include="Extensions\PanelInstanceFactory.cs" /> |
|
<Compile Include="Extensions\PanelSelectionHandler.cs" /> |
|
<Compile Include="Extensions\SelectedElementRectangleExtension.cs" /> |
|
<Compile Include="Extensions\TabItemClickableExtension.cs" /> |
|
<Compile Include="Extensions\TopLeftContainerDragHandle.cs" /> |
|
<Compile Include="Extensions\ResizeThumbExtension.cs" /> |
|
<Compile Include="Extensions\WindowResizeBehavior.cs" /> |
|
<Compile Include="Func.cs" /> |
|
<Compile Include="ServiceRequiredException.cs" /> |
|
<Compile Include="Services\ClickOrDragMouseGesture.cs" /> |
|
<Compile Include="Services\DragMoveMouseGesture.cs" /> |
|
<Compile Include="Services\ErrorService.cs" /> |
|
<Compile Include="Services\OptionService.cs" /> |
|
<Compile Include="Services\SelectionService.cs" /> |
|
<Compile Include="Services\ToolService.cs" /> |
|
<Compile Include="Services\UndoService.cs" /> |
|
<Compile Include="Services\ViewService.cs" /> |
|
<Compile Include="DesignSurface.cs" /> |
|
<Compile Include="Xaml\XamlModelCollectionElementsCollection.cs" /> |
|
<Compile Include="Xaml\XamlComponentService.cs" /> |
|
<Compile Include="Xaml\XamlDesignContext.cs" /> |
|
<Compile Include="Xaml\XamlDesignItem.cs" /> |
|
<Compile Include="Xaml\XamlModelProperty.cs" /> |
|
<Compile Include="Xaml\XamlModelPropertyCollection.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Configuration" /> |
|
<Folder Include="Controls" /> |
|
<Folder Include="Controls\TypeEditors" /> |
|
<Folder Include="Controls\PropertyEditor" /> |
|
<Folder Include="Extensions" /> |
|
<Folder Include="themes" /> |
|
<Folder Include="Xaml" /> |
|
<Folder Include="Services" /> |
|
<ProjectReference Include="..\..\WpfDesign.XamlDom\Project\WpfDesign.XamlDom.csproj"> |
|
<Project>{88DA149F-21B2-48AB-82C4-28FB6BDFD783}</Project> |
|
<Name>WpfDesign.XamlDom</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\WpfDesign\Project\WpfDesign.csproj"> |
|
<Project>{66A378A1-E9F4-4AD5-8946-D0EC06C2902F}</Project> |
|
<Name>WpfDesign</Name> |
|
<SpecificVersion>False</SpecificVersion> |
|
</ProjectReference> |
|
<Page Include="Controls\PropertyEditor\PropertyEditor.xaml"> |
|
<DependentUpon>PropertyEditor.cs</DependentUpon> |
|
</Page> |
|
<Page Include="Controls\PropertyEditor\PropertyEditorStyles.xaml" /> |
|
<Page Include="Controls\ControlStyles.xaml" /> |
|
<Page Include="themes\generic.xaml" /> |
|
</ItemGroup> |
|
</Project> |