crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianDebugLib/SymbianDebugLib.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>{796DD82D-9E7D-476D-B700-086CD9A893DA}</ProjectGuid>
       
     8     <OutputType>Library</OutputType>
       
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    10     <RootNamespace>SymbianDebugLib</RootNamespace>
       
    11     <AssemblyName>SymbianDebugLib</AssemblyName>
       
    12     <FileUpgradeFlags>
       
    13     </FileUpgradeFlags>
       
    14     <OldToolsVersion>2.0</OldToolsVersion>
       
    15     <UpgradeBackupLocation>
       
    16     </UpgradeBackupLocation>
       
    17     <PublishUrl>publish\</PublishUrl>
       
    18     <Install>true</Install>
       
    19     <InstallFrom>Disk</InstallFrom>
       
    20     <UpdateEnabled>false</UpdateEnabled>
       
    21     <UpdateMode>Foreground</UpdateMode>
       
    22     <UpdateInterval>7</UpdateInterval>
       
    23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
       
    24     <UpdatePeriodically>false</UpdatePeriodically>
       
    25     <UpdateRequired>false</UpdateRequired>
       
    26     <MapFileExtensions>true</MapFileExtensions>
       
    27     <ApplicationRevision>0</ApplicationRevision>
       
    28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
       
    29     <IsWebBootstrapper>false</IsWebBootstrapper>
       
    30     <UseApplicationTrust>false</UseApplicationTrust>
       
    31     <BootstrapperEnabled>true</BootstrapperEnabled>
       
    32   </PropertyGroup>
       
    33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    34     <DebugSymbols>true</DebugSymbols>
       
    35     <DebugType>full</DebugType>
       
    36     <Optimize>false</Optimize>
       
    37     <OutputPath>bin\Debug\</OutputPath>
       
    38     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    39     <ErrorReport>prompt</ErrorReport>
       
    40     <WarningLevel>4</WarningLevel>
       
    41   </PropertyGroup>
       
    42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    43     <DebugType>pdbonly</DebugType>
       
    44     <Optimize>true</Optimize>
       
    45     <OutputPath>bin\Release\</OutputPath>
       
    46     <DefineConstants>TRACE</DefineConstants>
       
    47     <ErrorReport>prompt</ErrorReport>
       
    48     <WarningLevel>4</WarningLevel>
       
    49   </PropertyGroup>
       
    50   <ItemGroup>
       
    51     <Reference Include="System" />
       
    52     <Reference Include="System.Data" />
       
    53     <Reference Include="System.Drawing" />
       
    54     <Reference Include="System.Windows.Forms" />
       
    55     <Reference Include="System.Xml" />
       
    56   </ItemGroup>
       
    57   <ItemGroup>
       
    58     <Compile Include="Entity\BuiltIn\Missing\MissingDescriptor.cs" />
       
    59     <Compile Include="Entity\BuiltIn\Missing\MissingEntity.cs" />
       
    60     <Compile Include="Entity\BuiltIn\Unsupported\UnsupportedDescriptor.cs" />
       
    61     <Compile Include="Entity\BuiltIn\Unsupported\UnsupportedEntity.cs" />
       
    62     <Compile Include="Engine\DbgEngineView.cs" />
       
    63     <Compile Include="Engine\DbgEngine.cs" />
       
    64     <Compile Include="Entity\Configurations\DbgEntityConfig.cs" />
       
    65     <Compile Include="Entity\Configurations\DbgEntityConfigManager.cs" />
       
    66     <Compile Include="Entity\Configurations\DbgEntityConfigIdentifier.cs" />
       
    67     <Compile Include="Entity\List\DbgEntityListCategorised.cs" />
       
    68     <Compile Include="Entity\List\DbgEntityList.cs" />
       
    69     <Compile Include="Entity\DbgEntity.cs" />
       
    70     <Compile Include="Entity\Descriptor\DbgEntityDescriptor.cs" />
       
    71     <Compile Include="Entity\Manager\DbgEntityManager.cs" />
       
    72     <Compile Include="Entity\Descriptor\DbgEntityDescriptorManager.cs" />
       
    73     <Compile Include="Entity\Primer\DbgEntityPrimerNull.cs" />
       
    74     <Compile Include="Entity\Primer\IDbgEntityPrimer.cs" />
       
    75     <Compile Include="Entity\Primer\DbgEntityPrimerSilent.cs" />
       
    76     <Compile Include="Entity\Primer\DbgEntityPrimerResult.cs" />
       
    77     <Compile Include="Entity\Primer\DbgEntityPrimerUi.cs">
       
    78       <SubType>Form</SubType>
       
    79     </Compile>
       
    80     <Compile Include="Entity\Primer\DbgEntityPrimerUi.Designer.cs">
       
    81       <DependentUpon>DbgEntityPrimerUi.cs</DependentUpon>
       
    82     </Compile>
       
    83     <Compile Include="Engine\DbgPluginManager.cs" />
       
    84     <Compile Include="PluginAPI\KeyBindings\DbgEngineKeyBindings.cs" />
       
    85     <Compile Include="PluginAPI\KeyBindings\DbgEngineKeyBindingsStub.cs" />
       
    86     <Compile Include="PluginAPI\DbgPluginEngine.cs" />
       
    87     <Compile Include="PluginAPI\DbgPluginPrimer.cs" />
       
    88     <Compile Include="PluginAPI\Code\DbgEngineCode.cs" />
       
    89     <Compile Include="PluginAPI\MetaDataConfig\DbgEngineMetaDataConfigStub.cs" />
       
    90     <Compile Include="PluginAPI\MetaDataConfig\DbgEngineMetaDataConfig.cs" />
       
    91     <Compile Include="PluginAPI\Symbol\DbgEngineSymbol.cs" />
       
    92     <Compile Include="PluginAPI\Code\DbgEngineCodeStub.cs" />
       
    93     <Compile Include="PluginAPI\Symbol\DbgEngineSymbolStub.cs" />
       
    94     <Compile Include="PluginAPI\DbgPluginView.cs" />
       
    95     <Compile Include="PluginAPI\Code\DbgViewCode.cs" />
       
    96     <Compile Include="PluginAPI\Symbol\DbgViewSymbol.cs" />
       
    97     <Compile Include="PluginAPI\Trace\DbgEngineTrace.cs" />
       
    98     <Compile Include="PluginAPI\Trace\DbgEngineTraceStub.cs" />
       
    99     <Compile Include="Properties\AssemblyInfo.cs" />
       
   100     <Compile Include="Properties\Resources.Designer.cs">
       
   101       <AutoGen>True</AutoGen>
       
   102       <DesignTime>True</DesignTime>
       
   103       <DependentUpon>Resources.resx</DependentUpon>
       
   104     </Compile>
       
   105     <Compile Include="Types\DbgViewDeactivationType.cs" />
       
   106     <Compile Include="Types\DbgUiMode.cs" />
       
   107     <Compile Include="Utilities\DbgDirectoryScanner.cs" />
       
   108     <Compile Include="ValidationRules\DbgValidationManager.cs" />
       
   109     <Compile Include="ValidationRules\DbgValidationRule.cs" />
       
   110   </ItemGroup>
       
   111   <ItemGroup>
       
   112     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       
   113       <Visible>False</Visible>
       
   114       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
       
   115       <Install>true</Install>
       
   116     </BootstrapperPackage>
       
   117     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
       
   118       <Visible>False</Visible>
       
   119       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
       
   120       <Install>false</Install>
       
   121     </BootstrapperPackage>
       
   122     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
       
   123       <Visible>False</Visible>
       
   124       <ProductName>.NET Framework 3.5</ProductName>
       
   125       <Install>false</Install>
       
   126     </BootstrapperPackage>
       
   127   </ItemGroup>
       
   128   <ItemGroup>
       
   129     <None Include="Entity\BuiltIn\Unsupported\Icon.png" />
       
   130   </ItemGroup>
       
   131   <ItemGroup>
       
   132     <EmbeddedResource Include="Properties\Resources.resx">
       
   133       <Generator>ResXFileCodeGenerator</Generator>
       
   134       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
   135       <SubType>Designer</SubType>
       
   136     </EmbeddedResource>
       
   137   </ItemGroup>
       
   138   <ItemGroup>
       
   139     <ProjectReference Include="..\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
   140       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
   141       <Name>SymbianStructuresLib</Name>
       
   142     </ProjectReference>
       
   143     <ProjectReference Include="..\SymbianUtils\SymbianUtils.csproj">
       
   144       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   145       <Name>SymbianUtils</Name>
       
   146     </ProjectReference>
       
   147   </ItemGroup>
       
   148   <ItemGroup>
       
   149     <Content Include="Entity\BuiltIn\Missing\Icon.png" />
       
   150   </ItemGroup>
       
   151   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   152   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   153        Other similar extension points exist, see Microsoft.Common.targets.
       
   154   <Target Name="BeforeBuild">
       
   155   </Target>
       
   156   <Target Name="AfterBuild">
       
   157   </Target>
       
   158   -->
       
   159 </Project>