sysperfana/heapanalyser/Libraries/UI/HeapUiLib/HeapUiLib.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.30729</ProductVersion>
       
     5     <SchemaVersion>2.0</SchemaVersion>
       
     6     <ProjectGuid>{C53FA050-1FA1-4567-A83B-DADA64DA1464}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>
       
    10     </ApplicationIcon>
       
    11     <AssemblyKeyContainerName>
       
    12     </AssemblyKeyContainerName>
       
    13     <AssemblyName>HeapUiLib</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>HeapUiLib</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     <Reference Include="System">
       
    79       <Name>System</Name>
       
    80     </Reference>
       
    81     <Reference Include="System.Data">
       
    82       <Name>System.Data</Name>
       
    83     </Reference>
       
    84     <Reference Include="System.Drawing">
       
    85       <Name>System.Drawing</Name>
       
    86     </Reference>
       
    87     <Reference Include="System.Windows.Forms">
       
    88       <Name>System.Windows.Forms</Name>
       
    89     </Reference>
       
    90     <Reference Include="System.Xml">
       
    91       <Name>System.XML</Name>
       
    92     </Reference>
       
    93     <Reference Include="XPTable, Version=1.1.13.21130, Culture=neutral, processorArchitecture=MSIL">
       
    94       <SpecificVersion>False</SpecificVersion>
       
    95       <HintPath>..\..\..\..\PerfToolsSharedLibraries\3rd Party\XPTable\bin\Debug\XPTable.dll</HintPath>
       
    96     </Reference>
       
    97     <Reference Include="ZedGraph, Version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
       
    98       <SpecificVersion>False</SpecificVersion>
       
    99       <HintPath>..\..\..\..\PerfToolsSharedLibraries\3rd Party\ZedGraph\zedgraph_dll_v5.1.5\ZedGraph.dll</HintPath>
       
   100     </Reference>
       
   101   </ItemGroup>
       
   102   <ItemGroup>
       
   103     <Compile Include="AssemblyInfo.cs">
       
   104       <SubType>Code</SubType>
       
   105     </Compile>
       
   106     <Compile Include="Controls\FilterTypes.cs" />
       
   107     <Compile Include="Controls\HeapCellInfoControl.cs">
       
   108       <SubType>UserControl</SubType>
       
   109     </Compile>
       
   110     <Compile Include="Controls\HeapCellInfoControl.Designer.cs">
       
   111       <DependentUpon>HeapCellInfoControl.cs</DependentUpon>
       
   112     </Compile>
       
   113     <Compile Include="Controls\HeapCellListingControl.cs">
       
   114       <SubType>UserControl</SubType>
       
   115     </Compile>
       
   116     <Compile Include="Controls\HeapCellListingFilter.cs">
       
   117       <SubType>UserControl</SubType>
       
   118     </Compile>
       
   119     <Compile Include="Controls\HeapCellListingFilter.Designer.cs">
       
   120       <DependentUpon>HeapCellListingFilter.cs</DependentUpon>
       
   121     </Compile>
       
   122     <Compile Include="Controls\HeapCellRelationshipControl.cs">
       
   123       <SubType>UserControl</SubType>
       
   124     </Compile>
       
   125     <Compile Include="Controls\HeapCellRelationshipControl.Designer.cs">
       
   126       <DependentUpon>HeapCellRelationshipControl.cs</DependentUpon>
       
   127     </Compile>
       
   128     <Compile Include="Controls\HeapCellSizeDistributionControl.cs">
       
   129       <SubType>UserControl</SubType>
       
   130     </Compile>
       
   131     <Compile Include="Controls\HeapCellSizeDistributionControl.Designer.cs">
       
   132       <DependentUpon>HeapCellSizeDistributionControl.cs</DependentUpon>
       
   133     </Compile>
       
   134     <Compile Include="Controls\HeapCellStatsControl.cs">
       
   135       <SubType>UserControl</SubType>
       
   136     </Compile>
       
   137     <Compile Include="Controls\HeapCellStatsControl.Designer.cs">
       
   138       <DependentUpon>HeapCellStatsControl.cs</DependentUpon>
       
   139     </Compile>
       
   140     <Compile Include="Controls\HeapCellViewerControl.cs">
       
   141       <SubType>UserControl</SubType>
       
   142     </Compile>
       
   143     <Compile Include="Controls\HeapCellViewerControl.Designer.cs">
       
   144       <DependentUpon>HeapCellViewerControl.cs</DependentUpon>
       
   145     </Compile>
       
   146     <Compile Include="Dialogs\HeapExportToHTMLProgressDialog.cs">
       
   147       <SubType>Form</SubType>
       
   148     </Compile>
       
   149     <Compile Include="Dialogs\HeapReconstructorDataSourceAnalyserDialog.cs">
       
   150       <SubType>Form</SubType>
       
   151     </Compile>
       
   152     <Compile Include="Dialogs\HeapReconstructorProgressDialog.cs">
       
   153       <SubType>Form</SubType>
       
   154     </Compile>
       
   155     <Compile Include="Dialogs\HeapViewerAboutDialog.cs">
       
   156       <SubType>Form</SubType>
       
   157     </Compile>
       
   158     <Compile Include="Forms\HeapViewerForm.cs">
       
   159       <SubType>Form</SubType>
       
   160     </Compile>
       
   161     <Compile Include="Misc\CellRightClickMetaData.cs" />
       
   162     <Compile Include="Misc\TrackingInfoCaptioner.cs" />
       
   163     <Compile Include="Properties\Resources.Designer.cs">
       
   164       <AutoGen>True</AutoGen>
       
   165       <DesignTime>True</DesignTime>
       
   166       <DependentUpon>Resources.resx</DependentUpon>
       
   167     </Compile>
       
   168     <Compile Include="SubForms\HeapCellContentsForm.cs">
       
   169       <SubType>Form</SubType>
       
   170     </Compile>
       
   171     <Compile Include="SubForms\HeapCellRelationshipInspectorForm.cs">
       
   172       <SubType>Form</SubType>
       
   173     </Compile>
       
   174     <EmbeddedResource Include="Controls\HeapCellInfoControl.resx">
       
   175       <DependentUpon>HeapCellInfoControl.cs</DependentUpon>
       
   176       <SubType>Designer</SubType>
       
   177     </EmbeddedResource>
       
   178     <EmbeddedResource Include="Controls\HeapCellListingControl.resx">
       
   179       <DependentUpon>HeapCellListingControl.cs</DependentUpon>
       
   180       <SubType>Designer</SubType>
       
   181     </EmbeddedResource>
       
   182     <EmbeddedResource Include="Controls\HeapCellListingFilter.resx">
       
   183       <SubType>Designer</SubType>
       
   184       <DependentUpon>HeapCellListingFilter.cs</DependentUpon>
       
   185     </EmbeddedResource>
       
   186     <EmbeddedResource Include="Controls\HeapCellRelationshipControl.resx">
       
   187       <SubType>Designer</SubType>
       
   188       <DependentUpon>HeapCellRelationshipControl.cs</DependentUpon>
       
   189     </EmbeddedResource>
       
   190     <EmbeddedResource Include="Controls\HeapCellSizeDistributionControl.resx">
       
   191       <DependentUpon>HeapCellSizeDistributionControl.cs</DependentUpon>
       
   192       <SubType>Designer</SubType>
       
   193     </EmbeddedResource>
       
   194     <EmbeddedResource Include="Controls\HeapCellStatsControl.resx">
       
   195       <DependentUpon>HeapCellStatsControl.cs</DependentUpon>
       
   196       <SubType>Designer</SubType>
       
   197     </EmbeddedResource>
       
   198     <EmbeddedResource Include="Controls\HeapCellViewerControl.resx">
       
   199       <SubType>Designer</SubType>
       
   200       <DependentUpon>HeapCellViewerControl.cs</DependentUpon>
       
   201     </EmbeddedResource>
       
   202     <EmbeddedResource Include="Dialogs\HeapExportToHTMLProgressDialog.resx">
       
   203       <DependentUpon>HeapExportToHTMLProgressDialog.cs</DependentUpon>
       
   204       <SubType>Designer</SubType>
       
   205     </EmbeddedResource>
       
   206     <EmbeddedResource Include="Dialogs\HeapReconstructorDataSourceAnalyserDialog.resx">
       
   207       <DependentUpon>HeapReconstructorDataSourceAnalyserDialog.cs</DependentUpon>
       
   208       <SubType>Designer</SubType>
       
   209     </EmbeddedResource>
       
   210     <EmbeddedResource Include="Dialogs\HeapReconstructorProgressDialog.resx">
       
   211       <DependentUpon>HeapReconstructorProgressDialog.cs</DependentUpon>
       
   212       <SubType>Designer</SubType>
       
   213     </EmbeddedResource>
       
   214     <EmbeddedResource Include="Dialogs\HeapViewerAboutDialog.resx">
       
   215       <DependentUpon>HeapViewerAboutDialog.cs</DependentUpon>
       
   216       <SubType>Designer</SubType>
       
   217     </EmbeddedResource>
       
   218     <EmbeddedResource Include="Forms\HeapViewerForm.resx">
       
   219       <DependentUpon>HeapViewerForm.cs</DependentUpon>
       
   220       <SubType>Designer</SubType>
       
   221     </EmbeddedResource>
       
   222     <EmbeddedResource Include="Properties\Resources.resx">
       
   223       <SubType>Designer</SubType>
       
   224       <Generator>ResXFileCodeGenerator</Generator>
       
   225       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
   226     </EmbeddedResource>
       
   227     <EmbeddedResource Include="SubForms\HeapCellContentsForm.resx">
       
   228       <DependentUpon>HeapCellContentsForm.cs</DependentUpon>
       
   229       <SubType>Designer</SubType>
       
   230     </EmbeddedResource>
       
   231     <EmbeddedResource Include="SubForms\HeapCellRelationshipInspectorForm.resx">
       
   232       <DependentUpon>HeapCellRelationshipInspectorForm.cs</DependentUpon>
       
   233       <SubType>Designer</SubType>
       
   234     </EmbeddedResource>
       
   235   </ItemGroup>
       
   236   <ItemGroup>
       
   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     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\UI\SymbianUtilsUi\SymbianUtilsUi.csproj">
       
   250       <Project>{48F86FA3-3B42-4826-8D06-E8F2E0E7B822}</Project>
       
   251       <Name>SymbianUtilsUi</Name>
       
   252     </ProjectReference>
       
   253     <ProjectReference Include="..\..\Engine\HeapLib\HeapLib.csproj">
       
   254       <Project>{D638AB12-FC64-4523-9B99-09F20BC2A791}</Project>
       
   255       <Name>HeapLib</Name>
       
   256     </ProjectReference>
       
   257     <ProjectReference Include="..\HeapCtrlLib\HeapCtrlLib.csproj">
       
   258       <Project>{4883C5F9-B83E-4262-8389-879AC9E1DF1B}</Project>
       
   259       <Name>HeapCtrlLib</Name>
       
   260     </ProjectReference>
       
   261   </ItemGroup>
       
   262   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   263   <PropertyGroup>
       
   264     <PreBuildEvent>
       
   265     </PreBuildEvent>
       
   266     <PostBuildEvent>
       
   267     </PostBuildEvent>
       
   268   </PropertyGroup>
       
   269 </Project>