crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianStackLib/Plugins/Accurate/SymbianStackAlgorithmAccurate.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>{EF406EC5-04F3-45CA-BD01-686ACBD91C49}</ProjectGuid>
       
     8     <OutputType>Library</OutputType>
       
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    10     <RootNamespace>SymbianStackAlgorithmAccurate</RootNamespace>
       
    11     <AssemblyName>SymbianStackAlgorithmAccurate.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>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.Management" />
       
    54     <Reference Include="System.Xml" />
       
    55   </ItemGroup>
       
    56   <ItemGroup>
       
    57     <Compile Include="Algorithm\AccurateAlgorithm.cs" />
       
    58     <Compile Include="Code\ArmCodeHelper.cs" />
       
    59     <Compile Include="CPU\ArmCpu.cs" />
       
    60     <Compile Include="CPU\ArmCpuUtils.cs" />
       
    61     <Compile Include="Instructions\AccInstruction.cs" />
       
    62     <Compile Include="Instructions\AccInstructionList.cs" />
       
    63     <Compile Include="Engine\AccurateEngine.cs" />
       
    64     <Compile Include="Instructions\Types\AccInstDataProcessing.cs" />
       
    65     <Compile Include="Instructions\Types\AccInstBranch.cs" />
       
    66     <Compile Include="Instructions\Types\AccInstDataTransfer.cs" />
       
    67     <Compile Include="Instructions\Types\AccInstUnknown.cs" />
       
    68     <Compile Include="Prologue\ArmPrologueHelper.cs" />
       
    69     <Compile Include="Prologue\ArmPrologueExceptions.cs" />
       
    70     <Compile Include="Properties\AssemblyInfo.cs" />
       
    71     <Compile Include="Interfaces\IArmStackInterface.cs" />
       
    72     <Compile Include="Stack\ArmStackFrame.cs" />
       
    73   </ItemGroup>
       
    74   <ItemGroup>
       
    75     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       
    76       <Visible>False</Visible>
       
    77       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
       
    78       <Install>true</Install>
       
    79     </BootstrapperPackage>
       
    80     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
       
    81       <Visible>False</Visible>
       
    82       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
       
    83       <Install>false</Install>
       
    84     </BootstrapperPackage>
       
    85     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
       
    86       <Visible>False</Visible>
       
    87       <ProductName>.NET Framework 3.5</ProductName>
       
    88       <Install>false</Install>
       
    89     </BootstrapperPackage>
       
    90   </ItemGroup>
       
    91   <ItemGroup>
       
    92     <ProjectReference Include="..\..\..\SymbianCodeLib\SymbianCodeLib.csproj">
       
    93       <Project>{A041EDFE-A120-4100-A0A6-FB1984D80815}</Project>
       
    94       <Name>SymbianCodeLib</Name>
       
    95     </ProjectReference>
       
    96     <ProjectReference Include="..\..\..\SymbianDebugLib\SymbianDebugLib.csproj">
       
    97       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
    98       <Name>SymbianDebugLib</Name>
       
    99     </ProjectReference>
       
   100     <ProjectReference Include="..\..\..\SymbianInstructionLib\SymbianInstructionLib.csproj">
       
   101       <Project>{EB93FD74-17C6-44B2-8384-4D58DC210F77}</Project>
       
   102       <Name>SymbianInstructionLib</Name>
       
   103     </ProjectReference>
       
   104     <ProjectReference Include="..\..\SymbianStackLib.csproj">
       
   105       <Project>{3E11A9E3-3D9B-46CC-BF1D-F4AB0D6A34C3}</Project>
       
   106       <Name>SymbianStackLib</Name>
       
   107     </ProjectReference>
       
   108     <ProjectReference Include="..\..\..\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
   109       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
   110       <Name>SymbianStructuresLib</Name>
       
   111     </ProjectReference>
       
   112     <ProjectReference Include="..\..\..\SymbianUtils\SymbianUtils.csproj">
       
   113       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   114       <Name>SymbianUtils</Name>
       
   115     </ProjectReference>
       
   116   </ItemGroup>
       
   117   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   118   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   119        Other similar extension points exist, see Microsoft.Common.targets.
       
   120   <Target Name="BeforeBuild">
       
   121   </Target>
       
   122   <Target Name="AfterBuild">
       
   123   </Target>
       
   124   -->
       
   125   <PropertyGroup>
       
   126     <PostBuildEvent>set path_out="$(SolutionDir)$(OutDir)"
       
   127 if not exist %25path_out%25 (
       
   128     mkdir %25path_out%25
       
   129 ) 
       
   130 copy "$(TargetDir)\*.*" "$(SolutionDir)$(OutDir)"
       
   131 </PostBuildEvent>
       
   132   </PropertyGroup>
       
   133 </Project>