/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
VisualPascalABCNET/FormsDesignerBinding/Dependecies/src/Main/ICSharpCode.SharpDevelop.Sda/ICSharpCode.SharpDevelop.Sda.csproj
123 строки
5 KB
Бондарев Иван
initial commit
14 май 2015, 22:35
14 май 2015, 22:35
e6e67c1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <OutputType>Library</OutputType> <RootNamespace>ICSharpCode.SharpDevelop.Sda</RootNamespace> <AssemblyName>ICSharpCode.SharpDevelop.Sda</AssemblyName> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{80318B5F-A25D-45AB-8A95-EF31D2370A4C}</ProjectGuid> <OutputPath>..\..\..\bin\</OutputPath> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <NoStdLib>False</NoStdLib> <RegisterForComInterop>False</RegisterForComInterop> <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> <BaseAddress>100663296</BaseAddress> <PlatformTarget>AnyCPU</PlatformTarget> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>4096</FileAlignment> <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <DocumentationFile>..\..\..\bin\ICSharpCode.SharpDevelop.Sda.xml</DocumentationFile> <SignAssembly>True</SignAssembly> <AssemblyOriginatorKeyFile>..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> <DelaySign>False</DelaySign> <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> <TargetFrameworkProfile> </TargetFrameworkProfile> <!-- <RunCodeAnalysis>False</RunCodeAnalysis> <CodeAnalysisRules>-Microsoft.Naming#CA1704;-Microsoft.Performance#CA1822</CodeAnalysisRules> --> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath> <Optimize>False</Optimize> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugSymbols>true</DebugSymbols> <DebugType>Full</DebugType> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> <IntermediateOutputPath>obj\Release\</IntermediateOutputPath> <Optimize>True</Optimize> <DefineConstants>TRACE</DefineConstants> <DebugSymbols>False</DebugSymbols> <DebugType>None</DebugType> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> </PropertyGroup> <ItemGroup> <Reference Include="log4net"> <HintPath>..\..\Libraries\log4net\log4net.dll</HintPath> </Reference> <Reference Include="PresentationCore"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="PresentationFramework"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="System.Xaml" /> <Reference Include="WindowsBase"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> </ItemGroup> <ItemGroup> <Compile Include="..\GlobalAssemblyInfo.cs"> <Link>Configuration\GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="Configuration\AssemblyInfo.cs" /> <Compile Include="Src\CallHelper.cs" /> <Compile Include="Src\log4netLoggingService.cs" /> <Compile Include="Src\LogMessageRecorder.cs" /> <Compile Include="Src\SDMessageService.cs" /> <Compile Include="Src\SharpDevelopHost.cs" /> <Compile Include="Src\ExceptionBox.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Src\StartupSettings.cs" /> <Compile Include="Src\EventArgs.cs" /> <Compile Include="Src\WorkbenchSettings.cs" /> <Compile Include="Src\Document.cs" /> <Compile Include="Src\RunWorkbenchException.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Base\Project\ICSharpCode.SharpDevelop.csproj"> <Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> <Name>ICSharpCode.SharpDevelop</Name> <Private>False</Private> </ProjectReference> <ProjectReference Include="..\Core\Project\ICSharpCode.Core.csproj"> <Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> <Name>ICSharpCode.Core</Name> <Private>False</Private> </ProjectReference> <Folder Include="Configuration" /> <Content Include="ICSharpCode.SharpDevelop.Sda.dll.config"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Folder Include="Src" /> <ProjectReference Include="..\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="..\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="..\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> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> </Project>