crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianUtils/SymbianUtils.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>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>
       
    10     </ApplicationIcon>
       
    11     <AssemblyKeyContainerName>
       
    12     </AssemblyKeyContainerName>
       
    13     <AssemblyName>SymbianUtils</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>SymbianUtils</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.Drawing">
       
    85       <Name>System.Drawing</Name>
       
    86     </Reference>
       
    87     <Reference Include="System.Windows.Forms">
       
    88       <Name>System.Windows.Forms</Name>
       
    89     </Reference>
       
    90     <Reference Include="System.Xml">
       
    91       <Name>System.XML</Name>
       
    92     </Reference>
       
    93   </ItemGroup>
       
    94   <ItemGroup>
       
    95     <Compile Include="Assemblies\AssemblyHelper.cs" />
       
    96     <Compile Include="AssemblyInfo.cs">
       
    97       <SubType>Code</SubType>
       
    98     </Compile>
       
    99     <Compile Include="BasicTypes\SymUInt.cs" />
       
   100     <Compile Include="BasicTypes\SymBit.cs" />
       
   101     <Compile Include="BasicTypes\SymAddress.cs" />
       
   102     <Compile Include="BasicTypes\SymAddressWithKnownBits.cs" />
       
   103     <Compile Include="BasicTypes\SymByte.cs" />
       
   104     <Compile Include="BasicTypes\SymMask.cs" />
       
   105     <Compile Include="Threading\BlockingQueue.cs" />
       
   106     <Compile Include="Collections\SymbianSortedListByValue.cs" />
       
   107     <Compile Include="Colour\ColourGenerationUtil.cs" />
       
   108     <Compile Include="Colour\ColourUtils.cs" />
       
   109     <Compile Include="DataBuffer\DataBuffer.cs" />
       
   110     <Compile Include="DataBuffer\Entry\DataBufferByte.cs" />
       
   111     <Compile Include="DataBuffer\Entry\DataBufferUint.cs" />
       
   112     <Compile Include="DataBuffer\Primer\DataBufferPrimer.cs" />
       
   113     <Compile Include="Debug\SymDebugger.cs" />
       
   114     <Compile Include="Enum\EnumUtils.cs" />
       
   115     <Compile Include="Environment\EnvEntry.cs" />
       
   116     <Compile Include="Environment\EnvEntryNull.cs" />
       
   117     <Compile Include="Environment\SymbianCommandLineEnvValidator.cs" />
       
   118     <Compile Include="Environment\EnvEntryBase.cs" />
       
   119     <Compile Include="FileSystem\FilePair\FileNamePair.cs" />
       
   120     <Compile Include="FileSystem\FilePair\FileNamePairCollection.cs" />
       
   121     <Compile Include="FileSystem\FSDeletableResource.cs" />
       
   122     <Compile Include="FileSystem\FSDirectoryScanner.cs" />
       
   123     <Compile Include="FileSystem\FSLog.cs" />
       
   124     <Compile Include="FileSystem\FSExtensionList.cs" />
       
   125     <Compile Include="FileSystem\FSExtensionDescriptor.cs" />
       
   126     <Compile Include="FileTypes\SymFileType.cs" />
       
   127     <Compile Include="FileTypes\SymFileTypeList.cs" />
       
   128     <Compile Include="Graphics\ScreenCopyUtil.cs">
       
   129       <SubType>Code</SubType>
       
   130     </Compile>
       
   131     <Compile Include="Graphics\SymRect.cs">
       
   132       <SubType>Code</SubType>
       
   133     </Compile>
       
   134     <Compile Include="MarshallingUtils\MarshalHelper.cs" />
       
   135     <Compile Include="Mmp\MmpFileInfo.cs" />
       
   136     <Compile Include="Mmp\MmpFileReader.cs" />
       
   137     <Compile Include="SerializedOperations\SerializedOperation.cs" />
       
   138     <Compile Include="SerializedOperations\SerializedOperationManager.cs" />
       
   139     <Compile Include="PluginManager\PluginAssemblyAttribute.cs" />
       
   140     <Compile Include="PluginManager\PluginManager.cs" />
       
   141     <Compile Include="ProcessAndThread\ProcessInformation.cs" />
       
   142     <Compile Include="ProcessAndThread\ProcessLauncher.cs" />
       
   143     <Compile Include="ProcessAndThread\SecurityAttributes.cs" />
       
   144     <Compile Include="ProcessAndThread\StartupInformation.cs" />
       
   145     <Compile Include="Range\AddressRange.cs">
       
   146       <SubType>Code</SubType>
       
   147     </Compile>
       
   148     <Compile Include="Range\AddressRangeCollection.cs" />
       
   149     <Compile Include="RawItems\RawItemCollectionEnumerator.cs" />
       
   150     <Compile Include="RawItems\RawItemCollection.cs" />
       
   151     <Compile Include="RawItems\RawItem.cs" />
       
   152     <Compile Include="Settings\XmlSettingsValueConverter.cs" />
       
   153     <Compile Include="Settings\XmlSettingsValue.cs" />
       
   154     <Compile Include="Settings\XmlSettingsInterfaces.cs" />
       
   155     <Compile Include="Settings\XmlSettings.cs" />
       
   156     <Compile Include="Settings\XmlSettingsBoundedList.cs" />
       
   157     <Compile Include="Settings\XmlSettingsCategory.cs" />
       
   158     <Compile Include="SourceParser\Objects\SrcMethodModifier.cs" />
       
   159     <Compile Include="SourceParser\Objects\SrcClass.cs" />
       
   160     <Compile Include="SourceParser\Objects\SrcMethodParameter.cs" />
       
   161     <Compile Include="SourceParser\Objects\SrcMethod.cs" />
       
   162     <Compile Include="SourceParser\Parsers\ParserSrcClass.cs" />
       
   163     <Compile Include="SourceParser\Parsers\ParserSrcMethod.cs" />
       
   164     <Compile Include="SourceParser\Parsers\ParserSrcMethodModifier.cs" />
       
   165     <Compile Include="SourceParser\Parsers\ParserSrcMethodParameter.cs" />
       
   166     <Compile Include="SourceParser\SourceParser.cs" />
       
   167     <Compile Include="FileSystem\FSEntity.cs" />
       
   168     <Compile Include="FileSystem\FSEntityDirectory.cs" />
       
   169     <Compile Include="FileSystem\FSEntityFile.cs" />
       
   170     <Compile Include="BasicTypes\SymBitUtils.cs" />
       
   171     <Compile Include="Streams\SymbianStreamReaderLE.cs" />
       
   172     <Compile Include="Strings\StringUtils.cs" />
       
   173     <Compile Include="Strings\StringCaser.cs">
       
   174       <SubType>Code</SubType>
       
   175     </Compile>
       
   176     <Compile Include="Strings\StringParsingUtils.cs" />
       
   177     <Compile Include="Synchronicity\TSynchronicity.cs" />
       
   178     <Compile Include="TextUtilities\Readers\Base\AsyncReaderBase.cs">
       
   179       <SubType>Code</SubType>
       
   180     </Compile>
       
   181     <Compile Include="TextUtilities\Readers\Filters\AsyncTextReaderFilter.cs">
       
   182       <SubType>Code</SubType>
       
   183     </Compile>
       
   184     <Compile Include="TextUtilities\Readers\Filters\AsyncTextReaderFilterCollection.cs">
       
   185       <SubType>Code</SubType>
       
   186     </Compile>
       
   187     <Compile Include="TextUtilities\Readers\Filters\AsyncTextReaderFilterCollectionEnumerator.cs">
       
   188       <SubType>Code</SubType>
       
   189     </Compile>
       
   190     <Compile Include="TextUtilities\Readers\Prefix\AsyncTextReaderPrefix.cs">
       
   191       <SubType>Code</SubType>
       
   192     </Compile>
       
   193     <Compile Include="TextUtilities\Readers\Types\Array\AsyncArrayReader.cs">
       
   194       <SubType>Code</SubType>
       
   195     </Compile>
       
   196     <Compile Include="TextUtilities\Readers\Types\Array\AsyncQueueReader.cs" />
       
   197     <Compile Include="TextUtilities\Readers\Types\Array\AsyncEnumerableReader.cs" />
       
   198     <Compile Include="TextUtilities\Readers\Types\Binary\AsyncBinaryFileReader.cs">
       
   199       <SubType>Code</SubType>
       
   200     </Compile>
       
   201     <Compile Include="TextUtilities\Readers\Types\Binary\AsyncBinaryReaderBase.cs">
       
   202       <SubType>Code</SubType>
       
   203     </Compile>
       
   204     <Compile Include="TextUtilities\Readers\Types\Text\AsyncTextDataReader.cs">
       
   205       <SubType>Code</SubType>
       
   206     </Compile>
       
   207     <Compile Include="TextUtilities\Readers\Types\Text\AsyncTextFileReader.cs">
       
   208       <SubType>Code</SubType>
       
   209     </Compile>
       
   210     <Compile Include="TextUtilities\Readers\Types\Text\AsyncTextReader.cs">
       
   211       <SubType>Code</SubType>
       
   212     </Compile>
       
   213     <Compile Include="TextUtilities\Readers\Types\Text\AsyncTextReaderBase.cs">
       
   214       <SubType>Code</SubType>
       
   215     </Compile>
       
   216     <Compile Include="TextUtilities\Writers\AsyncTextWriters.cs">
       
   217       <SubType>Code</SubType>
       
   218     </Compile>
       
   219     <Compile Include="Threading\MultiThreadedProcessor.cs" />
       
   220     <Compile Include="Tracer\ISymTracer.cs" />
       
   221     <Compile Include="Utilities\CRC32Checksum.cs" />
       
   222     <Compile Include="Utilities\DisposableObject.cs">
       
   223       <SubType>Code</SubType>
       
   224     </Compile>
       
   225     <Compile Include="FileSystem\Utilities\FSUtilities.cs">
       
   226       <SubType>Code</SubType>
       
   227     </Compile>
       
   228     <Compile Include="Utilities\HTMLEntityUtility.cs">
       
   229       <SubType>Code</SubType>
       
   230     </Compile>
       
   231     <Compile Include="Utilities\MemoryModelUtils.cs">
       
   232       <SubType>Code</SubType>
       
   233     </Compile>
       
   234     <Compile Include="Utilities\NumberBaseUtils.cs">
       
   235       <SubType>Code</SubType>
       
   236     </Compile>
       
   237     <Compile Include="Utilities\NumberFormattingUtils.cs">
       
   238       <SubType>Code</SubType>
       
   239     </Compile>
       
   240     <Compile Include="Utilities\PrefixParser.cs">
       
   241       <SubType>Code</SubType>
       
   242     </Compile>
       
   243     <Compile Include="Utilities\RawByteToTextConverter.cs">
       
   244       <SubType>Code</SubType>
       
   245     </Compile>
       
   246     <Compile Include="Environment\EnvLocator.cs">
       
   247       <SubType>Code</SubType>
       
   248     </Compile>
       
   249     <Compile Include="Utilities\TracePrefixAnalyser.cs">
       
   250       <SubType>Code</SubType>
       
   251     </Compile>
       
   252     <Compile Include="Settings\XmlUtilities.cs">
       
   253       <SubType>Code</SubType>
       
   254     </Compile>
       
   255     <Compile Include="XRef\XRefEngine.cs" />
       
   256     <Compile Include="XRef\XRefIdentifer.cs" />
       
   257     <Compile Include="XRef\XRefIdentiferExtractor.cs" />
       
   258     <Compile Include="XRef\XRefLauncher.cs" />
       
   259     <Compile Include="XRef\XRefSettings.cs" />
       
   260   </ItemGroup>
       
   261   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   262   <PropertyGroup>
       
   263     <PreBuildEvent>
       
   264     </PreBuildEvent>
       
   265     <PostBuildEvent>
       
   266     </PostBuildEvent>
       
   267   </PropertyGroup>
       
   268 </Project>