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.
132 lines
6.3 KiB
132 lines
6.3 KiB
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.Core.Presentation</RootNamespace> |
|
<AssemblyName>ICSharpCode.Core.Presentation</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<SourceAnalysisOverrideSettingsFile>"C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis"</SourceAnalysisOverrideSettingsFile> |
|
<OutputPath>..\..\..\bin\</OutputPath> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> |
|
<DelaySign>False</DelaySign> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
<RunCodeAnalysis>False</RunCodeAnalysis> |
|
<CodeAnalysisRules>-Microsoft.Performance#CA1810</CodeAnalysisRules> |
|
</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.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsFormsIntegration" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\GlobalAssemblyInfo.cs"> |
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="CommandsService\BindingGroup.cs" /> |
|
<Compile Include="CommandsService\BindingGroupCollection.cs" /> |
|
<Compile Include="CommandsService\BindingInfoTemplate.cs" /> |
|
<Compile Include="CommandsService\BindingsUpdatedHandler.cs" /> |
|
<Compile Include="CommandsService\CommandBindingInfo.cs" /> |
|
<Compile Include="CommandsService\CommandManager.cs" /> |
|
<Compile Include="CommandsService\CommandsService.cs" /> |
|
<Compile Include="CommandsService\GesturePlaceHolderRegistry.cs" /> |
|
<Compile Include="CommandsService\IBindingInfo.cs" /> |
|
<Compile Include="CommandsService\InputBindingCategory.cs" /> |
|
<Compile Include="CommandsService\InputBindingCategoryCollection.cs" /> |
|
<Compile Include="CommandsService\InputBindingInfo.cs" /> |
|
<Compile Include="CommandsService\ObservableInputGestureCollection.cs" /> |
|
<Compile Include="CommandsService\UserDefinedGesturesManager.cs" /> |
|
<Compile Include="CommandsService\UserGesturesProfile.cs" /> |
|
<Compile Include="CommandsService\WpfCommandWrapper.cs" /> |
|
<Compile Include="ConditionalSeparator.cs" /> |
|
<Compile Include="DropDownButton.cs" /> |
|
<Compile Include="GetBitmapExtension.cs" /> |
|
<Compile Include="Input\InputGestureCollectionConverter.cs" /> |
|
<Compile Include="IOptionBindingContainer.cs" /> |
|
<Compile Include="Input\InputGestureCollectionExtensions.cs" /> |
|
<Compile Include="Input\InputGestureExtensions.cs" /> |
|
<Compile Include="Input\MultiKeyBinding.cs" /> |
|
<Compile Include="Input\MultiKeyGesture.cs" /> |
|
<Compile Include="Input\MultiKeyGestureConverter.cs" /> |
|
<Compile Include="Input\PartialKeyGesture.cs" /> |
|
<Compile Include="Input\PartialKeyGestureConverter.cs" /> |
|
<Compile Include="IStatusUpdate.cs" /> |
|
<Compile Include="LocalizeExtension.cs" /> |
|
<Compile Include="Menu\IMenuItemBuilder.cs" /> |
|
<Compile Include="Menu\MenuCommand.cs" /> |
|
<Compile Include="Menu\MenuService.cs" /> |
|
<Compile Include="Menu\CoreMenuItem.cs" /> |
|
<Compile Include="NativeMethods.cs" /> |
|
<Compile Include="OptionBinding.cs" /> |
|
<Compile Include="PixelSnapper.cs" /> |
|
<Compile Include="PresentationResourceService.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="SplitButton.cs" /> |
|
<Compile Include="StringParseExtension.cs" /> |
|
<Compile Include="ToolBar\ToolBarButton.cs" /> |
|
<Compile Include="ToolBar\ToolBarComboBox.cs" /> |
|
<Compile Include="ToolBar\ToolBarDropDownButton.cs" /> |
|
<Compile Include="ToolBar\ToolBarService.cs" /> |
|
<Compile Include="ToolBar\ToolBarSplitButton.cs" /> |
|
<CodeAnalysisDictionary Include="Properties\CodeAnalysisDictionary.xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Folder Include="Input" /> |
|
<Folder Include="Menu" /> |
|
<Folder Include="CommandsService" /> |
|
<Folder Include="themes" /> |
|
<Folder Include="ToolBar" /> |
|
<Page Include="themes\Aero.NormalColor.xaml" /> |
|
<Page Include="themes\generic.xaml" /> |
|
</ItemGroup> |
|
</Project> |