sysperfana/heapanalyser/Libraries/Engine/HeapLib/HeapLib.csproj
changeset 8 15296fd0af4a
equal deleted inserted replaced
7:8e12a575a9b5 8:15296fd0af4a
       
     1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
       
     2   <PropertyGroup>
       
     3     <ProjectType>Local</ProjectType>
       
     4     <ProductVersion>9.0.21022</ProductVersion>
       
     5     <SchemaVersion>2.0</SchemaVersion>
       
     6     <ProjectGuid>{D638AB12-FC64-4523-9B99-09F20BC2A791}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>
       
    10     </ApplicationIcon>
       
    11     <AssemblyKeyContainerName>
       
    12     </AssemblyKeyContainerName>
       
    13     <AssemblyName>HeapLib</AssemblyName>
       
    14     <AssemblyOriginatorKeyFile>
       
    15     </AssemblyOriginatorKeyFile>
       
    16     <DefaultClientScript>JScript</DefaultClientScript>
       
    17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
       
    18     <DefaultTargetSchema>IE50</DefaultTargetSchema>
       
    19     <DelaySign>false</DelaySign>
       
    20     <OutputType>Library</OutputType>
       
    21     <RootNamespace>HeapLib</RootNamespace>
       
    22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
       
    23     <StartupObject>
       
    24     </StartupObject>
       
    25     <FileUpgradeFlags>
       
    26     </FileUpgradeFlags>
       
    27     <UpgradeBackupLocation>
       
    28     </UpgradeBackupLocation>
       
    29     <OldToolsVersion>2.0</OldToolsVersion>
       
    30   </PropertyGroup>
       
    31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    32     <OutputPath>bin\Debug\</OutputPath>
       
    33     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
       
    34     <BaseAddress>285212672</BaseAddress>
       
    35     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
       
    36     <ConfigurationOverrideFile>
       
    37     </ConfigurationOverrideFile>
       
    38     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    39     <DocumentationFile>
       
    40     </DocumentationFile>
       
    41     <DebugSymbols>true</DebugSymbols>
       
    42     <FileAlignment>4096</FileAlignment>
       
    43     <NoStdLib>false</NoStdLib>
       
    44     <NoWarn>
       
    45     </NoWarn>
       
    46     <Optimize>false</Optimize>
       
    47     <RegisterForComInterop>false</RegisterForComInterop>
       
    48     <RemoveIntegerChecks>false</RemoveIntegerChecks>
       
    49     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
       
    50     <WarningLevel>4</WarningLevel>
       
    51     <DebugType>full</DebugType>
       
    52     <ErrorReport>prompt</ErrorReport>
       
    53   </PropertyGroup>
       
    54   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    55     <OutputPath>bin\Release\</OutputPath>
       
    56     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
       
    57     <BaseAddress>285212672</BaseAddress>
       
    58     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
       
    59     <ConfigurationOverrideFile>
       
    60     </ConfigurationOverrideFile>
       
    61     <DefineConstants>TRACE</DefineConstants>
       
    62     <DocumentationFile>
       
    63     </DocumentationFile>
       
    64     <DebugSymbols>false</DebugSymbols>
       
    65     <FileAlignment>4096</FileAlignment>
       
    66     <NoStdLib>false</NoStdLib>
       
    67     <NoWarn>
       
    68     </NoWarn>
       
    69     <Optimize>true</Optimize>
       
    70     <RegisterForComInterop>false</RegisterForComInterop>
       
    71     <RemoveIntegerChecks>false</RemoveIntegerChecks>
       
    72     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
       
    73     <WarningLevel>4</WarningLevel>
       
    74     <DebugType>none</DebugType>
       
    75     <ErrorReport>prompt</ErrorReport>
       
    76   </PropertyGroup>
       
    77   <ItemGroup>
       
    78     <Compile Include="Array\HeapCellArrayBase.cs" />
       
    79     <Compile Include="Array\HeapCellArrayUnsorted.cs" />
       
    80     <Compile Include="Array\HeapCellArray.cs">
       
    81       <SubType>Code</SubType>
       
    82     </Compile>
       
    83     <Compile Include="Array\HeapCellArrayAllocationNumberMap.cs">
       
    84       <SubType>Code</SubType>
       
    85     </Compile>
       
    86     <Compile Include="Array\HeapCellArrayEnumerator.cs">
       
    87       <SubType>Code</SubType>
       
    88     </Compile>
       
    89     <Compile Include="Array\HeapCellArrayWithStatistics.cs">
       
    90       <SubType>Code</SubType>
       
    91     </Compile>
       
    92     <Compile Include="AssemblyInfo.cs">
       
    93       <SubType>Code</SubType>
       
    94     </Compile>
       
    95     <Compile Include="Cells\Descriptors\DescriptorAlgorithmBase.cs" />
       
    96     <Compile Include="Cells\Descriptors\DescriptorAlgorithmManager.cs" />
       
    97     <Compile Include="Cells\Descriptors\DescriptorInfo.cs" />
       
    98     <Compile Include="Cells\Descriptors\Implementations\Ascii\DesAsciiAlgorithmNullTerminatedString.cs" />
       
    99     <Compile Include="Cells\Descriptors\Implementations\Ascii\DesAsciiAlgorithmBase.cs" />
       
   100     <Compile Include="Cells\Descriptors\Implementations\Ascii\DesAsciiAlgorithmHBufC.cs" />
       
   101     <Compile Include="Cells\Descriptors\Implementations\Ascii\DesAsciiAlgorithmModifiableBuffers.cs" />
       
   102     <Compile Include="Cells\Descriptors\Implementations\Unicode\DesUnicodeAlgorithmModifiableBuffers.cs" />
       
   103     <Compile Include="Cells\Descriptors\Implementations\Unicode\DesUnicodeAlgorithmBase.cs" />
       
   104     <Compile Include="Cells\Descriptors\Implementations\Unicode\DesUnicodeAlgorithmHBufC.cs" />
       
   105     <Compile Include="Cells\HeapCell.cs">
       
   106       <SubType>Code</SubType>
       
   107     </Compile>
       
   108     <Compile Include="Cells\HeapCellComparers.cs">
       
   109       <SubType>Code</SubType>
       
   110     </Compile>
       
   111     <Compile Include="Constants\HeapLibConstants.cs" />
       
   112     <Compile Include="Reconstructor\DataSources\Analyser\Extractor\Base\Extractor.cs" />
       
   113     <Compile Include="Reconstructor\DataSources\Analyser\Extractor\ExtractorFactory.cs" />
       
   114     <Compile Include="Reconstructor\DataSources\Analyser\Extractor\Implementations\ExtractorText.cs" />
       
   115     <Compile Include="Reconstructor\DataSources\Analyser\Extractor\ExtractedData.cs" />
       
   116     <Compile Include="Reconstructor\DataSources\Analyser\Extractor\Implementations\ExtractorBinary.cs" />
       
   117     <Compile Include="Reconstructor\DataSources\Analyser\Interpreter\InterpreterFactory.cs" />
       
   118     <Compile Include="Reconstructor\DataSources\Analyser\Interpreter\Implementations\InterpreterBinary.cs" />
       
   119     <Compile Include="Reconstructor\DataSources\Analyser\Interpreter\Implementations\InterpreterText.cs" />
       
   120     <Compile Include="Reconstructor\DataSources\Analyser\Interpreter\Base\InterpreterBase.cs" />
       
   121     <Compile Include="Reconstructor\DataSources\Analyser\Readers\ReaderFile.cs" />
       
   122     <Compile Include="Reconstructor\DataSources\Analyser\Readers\ReaderLines.cs" />
       
   123     <Compile Include="Reconstructor\DataSources\Source\DataSource.cs" />
       
   124     <Compile Include="Reconstructor\DataSources\Thread\DataSourceThreadCollection.cs" />
       
   125     <Compile Include="Reconstructor\DataSources\Thread\DataSourceThread.cs" />
       
   126     <Compile Include="Reconstructor\DataSources\Elements\Data\GlobalData.cs" />
       
   127     <Compile Include="Reconstructor\DataSources\Elements\Groups\GpChunks.cs" />
       
   128     <Compile Include="Reconstructor\DataSources\Elements\Groups\GpHeapAllocCell.cs" />
       
   129     <Compile Include="Reconstructor\DataSources\Elements\Groups\GpHeapFreeCell.cs" />
       
   130     <Compile Include="Reconstructor\DataSources\Elements\Groups\GpHeap.cs" />
       
   131     <Compile Include="Reconstructor\DataSources\Elements\Groups\GpFooter.cs" />
       
   132     <Compile Include="Reconstructor\DataSources\Elements\Groups\GpHeader.cs" />
       
   133     <Compile Include="Reconstructor\DataSources\Elements\Data\StackData.cs" />
       
   134     <Compile Include="Reconstructor\DataSources\Elements\Data\HeapData.cs" />
       
   135     <Compile Include="Reconstructor\DataSources\Elements\MetaData.cs" />
       
   136     <Compile Include="Reconstructor\RHeap\Extractor\ExtractionState.cs" />
       
   137     <Compile Include="Reconstructor\RHeap\Extractor\ExtractionManager.cs" />
       
   138     <Compile Include="Reconstructor\RHeap\Extractor\Extractor.cs" />
       
   139     <Compile Include="Reconstructor\RHeap\Extractor\RawItemPrecursor.cs" />
       
   140     <Compile Include="Reconstructor\RHeap\Extractor\RawItemQueue.cs" />
       
   141     <Compile Include="Relationships\RelationshipDictionary.cs" />
       
   142     <Compile Include="Relationships\RelationshipCollection.cs" />
       
   143     <Compile Include="Relationships\RelationshipInfo.cs" />
       
   144     <Compile Include="Relationships\RelationshipManager.cs" />
       
   145     <Compile Include="Cells\HeapCellRawItemEnumerator.cs">
       
   146       <SubType>Code</SubType>
       
   147     </Compile>
       
   148     <Compile Include="Misc\HeapViewFormObjects.cs">
       
   149       <SubType>Code</SubType>
       
   150     </Compile>
       
   151     <Compile Include="Output_HTML\HeapToHTMLConverter.cs">
       
   152     </Compile>
       
   153     <Compile Include="Output_HTML\HeapToHTMLPageEntireListing.cs">
       
   154       <SubType>Code</SubType>
       
   155     </Compile>
       
   156     <Compile Include="Output_HTML\HeapToHTMLPageHeapCellManager.cs">
       
   157       <SubType>Code</SubType>
       
   158     </Compile>
       
   159     <Compile Include="Output_HTML\HeapToHTMLPageHeapData.cs">
       
   160       <SubType>Code</SubType>
       
   161     </Compile>
       
   162     <Compile Include="Output_HTML\HeapToHTMLPageHeapLinkedCells.cs">
       
   163       <SubType>Code</SubType>
       
   164     </Compile>
       
   165     <Compile Include="Output_HTML\HeapToHTMLPageIndex.cs">
       
   166       <SubType>Code</SubType>
       
   167     </Compile>
       
   168     <Compile Include="Output_HTML\HeapToHTMLPageJavaScriptManager.cs">
       
   169       <SubType>Code</SubType>
       
   170     </Compile>
       
   171     <Compile Include="Output_Text\HeapToFileConverter.cs">
       
   172       <SubType>Code</SubType>
       
   173     </Compile>
       
   174     <Compile Include="Reconstructor\HeapReconstructor.cs">
       
   175       <SubType>Code</SubType>
       
   176     </Compile>
       
   177     <Compile Include="Reconstructor\DataSources\Source\DataSourceCollection.cs">
       
   178       <SubType>Code</SubType>
       
   179     </Compile>
       
   180     <Compile Include="Reconstructor\DataSources\Analyser\DataSourceAnalyser.cs" />
       
   181     <Compile Include="Reconstructor\Misc\Options.cs">
       
   182       <SubType>Code</SubType>
       
   183     </Compile>
       
   184     <Compile Include="Reconstructor\Misc\Prefixes.cs">
       
   185       <SubType>Code</SubType>
       
   186     </Compile>
       
   187     <Compile Include="Relationships\RelationshipInspector.cs">
       
   188       <SubType>Code</SubType>
       
   189     </Compile>
       
   190     <Compile Include="Statistics\Distribution\HeapCellSizeDistribution.cs">
       
   191       <SubType>Code</SubType>
       
   192     </Compile>
       
   193     <Compile Include="Statistics\Distribution\HeapCellSizeDistributionEnumerator.cs">
       
   194       <SubType>Code</SubType>
       
   195     </Compile>
       
   196     <Compile Include="Statistics\HeapStatistics.cs">
       
   197       <SubType>Code</SubType>
       
   198     </Compile>
       
   199     <Compile Include="Statistics\Tracking\Base\TrackingCollectionBase.cs">
       
   200       <SubType>Code</SubType>
       
   201     </Compile>
       
   202     <Compile Include="Statistics\Tracking\Base\TrackingComparisonObjects.cs">
       
   203       <SubType>Code</SubType>
       
   204     </Compile>
       
   205     <Compile Include="Statistics\Tracking\Base\TrackingInfo.cs">
       
   206       <SubType>Code</SubType>
       
   207     </Compile>
       
   208     <Compile Include="Statistics\Tracking\ByUnknown\UnknownTrackingInfoCollection.cs" />
       
   209     <Compile Include="Statistics\Tracking\ByDescriptor\DescriptorTrackingInfoCollection.cs" />
       
   210     <Compile Include="Statistics\Tracking\ByObject\ObjectTrackingInfoCollection.cs">
       
   211       <SubType>Code</SubType>
       
   212     </Compile>
       
   213     <Compile Include="Statistics\Tracking\BySymbol\SymbolTrackingInfoCollection.cs">
       
   214       <SubType>Code</SubType>
       
   215     </Compile>
       
   216     <Compile Include="Statistics\Types\HeapStatisticsAllocated.cs">
       
   217       <SubType>Code</SubType>
       
   218     </Compile>
       
   219     <Compile Include="Statistics\Types\HeapStatisticsBase.cs">
       
   220       <SubType>Code</SubType>
       
   221     </Compile>
       
   222     <Compile Include="Statistics\Types\HeapStatisticsFree.cs">
       
   223       <SubType>Code</SubType>
       
   224     </Compile>
       
   225   </ItemGroup>
       
   226   <ItemGroup>
       
   227     <Reference Include="System" />
       
   228     <Reference Include="System.Data" />
       
   229     <Reference Include="System.Windows.Forms" />
       
   230     <Reference Include="System.XML" />
       
   231   </ItemGroup>
       
   232   <ItemGroup>
       
   233     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianDebugLib\SymbianDebugLib.csproj">
       
   234       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
   235       <Name>SymbianDebugLib</Name>
       
   236     </ProjectReference>
       
   237     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
   238       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
   239       <Name>SymbianStructuresLib</Name>
       
   240     </ProjectReference>
       
   241     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
   242       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   243       <Name>SymbianUtils</Name>
       
   244     </ProjectReference>
       
   245     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianZipLib\SymbianZipLib.csproj">
       
   246       <Project>{0B246F3F-62D3-4732-86D2-3EC1F3ADBD71}</Project>
       
   247       <Name>SymbianZipLib</Name>
       
   248     </ProjectReference>
       
   249   </ItemGroup>
       
   250   <ItemGroup>
       
   251     <Content Include="HeapDataJavaScriptLib.js">
       
   252       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
   253     </Content>
       
   254   </ItemGroup>
       
   255   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   256   <PropertyGroup>
       
   257     <PreBuildEvent>
       
   258     </PreBuildEvent>
       
   259     <PostBuildEvent>
       
   260     </PostBuildEvent>
       
   261   </PropertyGroup>
       
   262 </Project>