111 lines
5.6 KiB
111 lines
5.6 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>8.0.50215</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{7D7E92DF-ACEB-4B69-92C8-8AC7A703CD57}</ProjectGuid> |
|
<AssemblyName>FormsDesigner</AssemblyName> |
|
<OutputTarget>Library</OutputTarget> |
|
<WarningLevel>4</WarningLevel> |
|
<NoStdLib>False</NoStdLib> |
|
<NoConfig>False</NoConfig> |
|
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.FormsDesigner</RootNamespace> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<OutputPath>..\..\..\..\..\AddIns\DisplayBindings\FormsDesigner\</OutputPath> |
|
<BaseAddress>108003328</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\..\..\..\Main\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> |
|
<DelaySign>False</DelaySign> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DebugType>None</DebugType> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DefineConstants>FORMSDESIGNER_DLL</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DebugType>Full</DebugType> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DefineConstants>DEBUG, FORMSDESIGNER_DLL</DefineConstants> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core" /> |
|
<Reference Include="System.Design" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Drawing.Design" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xaml"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.XML" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\Src\EasyCodeDom.cs"> |
|
<Link>EasyCodeDom.cs</Link> |
|
</Compile> |
|
<EmbeddedResource Include="Resources\WindowsFormsGridOptions.xfrm" /> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="FormsDesignerAppDomainHost.cs" /> |
|
<Compile Include="Src\DesignerAppDomainManager.cs" /> |
|
<Compile Include="Src\DesignerLoader\SharpDevelopDesignerLoader.cs" /> |
|
<Compile Include="Src\DesignerLoader\IDesignerLoader.cs" /> |
|
<Compile Include="Src\EventHandlerProxy.cs" /> |
|
<Compile Include="Src\Gui\ComponentLibraryLoader.cs" /> |
|
<Compile Include="Src\Gui\CustomComponentToolBoxItem.cs" /> |
|
<Compile Include="Src\IDesignerGenerator.cs" /> |
|
<Compile Include="Src\IFormsDesigner.cs" /> |
|
<Compile Include="Src\IFormsDesignerLoggingService.cs" /> |
|
<Compile Include="Src\Services\AssemblyInfo.cs" /> |
|
<Compile Include="Src\Services\DefaultMemberRelationshipService.cs" /> |
|
<Compile Include="Src\Services\DefaultServiceContainer.cs" /> |
|
<Compile Include="Src\Services\DesignerOptionService.cs" /> |
|
<Compile Include="Src\Services\DesignerResourceService.cs" /> |
|
<Compile Include="Src\Services\EventBindingService.cs" /> |
|
<Compile Include="Src\Services\ImageResourceEditor.cs" /> |
|
<Compile Include="Src\Services\IProjectResourceService.cs" /> |
|
<Compile Include="Src\Services\ITypeLocator.cs" /> |
|
<Compile Include="Src\Services\MenuCommandService.cs" /> |
|
<Compile Include="Src\Services\ProjectResourcesComponentCodeDomSerializer.cs" /> |
|
<Compile Include="Src\Services\ProjectResourcesMemberCodeDomSerializer.cs" /> |
|
<Compile Include="Src\Services\PropertyValueUIService.cs" /> |
|
<Compile Include="Src\Services\SharpDevelopSerializationProvider.cs" /> |
|
<Compile Include="Src\Services\ToolboxService.cs" /> |
|
<Compile Include="Src\Services\TypeResolutionService.cs" /> |
|
<Compile Include="Src\Services\UIService.cs" /> |
|
<Compile Include="Src\Services\XmlDesignerNameCreationService.cs" /> |
|
<Compile Include="Src\DesignerLoader\FormsDesignerLoadException.cs" /> |
|
<Compile Include="Src\Services\TypeDiscoveryService.cs" /> |
|
<Compile Include="Src\UndoRedo\IFormsDesignerUndoEngine.cs" /> |
|
<Compile Include="Src\UndoRedo\FormsDesignerUndoEngine.cs" /> |
|
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<EmbeddedResource Include="Resources\WindowsFormsGeneralOptions.xfrm" /> |
|
<Compile Include="Src\Services\DesignerSerializationService.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
</Project> |