crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianETMLib/SymbianETMLib.csproj
changeset 0 818e61de6cd1
equal deleted inserted replaced
-1:000000000000 0:818e61de6cd1
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
       
     3   <PropertyGroup>
       
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     6     <ProductVersion>9.0.30729</ProductVersion>
       
     7     <SchemaVersion>2.0</SchemaVersion>
       
     8     <ProjectGuid>{4F251D40-F9D0-4807-80AA-81A66A648D56}</ProjectGuid>
       
     9     <OutputType>Library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>SymbianETMLib</RootNamespace>
       
    12     <AssemblyName>SymbianETMLib</AssemblyName>
       
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
       
    14     <FileAlignment>512</FileAlignment>
       
    15     <TargetFrameworkSubset>
       
    16     </TargetFrameworkSubset>
       
    17     <StartupObject>
       
    18     </StartupObject>
       
    19   </PropertyGroup>
       
    20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    21     <DebugSymbols>true</DebugSymbols>
       
    22     <DebugType>full</DebugType>
       
    23     <Optimize>false</Optimize>
       
    24     <OutputPath>bin\Debug\</OutputPath>
       
    25     <DefineConstants>TRACE;DEBUG</DefineConstants>
       
    26     <ErrorReport>prompt</ErrorReport>
       
    27     <WarningLevel>4</WarningLevel>
       
    28   </PropertyGroup>
       
    29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    30     <DebugType>pdbonly</DebugType>
       
    31     <Optimize>true</Optimize>
       
    32     <OutputPath>bin\Release\</OutputPath>
       
    33     <DefineConstants>TRACE</DefineConstants>
       
    34     <ErrorReport>prompt</ErrorReport>
       
    35     <WarningLevel>4</WarningLevel>
       
    36   </PropertyGroup>
       
    37   <ItemGroup>
       
    38     <Reference Include="System" />
       
    39     <Reference Include="System.Data" />
       
    40     <Reference Include="System.Xml" />
       
    41   </ItemGroup>
       
    42   <ItemGroup>
       
    43     <Compile Include="Common\BranchDecoder\ETMBranchDecoderAlternative.cs" />
       
    44     <Compile Include="Common\Buffer\ETBufferBase.cs" />
       
    45     <Compile Include="Common\Config\ETConfigBase.cs" />
       
    46     <Compile Include="Common\Engine\ETEngineBase.cs" />
       
    47     <Compile Include="Common\Exception\ETMException.cs" />
       
    48     <Compile Include="Common\Packets\Implementations\ETMPcktNormalData.cs" />
       
    49     <Compile Include="Common\Packets\Implementations\ETMPcktOutOfOrderData.cs" />
       
    50     <Compile Include="Common\Packets\Implementations\ETMPcktExceptionExit.cs" />
       
    51     <Compile Include="Common\Packets\Implementations\ETMPcktExceptionEntry.cs" />
       
    52     <Compile Include="Common\Packets\Implementations\ETMPcktStoreFailed.cs" />
       
    53     <Compile Include="Common\Packets\Implementations\ETMPcktOutOfOrderPlaceholder.cs" />
       
    54     <Compile Include="Common\Packets\Implementations\ETMPcktFiveByteRunBase.cs" />
       
    55     <Compile Include="Common\Packets\Implementations\ETMPcktASync.cs" />
       
    56     <Compile Include="Common\Packets\Implementations\ETMPcktISyncInformation.cs" />
       
    57     <Compile Include="Common\Types\ETMBranch.cs" />
       
    58     <Compile Include="ETB\Buffer\ETBBuffer.cs" />
       
    59     <Compile Include="ETB\Config\ETBConfig.cs" />
       
    60     <Compile Include="ETB\StackRecon\ETBStack.cs" />
       
    61     <Compile Include="ETB\StackRecon\ETBStackReconManager.cs" />
       
    62     <Compile Include="Common\State\Implementations\ETMDecodeStateOutOfOrderData.cs" />
       
    63     <Compile Include="Common\State\Implementations\ETMDecodeStateBranch.cs" />
       
    64     <Compile Include="Common\State\Implementations\ETMDecodeStateContextID.cs" />
       
    65     <Compile Include="Common\State\Implementations\ETMDecodeStateCycleCount.cs" />
       
    66     <Compile Include="Common\State\Implementations\ETMDecodeStateASync.cs" />
       
    67     <Compile Include="Common\State\Implementations\ETMDecodeStateIgnore.cs" />
       
    68     <Compile Include="Common\State\Implementations\ETMDecodeStateISync.cs" />
       
    69     <Compile Include="Common\Types\ETMInstruction.cs" />
       
    70     <Compile Include="Common\Types\ETMBranchType.cs" />
       
    71     <Compile Include="ETB\Engine\ETMEngine.cs" />
       
    72     <Compile Include="Common\Packets\Factory\ETMPacketFactory.cs" />
       
    73     <Compile Include="Common\Packets\Implementations\ETMPcktPHeaderFormat2.cs" />
       
    74     <Compile Include="Common\Packets\Implementations\ETMPcktPHeaderBase.cs" />
       
    75     <Compile Include="Common\Packets\Implementations\ETMPcktUnknown.cs" />
       
    76     <Compile Include="Common\Packets\Implementations\ETMPcktBranch.cs" />
       
    77     <Compile Include="Common\Packets\Implementations\ETMPcktPHeaderFormat1.cs" />
       
    78     <Compile Include="Common\Packets\Implementations\ETMPcktContextID.cs" />
       
    79     <Compile Include="Common\Packets\Implementations\ETMPcktIgnore.cs" />
       
    80     <Compile Include="Common\Packets\Implementations\ETMPcktCycleCount.cs" />
       
    81     <Compile Include="Common\Packets\Implementations\ETMPcktISync.cs" />
       
    82     <Compile Include="Common\Packets\Base\ETMPcktBase.cs" />
       
    83     <Compile Include="Properties\AssemblyInfo.cs" />
       
    84     <Compile Include="Common\State\Base\ETMDecodeState.cs" />
       
    85     <Compile Include="Common\State\Implementations\ETMDecodeStatePHeader.cs" />
       
    86     <Compile Include="Common\State\Implementations\ETMDecodeStateSynchronized.cs" />
       
    87     <Compile Include="Common\State\Implementations\ETMDecodeStateUnsynchronized.cs" />
       
    88     <Compile Include="Common\State\Data\ETMStateData.cs" />
       
    89     <Compile Include="Common\BranchDecoder\ETMBranchDecoderOriginal.cs" />
       
    90     <Compile Include="Common\BranchDecoder\ETMBranchDecoder.cs" />
       
    91     <Compile Include="Common\Utilities\ETMTextToEnumConverter.cs" />
       
    92     <Compile Include="Common\Utilities\ETMEnumToTextConverter.cs" />
       
    93   </ItemGroup>
       
    94   <ItemGroup>
       
    95     <ProjectReference Include="..\SymbianCodeLib\SymbianCodeLib.csproj">
       
    96       <Project>{A041EDFE-A120-4100-A0A6-FB1984D80815}</Project>
       
    97       <Name>SymbianCodeLib</Name>
       
    98     </ProjectReference>
       
    99     <ProjectReference Include="..\SymbianDebugLib\SymbianDebugLib.csproj">
       
   100       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
   101       <Name>SymbianDebugLib</Name>
       
   102     </ProjectReference>
       
   103     <ProjectReference Include="..\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
   104       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
   105       <Name>SymbianStructuresLib</Name>
       
   106     </ProjectReference>
       
   107     <ProjectReference Include="..\SymbianUtils\SymbianUtils.csproj">
       
   108       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   109       <Name>SymbianUtils</Name>
       
   110     </ProjectReference>
       
   111   </ItemGroup>
       
   112   <ItemGroup>
       
   113     <Folder Include="ETM\" />
       
   114   </ItemGroup>
       
   115   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
   116   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   117        Other similar extension points exist, see Microsoft.Common.targets.
       
   118   <Target Name="BeforeBuild">
       
   119   </Target>
       
   120   <Target Name="AfterBuild">
       
   121   </Target>
       
   122   -->
       
   123 </Project>