crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianTree/SymbianTree.csproj
changeset 0 818e61de6cd1
equal deleted inserted replaced
-1:000000000000 0:818e61de6cd1
       
     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>{2BE440C1-E5F6-4F5D-B533-0F745CAA65A8}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>
       
    10     </ApplicationIcon>
       
    11     <AssemblyKeyContainerName>
       
    12     </AssemblyKeyContainerName>
       
    13     <AssemblyName>SymbianTree</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>SymbianTree</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.Xml">
       
    85       <Name>System.XML</Name>
       
    86     </Reference>
       
    87   </ItemGroup>
       
    88   <ItemGroup>
       
    89     <Compile Include="AssemblyInfo.cs">
       
    90       <SubType>Code</SubType>
       
    91     </Compile>
       
    92     <Compile Include="Document\SymDocument.cs">
       
    93       <SubType>Code</SubType>
       
    94     </Compile>
       
    95     <Compile Include="Nodes\SymNode.cs">
       
    96       <SubType>Code</SubType>
       
    97     </Compile>
       
    98     <Compile Include="Nodes\SymNodeAddAsChild.cs">
       
    99       <SubType>Code</SubType>
       
   100     </Compile>
       
   101     <Compile Include="Nodes\SymNodeAddAsSibling.cs">
       
   102       <SubType>Code</SubType>
       
   103     </Compile>
       
   104     <Compile Include="Nodes\SymNodeEnumerators.cs">
       
   105       <SubType>Code</SubType>
       
   106     </Compile>
       
   107   </ItemGroup>
       
   108   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   109   <PropertyGroup>
       
   110     <PreBuildEvent>
       
   111     </PreBuildEvent>
       
   112     <PostBuildEvent>
       
   113     </PostBuildEvent>
       
   114   </PropertyGroup>
       
   115 </Project>