sysperfana/heapanalyser/UI/HeapAnalyser.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>{20255E8D-09BB-4524-8E10-66B22ACC6662}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>App.ico</ApplicationIcon>
       
    10     <AssemblyKeyContainerName>
       
    11     </AssemblyKeyContainerName>
       
    12     <AssemblyName>HeapAnalyser</AssemblyName>
       
    13     <AssemblyOriginatorKeyFile>
       
    14     </AssemblyOriginatorKeyFile>
       
    15     <DefaultClientScript>JScript</DefaultClientScript>
       
    16     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
       
    17     <DefaultTargetSchema>IE50</DefaultTargetSchema>
       
    18     <DelaySign>false</DelaySign>
       
    19     <OutputType>WinExe</OutputType>
       
    20     <RootNamespace>HeapAnalyser</RootNamespace>
       
    21     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
       
    22     <StartupObject>HeapAnalyser.EntryPoint</StartupObject>
       
    23     <FileUpgradeFlags>
       
    24     </FileUpgradeFlags>
       
    25     <UpgradeBackupLocation>
       
    26     </UpgradeBackupLocation>
       
    27     <OldToolsVersion>2.0</OldToolsVersion>
       
    28   </PropertyGroup>
       
    29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    30     <OutputPath>bin\Debug\</OutputPath>
       
    31     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
       
    32     <BaseAddress>285212672</BaseAddress>
       
    33     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
       
    34     <ConfigurationOverrideFile>
       
    35     </ConfigurationOverrideFile>
       
    36     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    37     <DocumentationFile>
       
    38     </DocumentationFile>
       
    39     <DebugSymbols>true</DebugSymbols>
       
    40     <FileAlignment>4096</FileAlignment>
       
    41     <NoStdLib>false</NoStdLib>
       
    42     <NoWarn>
       
    43     </NoWarn>
       
    44     <Optimize>false</Optimize>
       
    45     <RegisterForComInterop>false</RegisterForComInterop>
       
    46     <RemoveIntegerChecks>false</RemoveIntegerChecks>
       
    47     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
       
    48     <WarningLevel>4</WarningLevel>
       
    49     <DebugType>full</DebugType>
       
    50     <ErrorReport>prompt</ErrorReport>
       
    51   </PropertyGroup>
       
    52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    53     <OutputPath>bin\Release\</OutputPath>
       
    54     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
       
    55     <BaseAddress>285212672</BaseAddress>
       
    56     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
       
    57     <ConfigurationOverrideFile>
       
    58     </ConfigurationOverrideFile>
       
    59     <DefineConstants>TRACE</DefineConstants>
       
    60     <DocumentationFile>
       
    61     </DocumentationFile>
       
    62     <DebugSymbols>false</DebugSymbols>
       
    63     <FileAlignment>4096</FileAlignment>
       
    64     <NoStdLib>false</NoStdLib>
       
    65     <NoWarn>
       
    66     </NoWarn>
       
    67     <Optimize>true</Optimize>
       
    68     <RegisterForComInterop>false</RegisterForComInterop>
       
    69     <RemoveIntegerChecks>false</RemoveIntegerChecks>
       
    70     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
       
    71     <WarningLevel>4</WarningLevel>
       
    72     <DebugType>none</DebugType>
       
    73     <ErrorReport>prompt</ErrorReport>
       
    74   </PropertyGroup>
       
    75   <ItemGroup>
       
    76     <Content Include="App.ico" />
       
    77     <Compile Include="AssemblyInfo.cs">
       
    78       <SubType>Code</SubType>
       
    79     </Compile>
       
    80     <Compile Include="Exceptions\HAUIException.cs" />
       
    81     <Compile Include="UIs\Console\Files\HACmdLineFileSource.cs" />
       
    82     <Compile Include="UIs\Console\Files\HACmdLineFSEntity.cs" />
       
    83     <Compile Include="UIs\Console\Files\HACmdLineFSEntityList.cs" />
       
    84     <Compile Include="UIs\Console\Inputs\HACmdLineInputParameters.cs" />
       
    85     <Compile Include="UIs\Graphical\Wizard\HASetupWizard.cs">
       
    86       <SubType>Form</SubType>
       
    87     </Compile>
       
    88     <Compile Include="UIs\Graphical\Wizard\HASetupWizard.Designer.cs">
       
    89       <DependentUpon>HASetupWizard.cs</DependentUpon>
       
    90     </Compile>
       
    91     <Compile Include="UIs\HAUIManager.cs" />
       
    92     <Compile Include="Engine\Types\ComparisonEngineHeapData.cs" />
       
    93     <Compile Include="Engine\Types\AnalyseEngineHeapData.cs">
       
    94       <SubType>Code</SubType>
       
    95     </Compile>
       
    96     <Compile Include="Engine\HeapWizardEngine.cs">
       
    97       <SubType>Code</SubType>
       
    98     </Compile>
       
    99     <Compile Include="Engine\Types\ComparisonEngineHeapCSV.cs" />
       
   100     <Compile Include="EntryPoint.cs">
       
   101       <SubType>Code</SubType>
       
   102     </Compile>
       
   103     <Compile Include="UIs\Console\HAUIConsole.cs" />
       
   104     <Compile Include="UIs\HAUI.cs" />
       
   105     <Compile Include="UIs\Graphical\HAUIGraphical.cs" />
       
   106     <EmbeddedResource Include="UIs\Graphical\Wizard\HASetupWizard.resx">
       
   107       <DependentUpon>HASetupWizard.cs</DependentUpon>
       
   108       <SubType>Designer</SubType>
       
   109     </EmbeddedResource>
       
   110   </ItemGroup>
       
   111   <ItemGroup>
       
   112     <Reference Include="System" />
       
   113     <Reference Include="System.Data" />
       
   114     <Reference Include="System.Drawing" />
       
   115     <Reference Include="System.Management" />
       
   116     <Reference Include="System.Windows.Forms" />
       
   117     <Reference Include="System.Xml" />
       
   118   </ItemGroup>
       
   119   <ItemGroup>
       
   120     <ProjectReference Include="..\..\PerfToolsSharedLibraries\Engine\SymbianDebugLib\SymbianDebugLib.csproj">
       
   121       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
   122       <Name>SymbianDebugLib</Name>
       
   123     </ProjectReference>
       
   124     <ProjectReference Include="..\..\PerfToolsSharedLibraries\Engine\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
   125       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
   126       <Name>SymbianStructuresLib</Name>
       
   127     </ProjectReference>
       
   128     <ProjectReference Include="..\..\PerfToolsSharedLibraries\Engine\SymbianSymbolLib\SymbianSymbolLib.csproj">
       
   129       <Project>{6054A36B-F8A9-406F-B6CE-B531CC2AEADC}</Project>
       
   130       <Name>SymbianSymbolLib</Name>
       
   131     </ProjectReference>
       
   132     <ProjectReference Include="..\..\PerfToolsSharedLibraries\Engine\SymbianTree\SymbianTree.csproj">
       
   133       <Project>{2BE440C1-E5F6-4F5D-B533-0F745CAA65A8}</Project>
       
   134       <Name>SymbianTree</Name>
       
   135     </ProjectReference>
       
   136     <ProjectReference Include="..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
   137       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   138       <Name>SymbianUtils</Name>
       
   139     </ProjectReference>
       
   140     <ProjectReference Include="..\..\PerfToolsSharedLibraries\Engine\SymbianXmlInputLib\SymbianXmlInputLib.csproj">
       
   141       <Project>{56ECA873-7D1D-45E7-A583-A5388D753321}</Project>
       
   142       <Name>SymbianXmlInputLib</Name>
       
   143     </ProjectReference>
       
   144     <ProjectReference Include="..\..\PerfToolsSharedLibraries\UI\SymbianDebugUiLib\SymbianDebugLibUi.csproj">
       
   145       <Project>{6C30B8C1-BF87-4626-8125-D5681B22347C}</Project>
       
   146       <Name>SymbianDebugLibUi</Name>
       
   147     </ProjectReference>
       
   148     <ProjectReference Include="..\..\PerfToolsSharedLibraries\UI\SymbianUtilsUi\SymbianUtilsUi.csproj">
       
   149       <Project>{48F86FA3-3B42-4826-8D06-E8F2E0E7B822}</Project>
       
   150       <Name>SymbianUtilsUi</Name>
       
   151     </ProjectReference>
       
   152     <ProjectReference Include="..\..\PerfToolsSharedLibraries\UI\SymbianWizardLib\SymbianWizardLib.csproj">
       
   153       <Project>{AC323F51-47D6-46BE-8E06-7A75F4C5348D}</Project>
       
   154       <Name>SymbianWizardLib</Name>
       
   155     </ProjectReference>
       
   156     <ProjectReference Include="..\Libraries\Engine\HeapComparisonLib\HeapComparisonLib.csproj">
       
   157       <Project>{0911ECEE-D330-4DE9-989C-8181604FAAB5}</Project>
       
   158       <Name>HeapComparisonLib</Name>
       
   159     </ProjectReference>
       
   160     <ProjectReference Include="..\Libraries\Engine\HeapLib\HeapLib.csproj">
       
   161       <Project>{D638AB12-FC64-4523-9B99-09F20BC2A791}</Project>
       
   162       <Name>HeapLib</Name>
       
   163     </ProjectReference>
       
   164     <ProjectReference Include="..\Libraries\UI\HeapComparisonUiLib\HeapComparisonUiLib.csproj">
       
   165       <Project>{6DD1AC1D-22A6-4C7A-BB97-43FCBA9B8BE0}</Project>
       
   166       <Name>HeapComparisonUiLib</Name>
       
   167     </ProjectReference>
       
   168     <ProjectReference Include="..\Libraries\UI\HeapUiLib\HeapUiLib.csproj">
       
   169       <Project>{C53FA050-1FA1-4567-A83B-DADA64DA1464}</Project>
       
   170       <Name>HeapUiLib</Name>
       
   171     </ProjectReference>
       
   172   </ItemGroup>
       
   173   <ItemGroup>
       
   174     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
       
   175       <Visible>False</Visible>
       
   176       <ProductName>.NET Framework Client Profile</ProductName>
       
   177       <Install>false</Install>
       
   178     </BootstrapperPackage>
       
   179     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       
   180       <Visible>False</Visible>
       
   181       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
       
   182       <Install>true</Install>
       
   183     </BootstrapperPackage>
       
   184     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
       
   185       <Visible>False</Visible>
       
   186       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
       
   187       <Install>false</Install>
       
   188     </BootstrapperPackage>
       
   189     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
       
   190       <Visible>False</Visible>
       
   191       <ProductName>.NET Framework 3.5</ProductName>
       
   192       <Install>false</Install>
       
   193     </BootstrapperPackage>
       
   194     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
       
   195       <Visible>False</Visible>
       
   196       <ProductName>.NET Framework 3.5 SP1</ProductName>
       
   197       <Install>false</Install>
       
   198     </BootstrapperPackage>
       
   199   </ItemGroup>
       
   200   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   201   <PropertyGroup>
       
   202     <PreBuildEvent>
       
   203     </PreBuildEvent>
       
   204     <PostBuildEvent>
       
   205     </PostBuildEvent>
       
   206   </PropertyGroup>
       
   207 </Project>