crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianStructuresLib/SymbianStructuresLib.csproj
changeset 0 818e61de6cd1
child 3 045ade241ef5
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>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</ProjectGuid>
       
     9     <OutputType>Library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>SymbianStructuresLib</RootNamespace>
       
    12     <AssemblyName>SymbianStructuresLib</AssemblyName>
       
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
       
    14     <FileAlignment>512</FileAlignment>
       
    15     <PublishUrl>publish\</PublishUrl>
       
    16     <Install>true</Install>
       
    17     <InstallFrom>Disk</InstallFrom>
       
    18     <UpdateEnabled>false</UpdateEnabled>
       
    19     <UpdateMode>Foreground</UpdateMode>
       
    20     <UpdateInterval>7</UpdateInterval>
       
    21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
       
    22     <UpdatePeriodically>false</UpdatePeriodically>
       
    23     <UpdateRequired>false</UpdateRequired>
       
    24     <MapFileExtensions>true</MapFileExtensions>
       
    25     <ApplicationRevision>0</ApplicationRevision>
       
    26     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
       
    27     <IsWebBootstrapper>false</IsWebBootstrapper>
       
    28     <UseApplicationTrust>false</UseApplicationTrust>
       
    29     <BootstrapperEnabled>true</BootstrapperEnabled>
       
    30   </PropertyGroup>
       
    31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    32     <DebugSymbols>true</DebugSymbols>
       
    33     <DebugType>full</DebugType>
       
    34     <Optimize>false</Optimize>
       
    35     <OutputPath>bin\Debug\</OutputPath>
       
    36     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    37     <ErrorReport>prompt</ErrorReport>
       
    38     <WarningLevel>4</WarningLevel>
       
    39     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
       
    40   </PropertyGroup>
       
    41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    42     <DebugType>pdbonly</DebugType>
       
    43     <Optimize>true</Optimize>
       
    44     <OutputPath>bin\Release\</OutputPath>
       
    45     <DefineConstants>TRACE</DefineConstants>
       
    46     <ErrorReport>prompt</ErrorReport>
       
    47     <WarningLevel>4</WarningLevel>
       
    48   </PropertyGroup>
       
    49   <ItemGroup>
       
    50     <Reference Include="System" />
       
    51     <Reference Include="System.Data" />
       
    52     <Reference Include="System.Xml" />
       
    53   </ItemGroup>
       
    54   <ItemGroup>
       
    55     <Compile Include="Arm\Registers\General\ArmRegisterMachine.cs" />
       
    56     <Compile Include="Arm\Registers\General\ArmRegister.cs" />
       
    57     <Compile Include="Arm\Registers\General\ArmRegisterBank.cs" />
       
    58     <Compile Include="Arm\Registers\General\ArmRegisterCollection.cs" />
       
    59     <Compile Include="Arm\Registers\General\ArmRegisterType.cs" />
       
    60     <Compile Include="Arm\Instructions\ArmInstructionSet.cs" />
       
    61     <Compile Include="Arm\Instructions\ArmInstructionCondition.cs" />
       
    62     <Compile Include="Arm\Instructions\ArmInstructionAddressingMode.cs" />
       
    63     <Compile Include="Arm\Instructions\ArmInstructionGrouping.cs" />
       
    64     <Compile Include="Arm\Instructions\ArmInstructionTarget.cs" />
       
    65     <Compile Include="Arm\Instructions\ArmDataTransferType.cs" />
       
    66     <Compile Include="Arm\Instructions\IArmInstructionProvider.cs" />
       
    67     <Compile Include="Arm\Instructions\IArmInstruction.cs" />
       
    68     <Compile Include="Arm\Instructions\ArmDataProcessingType.cs" />
       
    69     <Compile Include="Arm\Registers\CoProcessor\ArmCoProSystemControlRegisterCollection.cs" />
       
    70     <Compile Include="Arm\Registers\EmbeddedTrace\ArmETRegisterCollection.cs" />
       
    71     <Compile Include="Arm\Registers\VFP\ArmVectorFloatingPointRegisters.cs" />
       
    72     <Compile Include="Arm\Registers\VFP\ArmVectorFloatingPointUtils.cs" />
       
    73     <Compile Include="Arm\Security\ArmSecurityMode.cs" />
       
    74     <Compile Include="Compression\BytePair\SymbianDecompressorBytePair.cs" />
       
    75     <Compile Include="CodeSegments\CodeSegDefinition.cs" />
       
    76     <Compile Include="CodeSegments\CodeSegDefinitionCollection.cs" />
       
    77     <Compile Include="CodeSegments\CodeSegDefinitionParser.cs" />
       
    78     <Compile Include="CodeSegments\Internal\Comparers.cs" />
       
    79     <Compile Include="Compression\Common\SymbianCompressionType.cs" />
       
    80     <Compile Include="Compression\Common\SymbianDecompressor.cs" />
       
    81     <Compile Include="Compression\Deflate\SymbianDecompressorInflate.cs" />
       
    82     <Compile Include="Debug\Code\Code\CodeCollection.cs" />
       
    83     <Compile Include="Debug\Code\Code\CodeCollectionList.cs" />
       
    84     <Compile Include="Debug\Code\Interfaces\ICodeCollectionInstructionConverter.cs" />
       
    85     <Compile Include="Debug\Code\Interfaces\ICodeCollectionCodeSegmentResolver.cs" />
       
    86     <Compile Include="Debug\Code\Interfaces\ICodeCollectionRelocationHandler.cs" />
       
    87     <Compile Include="Arm\Exceptions\ArmExceptions.cs" />
       
    88     <Compile Include="Arm\Disassembly\IArmDisassemblyTool.cs" />
       
    89     <Compile Include="Debug\Common\FileName\PlatformFileNameConstants.cs" />
       
    90     <Compile Include="Debug\Common\Id\PlatformlId.cs" />
       
    91     <Compile Include="Debug\Common\Interfaces\IPlatformIdAllocator.cs" />
       
    92     <Compile Include="Debug\Common\Id\PlatformIdAllocator.cs" />
       
    93     <Compile Include="Debug\Symbols\Constants\SymbolConstants.cs" />
       
    94     <Compile Include="Debug\Common\FileName\PlatformFileName.cs" />
       
    95     <Compile Include="Debug\Symbols\Interfaces\ISymbolCodeSegmentResolver.cs" />
       
    96     <Compile Include="Debug\Symbols\Interfaces\ISymbolCollectionRelocationHandler.cs" />
       
    97     <Compile Include="Debug\Symbols\Symbols\InternedName.cs" />
       
    98     <Compile Include="Debug\Symbols\Symbols\Symbol.cs" />
       
    99     <Compile Include="Debug\Symbols\Symbols\SymbolCollection.cs" />
       
   100     <Compile Include="Debug\Symbols\Symbols\SymbolCollectionList.cs" />
       
   101     <Compile Include="Debug\Symbols\Types\SymbolSource.cs" />
       
   102     <Compile Include="Debug\Symbols\Types\SymbolType.cs" />
       
   103     <Compile Include="Debug\Symbols\Utilities\SymbolCollectionHarmoniser.cs" />
       
   104     <Compile Include="Debug\Trace\TraceLocation.cs" />
       
   105     <Compile Include="Debug\Trace\TraceIdentifier.cs" />
       
   106     <Compile Include="Debug\Trace\TraceLine.cs" />
       
   107     <Compile Include="Debug\Trace\TraceTimeStamp.cs" />
       
   108     <Compile Include="MemoryModel\TMemoryModelRegion.cs" />
       
   109     <Compile Include="MemoryModel\MMUtilities.cs" />
       
   110     <Compile Include="MemoryModel\TMemoryModelType.cs" />
       
   111     <Compile Include="Properties\AssemblyInfo.cs" />
       
   112     <Compile Include="Security\CapabilitySet.cs" />
       
   113     <Compile Include="Security\Capability.cs" />
       
   114     <Compile Include="Security\SecurityInfo.cs" />
       
   115     <Compile Include="Uids\TCheckedUid.cs" />
       
   116     <Compile Include="Version\TVersion.cs" />
       
   117     <Compile Include="Uids\UidType.cs" />
       
   118   </ItemGroup>
       
   119   <ItemGroup>
       
   120     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
       
   121       <Visible>False</Visible>
       
   122       <ProductName>.NET Framework Client Profile</ProductName>
       
   123       <Install>false</Install>
       
   124     </BootstrapperPackage>
       
   125     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       
   126       <Visible>False</Visible>
       
   127       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
       
   128       <Install>true</Install>
       
   129     </BootstrapperPackage>
       
   130     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
       
   131       <Visible>False</Visible>
       
   132       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
       
   133       <Install>false</Install>
       
   134     </BootstrapperPackage>
       
   135     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
       
   136       <Visible>False</Visible>
       
   137       <ProductName>.NET Framework 3.5</ProductName>
       
   138       <Install>false</Install>
       
   139     </BootstrapperPackage>
       
   140     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
       
   141       <Visible>False</Visible>
       
   142       <ProductName>.NET Framework 3.5 SP1</ProductName>
       
   143       <Install>false</Install>
       
   144     </BootstrapperPackage>
       
   145   </ItemGroup>
       
   146   <ItemGroup>
       
   147     <ProjectReference Include="..\SymbianUtils\SymbianUtils.csproj">
       
   148       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   149       <Name>SymbianUtils</Name>
       
   150     </ProjectReference>
       
   151   </ItemGroup>
       
   152   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
   153   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   154        Other similar extension points exist, see Microsoft.Common.targets.
       
   155   <Target Name="BeforeBuild">
       
   156   </Target>
       
   157   <Target Name="AfterBuild">
       
   158   </Target>
       
   159   -->
       
   160 </Project>