crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbolLib/SymbolLib.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>{C657DF4B-FA67-47DD-89FC-A45583646184}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>
       
    10     </ApplicationIcon>
       
    11     <AssemblyKeyContainerName>
       
    12     </AssemblyKeyContainerName>
       
    13     <AssemblyName>SymbolLib</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>SymbolLib</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="CodeSeg\CodeSegDefinition.cs">
       
    96       <SubType>Code</SubType>
       
    97     </Compile>
       
    98     <Compile Include="CodeSeg\CodeSegDefinitionCollection.cs">
       
    99       <SubType>Code</SubType>
       
   100     </Compile>
       
   101     <Compile Include="CodeSeg\CodeSegDefinitionCollectionEnumerator.cs">
       
   102       <SubType>Code</SubType>
       
   103     </Compile>
       
   104     <Compile Include="CodeSeg\CodeSegDefinitionCollectionComparers.cs">
       
   105       <SubType>Code</SubType>
       
   106     </Compile>
       
   107     <Compile Include="CodeSeg\CodeSegDefinitionParser.cs">
       
   108       <SubType>Code</SubType>
       
   109     </Compile>
       
   110     <Compile Include="CodeSeg\Resolver\CodeSegResolver.cs">
       
   111       <SubType>Code</SubType>
       
   112     </Compile>
       
   113     <Compile Include="CodeSeg\Resolver\CodeSegResolverEntry.cs" />
       
   114     <Compile Include="CodeSeg\Resolver\CodeSegResolverEntryCollection.cs" />
       
   115     <Compile Include="CodeSeg\Resolver\Operations\CSROpScanSymbol.cs" />
       
   116     <Compile Include="CodeSeg\Resolver\Operations\CSROpScanDirectory.cs" />
       
   117     <Compile Include="CodeSeg\Resolver\Operations\CSROpScanObey.cs" />
       
   118     <Compile Include="CodeSeg\Resolver\CodeSegResolverOperation.cs" />
       
   119     <Compile Include="CodeSeg\Resolver\Primer\CodeSegDefinitionPrimer.cs" />
       
   120     <Compile Include="Engines\Base\SymbolEngineBase.cs">
       
   121       <SubType>Code</SubType>
       
   122     </Compile>
       
   123     <Compile Include="Engines\TFileType.cs" />
       
   124     <Compile Include="Engines\ROFS\ROFSEngine.cs">
       
   125       <SubType>Code</SubType>
       
   126     </Compile>
       
   127     <Compile Include="Engines\ROM\ROMEngine.cs">
       
   128       <SubType>Code</SubType>
       
   129     </Compile>
       
   130     <Compile Include="Engines\SymbolManager.cs">
       
   131       <SubType>Code</SubType>
       
   132     </Compile>
       
   133     <Compile Include="Generic\Collection\GenericSymbolCollection.cs">
       
   134       <SubType>Code</SubType>
       
   135     </Compile>
       
   136     <Compile Include="Generic\Collection\GenericSymbolCollectionList.cs">
       
   137       <SubType>Code</SubType>
       
   138     </Compile>
       
   139     <Compile Include="Generic\Collection\GenericSymbolCollectionLookupInterface.cs">
       
   140       <SubType>Code</SubType>
       
   141     </Compile>
       
   142     <Compile Include="Generic\Collection\GenericSymbolCollectionStatisticsInterface.cs">
       
   143       <SubType>Code</SubType>
       
   144     </Compile>
       
   145     <Compile Include="Generic\Comparer\GenericSymbolComparer.cs">
       
   146       <SubType>Code</SubType>
       
   147     </Compile>
       
   148     <Compile Include="Generic\Engine\GenericSymbolEngineEnumerator.cs" />
       
   149     <Compile Include="Generic\Engine\GenericSymbolEngine.cs">
       
   150       <SubType>Code</SubType>
       
   151     </Compile>
       
   152     <Compile Include="Generic\Symbol\GenericSymbol.cs">
       
   153       <SubType>Code</SubType>
       
   154     </Compile>
       
   155     <Compile Include="AssemblyInfo.cs">
       
   156       <SubType>Code</SubType>
       
   157     </Compile>
       
   158     <Compile Include="SearchAndReplace\SymbolicSearchAndReplaceParser.cs">
       
   159       <SubType>Code</SubType>
       
   160     </Compile>
       
   161     <Compile Include="Sources\Map\Comparison\MapFileAddressRangeComparer.cs" />
       
   162     <Compile Include="Sources\Map\Engine\MapFileEngine.cs">
       
   163       <SubType>Code</SubType>
       
   164     </Compile>
       
   165     <Compile Include="Sources\Map\Engine\MapFileEngineCollection.cs" />
       
   166     <Compile Include="Sources\Map\File\MapFile.cs">
       
   167       <SubType>Code</SubType>
       
   168     </Compile>
       
   169     <Compile Include="Sources\Map\File\MapFileEnumerator.cs">
       
   170       <SubType>Code</SubType>
       
   171     </Compile>
       
   172     <Compile Include="Sources\Map\Parser\MapFileParser.cs">
       
   173       <SubType>Code</SubType>
       
   174     </Compile>
       
   175     <Compile Include="Sources\Map\Symbol\MapSymbol.cs">
       
   176       <SubType>Code</SubType>
       
   177     </Compile>
       
   178     <Compile Include="Sources\Symbol\Collection\SymbolsForBinaryCollection.cs">
       
   179       <SubType>Code</SubType>
       
   180     </Compile>
       
   181     <Compile Include="Sources\Symbol\Collection\SymbolsForBinaryCollectionEnumerator.cs">
       
   182       <SubType>Code</SubType>
       
   183     </Compile>
       
   184     <Compile Include="Sources\Symbol\Comparison\SymbolCollectionAddressRangeComparer.cs">
       
   185       <SubType>Code</SubType>
       
   186     </Compile>
       
   187     <Compile Include="Sources\Symbol\Engine\SymbolFileEngine.cs">
       
   188       <SubType>Code</SubType>
       
   189     </Compile>
       
   190     <Compile Include="Sources\Symbol\Engine\SymbolFileEngineCollection.cs" />
       
   191     <Compile Include="Sources\Symbol\File\SymbolsForBinary.cs">
       
   192       <SubType>Code</SubType>
       
   193     </Compile>
       
   194     <Compile Include="Sources\Symbol\Parser\SymbolFileParser.cs">
       
   195       <SubType>Code</SubType>
       
   196     </Compile>
       
   197     <Compile Include="Sources\Symbol\Symbol\SymbolSymbol.cs">
       
   198       <SubType>Code</SubType>
       
   199     </Compile>
       
   200     <Compile Include="Utils\SymbolAddressRange.cs" />
       
   201   </ItemGroup>
       
   202   <ItemGroup>
       
   203     <ProjectReference Include="..\SymbianUtils\SymbianUtils.csproj">
       
   204       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   205       <Name>SymbianUtils</Name>
       
   206     </ProjectReference>
       
   207   </ItemGroup>
       
   208   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   209   <PropertyGroup>
       
   210     <PreBuildEvent>
       
   211     </PreBuildEvent>
       
   212     <PostBuildEvent>
       
   213     </PostBuildEvent>
       
   214   </PropertyGroup>
       
   215 </Project>