crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianCodeLib/SymbianCodeLib.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>{A041EDFE-A120-4100-A0A6-FB1984D80815}</ProjectGuid>
       
     8     <OutputType>Library</OutputType>
       
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    10     <RootNamespace>SymbianCodeLib</RootNamespace>
       
    11     <AssemblyName>SymbianCodeLib.plugin</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>TRACE;DEBUG</DefineConstants>
       
    39     <ErrorReport>prompt</ErrorReport>
       
    40     <WarningLevel>4</WarningLevel>
       
    41     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
       
    42   </PropertyGroup>
       
    43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    44     <DebugType>pdbonly</DebugType>
       
    45     <Optimize>true</Optimize>
       
    46     <OutputPath>bin\Release\</OutputPath>
       
    47     <DefineConstants>TRACE</DefineConstants>
       
    48     <ErrorReport>prompt</ErrorReport>
       
    49     <WarningLevel>4</WarningLevel>
       
    50   </PropertyGroup>
       
    51   <ItemGroup>
       
    52     <Reference Include="System" />
       
    53     <Reference Include="System.Data" />
       
    54     <Reference Include="System.Xml" />
       
    55   </ItemGroup>
       
    56   <ItemGroup>
       
    57     <Compile Include="DbgEnginePlugin\CodePlugin.cs" />
       
    58     <Compile Include="DbgEnginePlugin\CodePrimer.cs" />
       
    59     <Compile Include="DbgEnginePlugin\CodeView.cs" />
       
    60     <Compile Include="Properties\AssemblyInfo.cs" />
       
    61     <Compile Include="QueryAPI\CodeQueryAPI.cs" />
       
    62     <Compile Include="Relocator\CodeRelocator.cs" />
       
    63     <Compile Include="SourceManagement\Provisioning\CodeSourceProvider.cs" />
       
    64     <Compile Include="SourceManagement\Provisioning\CodeSourceProviderManager.cs" />
       
    65     <Compile Include="SourceManagement\Source\CodeSource.cs" />
       
    66     <Compile Include="SourceManagement\Source\CodeSourceAndCollection.cs" />
       
    67     <Compile Include="SourceManagement\Source\CodeSourceCollection.cs" />
       
    68     <Compile Include="SourceManagement\Source\CodeSourceManager.cs" />
       
    69   </ItemGroup>
       
    70   <ItemGroup>
       
    71     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       
    72       <Visible>False</Visible>
       
    73       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
       
    74       <Install>true</Install>
       
    75     </BootstrapperPackage>
       
    76     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
       
    77       <Visible>False</Visible>
       
    78       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
       
    79       <Install>false</Install>
       
    80     </BootstrapperPackage>
       
    81     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
       
    82       <Visible>False</Visible>
       
    83       <ProductName>.NET Framework 3.5</ProductName>
       
    84       <Install>false</Install>
       
    85     </BootstrapperPackage>
       
    86   </ItemGroup>
       
    87   <ItemGroup>
       
    88     <ProjectReference Include="..\SymbianDebugLib\SymbianDebugLib.csproj">
       
    89       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
    90       <Name>SymbianDebugLib</Name>
       
    91     </ProjectReference>
       
    92     <ProjectReference Include="..\SymbianInstructionLib\SymbianInstructionLib.csproj">
       
    93       <Project>{EB93FD74-17C6-44B2-8384-4D58DC210F77}</Project>
       
    94       <Name>SymbianInstructionLib</Name>
       
    95     </ProjectReference>
       
    96     <ProjectReference Include="..\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
    97       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
    98       <Name>SymbianStructuresLib</Name>
       
    99     </ProjectReference>
       
   100     <ProjectReference Include="..\SymbianUtils\SymbianUtils.csproj">
       
   101       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   102       <Name>SymbianUtils</Name>
       
   103     </ProjectReference>
       
   104   </ItemGroup>
       
   105   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   106   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   107        Other similar extension points exist, see Microsoft.Common.targets.
       
   108   <Target Name="BeforeBuild">
       
   109   </Target>
       
   110   <Target Name="AfterBuild">
       
   111   </Target>
       
   112   -->
       
   113   <PropertyGroup>
       
   114     <PostBuildEvent>set path_out="$(SolutionDir)$(OutDir)"
       
   115 if not exist %25path_out%25 (
       
   116     mkdir %25path_out%25
       
   117 ) 
       
   118 copy "$(TargetDir)\*.*" "$(SolutionDir)$(OutDir)"
       
   119 </PostBuildEvent>
       
   120   </PropertyGroup>
       
   121 </Project>