crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianParserLib/SymbianParserLib.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>{925A4DB0-85BD-4157-933F-5BFB93FB4DA1}</ProjectGuid>
       
     8     <OutputType>Library</OutputType>
       
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    10     <RootNamespace>SymbianParserLib</RootNamespace>
       
    11     <AssemblyName>SymbianParserLib</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="BaseStructures\ParserResponse.cs" />
       
    42     <Compile Include="Exceptions\ParserExceptions.cs" />
       
    43     <Compile Include="BaseStructures\ParserFieldName.cs" />
       
    44     <Compile Include="BaseStructures\ParserElementBaseWithValueStore.cs" />
       
    45     <Compile Include="Elements\ParserElementParagraph.cs" />
       
    46     <Compile Include="Enums\ParserValueType.cs" />
       
    47     <Compile Include="BaseStructures\ParserElementBase.cs" />
       
    48     <Compile Include="Elements\ParserElementField.cs" />
       
    49     <Compile Include="Elements\ParserElementLine.cs" />
       
    50     <Compile Include="Engine\ParserEngine.cs" />
       
    51     <Compile Include="Elements\SubFields\ParserFieldFormatSpecifier.cs" />
       
    52     <Compile Include="Enums\ValueStoreMethodArguments.cs" />
       
    53     <Compile Include="RegExTranslators\Base\RegExTranslatorBase.cs" />
       
    54     <Compile Include="RegExTranslators\Cache\RegExTranslatorCacheEntry.cs" />
       
    55     <Compile Include="RegExTranslators\Cache\RegExTranslatorCache.cs" />
       
    56     <Compile Include="RegExTranslators\Info\RegExTranslatorExtractionInfo.cs" />
       
    57     <Compile Include="RegExTranslators\RegExTranslatorManager.cs" />
       
    58     <Compile Include="RegExTranslators\Types\RegExTranslatorDecimal.cs" />
       
    59     <Compile Include="RegExTranslators\Types\RegExTranslatorHex.cs" />
       
    60     <Compile Include="RegExTranslators\Types\RegExTranslatorString.cs" />
       
    61     <Compile Include="Properties\AssemblyInfo.cs" />
       
    62     <Compile Include="Elements\SubFields\ParserFieldFormatValue.cs" />
       
    63     <Compile Include="TypeConverters\EnumTypeConverter.cs" />
       
    64     <Compile Include="Utilities\ParserUtils.cs" />
       
    65     <Compile Include="ValueStores\ValueStore.cs" />
       
    66   </ItemGroup>
       
    67   <ItemGroup>
       
    68     <ProjectReference Include="..\SymbianUtils\SymbianUtils.csproj">
       
    69       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
    70       <Name>SymbianUtils</Name>
       
    71     </ProjectReference>
       
    72   </ItemGroup>
       
    73   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
    74   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
    75        Other similar extension points exist, see Microsoft.Common.targets.
       
    76   <Target Name="BeforeBuild">
       
    77   </Target>
       
    78   <Target Name="AfterBuild">
       
    79   </Target>
       
    80   -->
       
    81 </Project>