sysperfana/heapanalyser/Libraries/UI/MemAnalysisUiLib/MemAnalysisUiLib.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>{26214577-43FB-4411-B6D9-F0478A83012E}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>
       
    10     </ApplicationIcon>
       
    11     <AssemblyKeyContainerName>
       
    12     </AssemblyKeyContainerName>
       
    13     <AssemblyName>MemAnalysisUiLib</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>MemAnalysisUiLib</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.Design">
       
    85       <Name>System.Design</Name>
       
    86     </Reference>
       
    87     <Reference Include="System.Drawing">
       
    88       <Name>System.Drawing</Name>
       
    89     </Reference>
       
    90     <Reference Include="System.Windows.Forms">
       
    91       <Name>System.Windows.Forms</Name>
       
    92     </Reference>
       
    93     <Reference Include="System.Xml">
       
    94       <Name>System.XML</Name>
       
    95     </Reference>
       
    96     <Reference Include="XPTable, Version=1.1.13.21130, Culture=neutral, processorArchitecture=MSIL">
       
    97       <SpecificVersion>False</SpecificVersion>
       
    98       <HintPath>..\..\..\..\PerfToolsSharedLibraries\3rd Party\XPTable\bin\Debug\XPTable.dll</HintPath>
       
    99     </Reference>
       
   100   </ItemGroup>
       
   101   <ItemGroup>
       
   102     <Compile Include="AssemblyInfo.cs">
       
   103       <SubType>Code</SubType>
       
   104     </Compile>
       
   105     <Compile Include="Dialogs\MemAnalysisParsingProgressDialog.cs">
       
   106       <SubType>Form</SubType>
       
   107     </Compile>
       
   108     <Compile Include="Forms\MemAnalysisRegionalForm.cs">
       
   109       <SubType>Form</SubType>
       
   110     </Compile>
       
   111     <Compile Include="Forms\MemAnalysisStatisticalForm.cs">
       
   112       <SubType>Form</SubType>
       
   113     </Compile>
       
   114     <EmbeddedResource Include="Dialogs\MemAnalysisParsingProgressDialog.resx">
       
   115       <DependentUpon>MemAnalysisParsingProgressDialog.cs</DependentUpon>
       
   116       <SubType>Designer</SubType>
       
   117     </EmbeddedResource>
       
   118     <EmbeddedResource Include="Forms\MemAnalysisRegionalForm.resx">
       
   119       <DependentUpon>MemAnalysisRegionalForm.cs</DependentUpon>
       
   120       <SubType>Designer</SubType>
       
   121     </EmbeddedResource>
       
   122     <EmbeddedResource Include="Forms\MemAnalysisStatisticalForm.resx">
       
   123       <DependentUpon>MemAnalysisStatisticalForm.cs</DependentUpon>
       
   124       <SubType>Designer</SubType>
       
   125     </EmbeddedResource>
       
   126   </ItemGroup>
       
   127   <ItemGroup>
       
   128     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
   129       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   130       <Name>SymbianUtils</Name>
       
   131     </ProjectReference>
       
   132     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbolLib\SymbolLib.csproj">
       
   133       <Project>{C657DF4B-FA67-47DD-89FC-A45583646184}</Project>
       
   134       <Name>SymbolLib</Name>
       
   135     </ProjectReference>
       
   136     <ProjectReference Include="..\..\Engine\MemAnalysisLib\MemAnalysisLib.csproj">
       
   137       <Project>{94F69E44-75FC-4035-9B08-920CF0E0188C}</Project>
       
   138       <Name>MemAnalysisLib</Name>
       
   139     </ProjectReference>
       
   140   </ItemGroup>
       
   141   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   142   <PropertyGroup>
       
   143     <PreBuildEvent>
       
   144     </PreBuildEvent>
       
   145     <PostBuildEvent>
       
   146     </PostBuildEvent>
       
   147   </PropertyGroup>
       
   148 </Project>