crashanalysercmd/Libraries/Engine/CrashDebuggerLib/CrashDebuggerLib.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     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     5     <ProductVersion>9.0.30729</ProductVersion>
       
     6     <SchemaVersion>2.0</SchemaVersion>
       
     7     <ProjectGuid>{F852F144-7AFC-4F56-A8F1-D7E85E25C9AA}</ProjectGuid>
       
     8     <OutputType>Library</OutputType>
       
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    10     <RootNamespace>CrashDebuggerLib</RootNamespace>
       
    11     <AssemblyName>CrashDebuggerLib</AssemblyName>
       
    12     <FileUpgradeFlags>
       
    13     </FileUpgradeFlags>
       
    14     <OldToolsVersion>2.0</OldToolsVersion>
       
    15     <UpgradeBackupLocation>
       
    16     </UpgradeBackupLocation>
       
    17   </PropertyGroup>
       
    18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    19     <DebugSymbols>true</DebugSymbols>
       
    20     <DebugType>full</DebugType>
       
    21     <Optimize>false</Optimize>
       
    22     <OutputPath>bin\Debug\</OutputPath>
       
    23     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    24     <ErrorReport>prompt</ErrorReport>
       
    25     <WarningLevel>4</WarningLevel>
       
    26   </PropertyGroup>
       
    27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    28     <DebugType>pdbonly</DebugType>
       
    29     <Optimize>true</Optimize>
       
    30     <OutputPath>bin\Release\</OutputPath>
       
    31     <DefineConstants>TRACE</DefineConstants>
       
    32     <ErrorReport>prompt</ErrorReport>
       
    33     <WarningLevel>4</WarningLevel>
       
    34   </PropertyGroup>
       
    35   <ItemGroup>
       
    36     <Reference Include="System" />
       
    37     <Reference Include="System.Data" />
       
    38     <Reference Include="System.Xml" />
       
    39   </ItemGroup>
       
    40   <ItemGroup>
       
    41     <Compile Include="Attributes\PropCat.cs" />
       
    42     <Compile Include="Structures\Register\RegisterSet.cs" />
       
    43     <Compile Include="Structures\Register\RegisterEntryCPSR.cs" />
       
    44     <Compile Include="Structures\Thread\ThreadStackBuilder.cs" />
       
    45     <Compile Include="Structures\UserContextTable\UserContextTableManager.cs" />
       
    46     <Compile Include="Structures\UserContextTable\UserContextType.cs" />
       
    47     <Compile Include="Structures\UserContextTable\UserContextTableEntry.cs" />
       
    48     <Compile Include="Structures\UserContextTable\UserContextTable.cs" />
       
    49     <Compile Include="CrashDebuggerInfo.cs" />
       
    50     <Compile Include="Parsers\State\Implementation\Helpers\HelperStack.cs" />
       
    51     <Compile Include="Parsers\State\Implementation\Helpers\HelperDMsgQueue.cs" />
       
    52     <Compile Include="Parsers\State\Implementation\Containers\StateContainerMessageQueues.cs" />
       
    53     <Compile Include="Parsers\State\Implementation\Containers\StateContainerConditionalVariables.cs" />
       
    54     <Compile Include="Parsers\State\Implementation\Containers\StateContainerPropertyRefs.cs" />
       
    55     <Compile Include="Parsers\State\Implementation\Containers\StateContainerUndertakers.cs" />
       
    56     <Compile Include="Parsers\State\Implementation\Containers\StateContainerChangeNotifiers.cs" />
       
    57     <Compile Include="Parsers\State\Implementation\Containers\StateContainerLogicalChannels.cs" />
       
    58     <Compile Include="Parsers\State\Implementation\Containers\StateContainerPhysicalDevices.cs" />
       
    59     <Compile Include="Parsers\State\Implementation\Containers\StateContainerLogicalDevices.cs" />
       
    60     <Compile Include="Parsers\State\Implementation\Containers\StateContainerSessions.cs" />
       
    61     <Compile Include="Parsers\State\Implementation\Containers\StateContainerServers.cs" />
       
    62     <Compile Include="Parsers\State\Implementation\Containers\StateContainerTimers.cs" />
       
    63     <Compile Include="Parsers\State\Implementation\Containers\StateContainerMutexes.cs" />
       
    64     <Compile Include="Parsers\State\Implementation\Containers\StateContainerSemaphores.cs" />
       
    65     <Compile Include="Parsers\State\Implementation\Containers\StateContainerLibraries.cs" />
       
    66     <Compile Include="Parsers\State\Implementation\Containers\StateContainerBase.cs" />
       
    67     <Compile Include="Parsers\State\Implementation\Containers\StateContainerChunks.cs" />
       
    68     <Compile Include="Parsers\State\Implementation\Helpers\HelperDChunk.cs" />
       
    69     <Compile Include="Parsers\State\Implementation\Containers\StateContainerProcesses.cs" />
       
    70     <Compile Include="Parsers\State\Implementation\Containers\StateContainerThreads.cs" />
       
    71     <Compile Include="Parsers\State\Implementation\Containers\StateContainerCodeSegs.cs" />
       
    72     <Compile Include="Parsers\State\Implementation\Helpers\HelperNThread.cs" />
       
    73     <Compile Include="Parsers\State\Implementation\Info\StateInfoUserContextTable.cs" />
       
    74     <Compile Include="Parsers\State\Implementation\Stacks\StateThreadStacks.cs">
       
    75     </Compile>
       
    76     <Compile Include="Parsers\State\Implementation\TheCurrentXXX\StateTheCurrentThread.cs" />
       
    77     <Compile Include="Parsers\State\Implementation\Helpers\HelperDThread.cs" />
       
    78     <Compile Include="Parsers\State\Implementation\Helpers\HelperDObject.cs" />
       
    79     <Compile Include="Parsers\State\Implementation\Helpers\HelperDProcess.cs" />
       
    80     <Compile Include="Parsers\State\Implementation\TheCurrentXXX\StateTheCurrentProcess.cs" />
       
    81     <Compile Include="Parsers\State\Implementation\Info\StateInfoCpu.cs" />
       
    82     <Compile Include="Parsers\State\Implementation\Info\StateInfoDebugMask.cs" />
       
    83     <Compile Include="Parsers\State\Implementation\Info\StateInfoFault.cs" />
       
    84     <Compile Include="Parsers\State\Implementation\Info\StateInfoScheduler.cs" />
       
    85     <Compile Include="Parsers\State\StateTypes.cs" />
       
    86     <Compile Include="Parsers\CrashDebuggerParser.cs" />
       
    87     <Compile Include="Parsers\State\StateFactory.cs" />
       
    88     <Compile Include="Parsers\State\StateBase.cs" />
       
    89     <Compile Include="Platform\Constants.cs" />
       
    90     <Compile Include="Properties\AssemblyInfo.cs" />
       
    91     <Compile Include="Structures\ChangeNotifier\DChangeNotifier.cs" />
       
    92     <Compile Include="Structures\Chunk\DChunk.cs" />
       
    93     <Compile Include="Structures\Chunk\ChunkPermissions.cs" />
       
    94     <Compile Include="Structures\Chunk\ChunkCollection.cs" />
       
    95     <Compile Include="Structures\CodeSeg\CodeSegEntry.cs" />
       
    96     <Compile Include="Structures\CodeSeg\CodeSegCollection.cs" />
       
    97     <Compile Include="Structures\Common\CrashDebuggerAware.cs" />
       
    98     <Compile Include="Structures\Common\RequestStatus.cs" />
       
    99     <Compile Include="Structures\ConditionalVariable\DCondVar.cs" />
       
   100     <Compile Include="Structures\Cpu\CpuInfo.cs" />
       
   101     <Compile Include="Structures\DebugMask\DebugMaskInfo.cs" />
       
   102     <Compile Include="Structures\Fault\FaultInfo.cs" />
       
   103     <Compile Include="Structures\KernelObjects\DBase.cs" />
       
   104     <Compile Include="Structures\KernelObjects\DObject.cs" />
       
   105     <Compile Include="Structures\KernelObjects\DObjectCon.cs" />
       
   106     <Compile Include="Structures\Library\DLibrary.cs" />
       
   107     <Compile Include="Structures\LogicalChannel\DLogicalChannel.cs" />
       
   108     <Compile Include="Structures\LogicalDevice\DLogicalDevice.cs" />
       
   109     <Compile Include="Structures\MessageQueue\MsgQueueWaitInfo.cs" />
       
   110     <Compile Include="Structures\MessageQueue\MsgQueueSlotInfo.cs" />
       
   111     <Compile Include="Structures\MessageQueue\DMsgQueue.cs" />
       
   112     <Compile Include="Structures\Common\Capability.cs" />
       
   113     <Compile Include="Structures\Common\LinkedListInfo.cs" />
       
   114     <Compile Include="Structures\MessageQueue\MsgQueuePoolInfo.cs" />
       
   115     <Compile Include="Structures\Mutex\DMutex.cs" />
       
   116     <Compile Include="Structures\NThread\NThreadExtraContextInfo.cs" />
       
   117     <Compile Include="Structures\NThread\NThreadCountInfo.cs" />
       
   118     <Compile Include="Structures\NThread\NThreadTimeInfo.cs" />
       
   119     <Compile Include="Structures\NThread\NThreadMutexInfo.cs" />
       
   120     <Compile Include="Structures\NThread\NThread.cs" />
       
   121     <Compile Include="Structures\PhysicalDevice\DPhysicalDevice.cs" />
       
   122     <Compile Include="Structures\Process\ProcessCodeSeg.cs" />
       
   123     <Compile Include="Structures\Process\ProcessChunk.cs" />
       
   124     <Compile Include="Structures\Process\ProcessPageDir.cs" />
       
   125     <Compile Include="Structures\Process\DProcess.cs" />
       
   126     <Compile Include="Structures\Process\ProcessLockInfo.cs" />
       
   127     <Compile Include="Structures\PropertyRef\DPropertyRef.cs" />
       
   128     <Compile Include="Structures\Register\RegisterCollection.cs" />
       
   129     <Compile Include="Structures\Register\RegisterEntry.cs" />
       
   130     <Compile Include="Structures\Scheduler\SchedulerSysLockInfo.cs" />
       
   131     <Compile Include="Structures\Scheduler\SchedulerInfo.cs" />
       
   132     <Compile Include="Structures\Semaphore\DSemaphore.cs" />
       
   133     <Compile Include="Structures\Server\DServer.cs" />
       
   134     <Compile Include="Structures\Session\DSession.cs" />
       
   135     <Compile Include="Structures\Thread\ThreadStackData.cs" />
       
   136     <Compile Include="Structures\Thread\ThreadPriorities.cs" />
       
   137     <Compile Include="Structures\Thread\ThreadTemporaries.cs" />
       
   138     <Compile Include="Structures\Thread\ThreadHandlers.cs" />
       
   139     <Compile Include="Structures\Thread\ThreadAllocatorInfo.cs" />
       
   140     <Compile Include="Structures\Thread\ThreadStackInfo.cs" />
       
   141     <Compile Include="Structures\Common\ExitInfo.cs" />
       
   142     <Compile Include="Structures\Thread\DThread.cs" />
       
   143     <Compile Include="Structures\Timer\DTimer.cs" />
       
   144     <Compile Include="Structures\Undertaker\DUndertaker.cs" />
       
   145     <Compile Include="Threading\AsyncOperationManager.cs" />
       
   146     <Compile Include="Threading\AsyncOperation.cs">
       
   147     </Compile>
       
   148   </ItemGroup>
       
   149   <ItemGroup>
       
   150     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianParserLib\SymbianParserLib.csproj">
       
   151       <Project>{925A4DB0-85BD-4157-933F-5BFB93FB4DA1}</Project>
       
   152       <Name>SymbianParserLib</Name>
       
   153     </ProjectReference>
       
   154     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianStackLib\SymbianStackLib.csproj">
       
   155       <Project>{3E11A9E3-3D9B-46CC-BF1D-F4AB0D6A34C3}</Project>
       
   156       <Name>SymbianStackLib</Name>
       
   157     </ProjectReference>
       
   158     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
   159       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
   160       <Name>SymbianStructuresLib</Name>
       
   161     </ProjectReference>
       
   162     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
   163       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   164       <Name>SymbianUtils</Name>
       
   165     </ProjectReference>
       
   166     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianDebugLib\SymbianDebugLib.csproj">
       
   167       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
   168       <Name>SymbianDebugLib</Name>
       
   169     </ProjectReference>
       
   170   </ItemGroup>
       
   171   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   172   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   173        Other similar extension points exist, see Microsoft.Common.targets.
       
   174   <Target Name="BeforeBuild">
       
   175   </Target>
       
   176   <Target Name="AfterBuild">
       
   177   </Target>
       
   178   -->
       
   179 </Project>