#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
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.
 
 
 
 
 
 

177 lines
8.2 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>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{72FFB35A-C9E2-4A31-B4FA-E3E3E28DED5F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ICSharpCode.Profiler.Controller</RootNamespace>
<AssemblyName>ICSharpCode.Profiler.Controller</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<OutputPath>..\bin\</OutputPath>
<UseHostCompilerIfAvailable>false</UseHostCompilerIfAvailable>
<RunCodeAnalysis>False</RunCodeAnalysis>
<CodeAnalysisRules>-Microsoft.Design#CA1020;-Microsoft.Design#CA1063;-Microsoft.Usage#CA1816</CodeAnalysisRules>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>ICSharpCode.Profiler.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
<DocumentationFile>..\bin\ICSharpCode.Profiler.Controller.xml</DocumentationFile>
<SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\HP\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<PreBuildEvent>..\X64Converter\bin\Profiler.X64Converter.exe</PreBuildEvent>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE;PUBLIC_EXTENDEDREGISTRY</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>Migrated rules for Profiler.Controller.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>PdbOnly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE;PUBLIC_EXTENDEDREGISTRY</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>false</DebugSymbols>
<CodeAnalysisRuleSet>Migrated rules for Profiler.Controller.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<StartAction>Project</StartAction>
</PropertyGroup>
<ItemGroup>
<Reference Include="IQToolkit">
<HintPath>..\..\..\..\Libraries\IQToolkit\IQToolkit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.SQLite">
<HintPath>..\..\..\..\Libraries\SQLite\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Analysis\IProfilingDataComparer.cs" />
<Compile Include="Data\EventDataEntry.cs" />
<Compile Include="Data\IncompatibleDatabaseException.cs" />
<Compile Include="Data\Linq\AllCalls.cs" />
<Compile Include="Data\Linq\AllFunctions.cs" />
<Compile Include="Data\Linq\ExpressionSqlWriter.cs" />
<Compile Include="Data\Linq\Filter.cs" />
<Compile Include="Data\Linq\KnownMembers.cs" />
<Compile Include="Data\Linq\Limit.cs" />
<Compile Include="Data\Linq\MergeByName.cs" />
<Compile Include="Data\Linq\OptimizeQueryExpressionVisitor.cs" />
<Compile Include="Data\Linq\QueryNode.cs" />
<Compile Include="Data\Linq\Sort.cs" />
<Compile Include="Data\Linq\SQLiteQueryProvider.cs" />
<Compile Include="Data\Linq\SqlQueryContext.cs" />
<Compile Include="Data\PerformanceCounterDescriptor.cs" />
<Compile Include="Data\ProfilingDataProvider.cs" />
<Compile Include="Data\CallTreeNode.cs" />
<Compile Include="Data\IProfilingDataSet.cs" />
<Compile Include="Data\IProfilingDataWriter.cs" />
<Compile Include="Data\NameMapping.cs" />
<Compile Include="Data\ProfilingDataSQLiteProvider.cs" />
<Compile Include="Data\ProfilingDataSQLiteWriter.cs">
</Compile>
<Compile Include="Data\SQLiteCallTreeNode.cs" />
<Compile Include="Data\TempFileDatabase.cs" />
<Compile Include="Data\UnitTestRootCallTreeNode.cs" />
<Compile Include="Data\UnitTestWriter.cs" />
<Compile Include="Data\UnmanagedCallTreeNode.cs" />
<Compile Include="Data\UnmanagedCallTreeNode64.cs">
<DependentUpon>UnmanagedCallTreeNode.cs</DependentUpon>
</Compile>
<Compile Include="Data\UnmanagedProfilingDataSet.cs">
</Compile>
<Compile Include="ExtendedRegistry.cs" />
<Compile Include="ExtensionMethods.cs" />
<Compile Include="Interprocess\AtomicBoolean.cs" />
<Compile Include="ProfilerException.cs" />
<Compile Include="ProfilerOptions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Queries\NodePath.cs" />
<Compile Include="Queries\QueryBase.cs" />
<Compile Include="Queries\QueryCompiler.cs" />
<Compile Include="Registrar.cs" />
<Compile Include="structs.cs" />
<Compile Include="structs64.cs">
<DependentUpon>structs.cs</DependentUpon>
</Compile>
<Compile Include="DetectBinaryType.cs" />
<Compile Include="Interprocess\MemoryMappedFile.cs" />
<Compile Include="Interprocess\UnmanagedCircularBuffer.cs" />
<Compile Include="Interprocess\UnmanagedMemory.cs" />
<Compile Include="Profiler.cs" />
<Compile Include="Profiler64.cs">
<DependentUpon>Profiler.cs</DependentUpon>
</Compile>
<CodeAnalysisDictionary Include="Properties\CodeAnalysisDictionary.xml" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Folder Include="Data\Linq" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>