crashanalysercmd/UI/Plugins/CAPluginRawStackUi/CAPluginRawStackUi.csproj
changeset 0 818e61de6cd1
equal deleted inserted replaced
-1:000000000000 0:818e61de6cd1
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
       
     3   <PropertyGroup>
       
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     6     <ProductVersion>9.0.30729</ProductVersion>
       
     7     <SchemaVersion>2.0</SchemaVersion>
       
     8     <ProjectGuid>{C1892E8C-3EC0-4ECE-B03D-8E10C0D45DDE}</ProjectGuid>
       
     9     <OutputType>Library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>CAPluginRawStackUi</RootNamespace>
       
    12     <AssemblyName>CAPluginRawStackUi.plugin</AssemblyName>
       
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
       
    14     <FileAlignment>512</FileAlignment>
       
    15   </PropertyGroup>
       
    16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    17     <DebugSymbols>true</DebugSymbols>
       
    18     <DebugType>full</DebugType>
       
    19     <Optimize>false</Optimize>
       
    20     <OutputPath>bin\Debug\</OutputPath>
       
    21     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    22     <ErrorReport>prompt</ErrorReport>
       
    23     <WarningLevel>4</WarningLevel>
       
    24   </PropertyGroup>
       
    25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    26     <DebugType>pdbonly</DebugType>
       
    27     <Optimize>true</Optimize>
       
    28     <OutputPath>bin\Release\</OutputPath>
       
    29     <DefineConstants>TRACE</DefineConstants>
       
    30     <ErrorReport>prompt</ErrorReport>
       
    31     <WarningLevel>4</WarningLevel>
       
    32   </PropertyGroup>
       
    33   <ItemGroup>
       
    34     <Reference Include="System" />
       
    35     <Reference Include="System.Data" />
       
    36     <Reference Include="System.Drawing" />
       
    37     <Reference Include="System.Windows.Forms" />
       
    38     <Reference Include="System.Xml" />
       
    39     <Reference Include="XPTable, Version=1.1.13.21130, Culture=neutral, processorArchitecture=MSIL">
       
    40       <SpecificVersion>False</SpecificVersion>
       
    41       <HintPath>..\..\..\..\PerfToolsSharedLibraries\3rd Party\XPTable\bin\Debug\XPTable.dll</HintPath>
       
    42     </Reference>
       
    43   </ItemGroup>
       
    44   <ItemGroup>
       
    45     <Compile Include="Dialogs\RawStackImportDialog.cs">
       
    46       <SubType>Form</SubType>
       
    47     </Compile>
       
    48     <Compile Include="Dialogs\RawStackImportDialog.Designer.cs">
       
    49       <DependentUpon>RawStackImportDialog.cs</DependentUpon>
       
    50     </Compile>
       
    51     <Compile Include="Plugin\CAPluginRawStackUi.cs" />
       
    52     <Compile Include="Properties\AssemblyInfo.cs" />
       
    53     <Compile Include="Tabs\CATabStackViewer.cs">
       
    54       <SubType>UserControl</SubType>
       
    55     </Compile>
       
    56     <Compile Include="Tabs\CATabStackViewer.Designer.cs">
       
    57       <DependentUpon>CATabStackViewer.cs</DependentUpon>
       
    58     </Compile>
       
    59     <Compile Include="Wizards\CAWizardRawStack.cs">
       
    60       <SubType>Form</SubType>
       
    61     </Compile>
       
    62     <Compile Include="Wizards\CAWizardRawStack.Designer.cs">
       
    63       <DependentUpon>CAWizardRawStack.cs</DependentUpon>
       
    64     </Compile>
       
    65     <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
       
    66   </ItemGroup>
       
    67   <ItemGroup>
       
    68     <EmbeddedResource Include="Tabs\CATabStackViewer.resx">
       
    69       <DependentUpon>CATabStackViewer.cs</DependentUpon>
       
    70       <SubType>Designer</SubType>
       
    71     </EmbeddedResource>
       
    72     <EmbeddedResource Include="Wizards\CAWizardRawStack.resx">
       
    73       <DependentUpon>CAWizardRawStack.cs</DependentUpon>
       
    74       <SubType>Designer</SubType>
       
    75     </EmbeddedResource>
       
    76   </ItemGroup>
       
    77   <ItemGroup>
       
    78     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianDebugLib\SymbianDebugLib.csproj">
       
    79       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
    80       <Name>SymbianDebugLib</Name>
       
    81     </ProjectReference>
       
    82     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianStackLib\SymbianStackLib.csproj">
       
    83       <Project>{3E11A9E3-3D9B-46CC-BF1D-F4AB0D6A34C3}</Project>
       
    84       <Name>SymbianStackLib</Name>
       
    85     </ProjectReference>
       
    86     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
    87       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
    88       <Name>SymbianStructuresLib</Name>
       
    89     </ProjectReference>
       
    90     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
    91       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
    92       <Name>SymbianUtils</Name>
       
    93     </ProjectReference>
       
    94     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\UI\SymbianDebugUiLib\SymbianDebugLibUi.csproj">
       
    95       <Project>{6C30B8C1-BF87-4626-8125-D5681B22347C}</Project>
       
    96       <Name>SymbianDebugLibUi</Name>
       
    97     </ProjectReference>
       
    98     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\UI\SymbianStackUiLib\SymbianStackLibUi.csproj">
       
    99       <Project>{458E350D-35D8-46AB-978A-3BF12B8B87D7}</Project>
       
   100       <Name>SymbianStackLibUi</Name>
       
   101     </ProjectReference>
       
   102     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\UI\SymbianTabStripLib\SymbianTabStripLib.csproj">
       
   103       <Project>{14175109-E40C-4BBA-9691-498EF118C8A0}</Project>
       
   104       <Name>SymbianTabStripLib</Name>
       
   105     </ProjectReference>
       
   106     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\UI\SymbianUtilsUi\SymbianUtilsUi.csproj">
       
   107       <Project>{48F86FA3-3B42-4826-8D06-E8F2E0E7B822}</Project>
       
   108       <Name>SymbianUtilsUi</Name>
       
   109     </ProjectReference>
       
   110     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\UI\SymbianWizardLib\SymbianWizardLib.csproj">
       
   111       <Project>{AC323F51-47D6-46BE-8E06-7A75F4C5348D}</Project>
       
   112       <Name>SymbianWizardLib</Name>
       
   113     </ProjectReference>
       
   114     <ProjectReference Include="..\..\Common\Engine\CrashAnalyserEngine.csproj">
       
   115       <Project>{F9BFDB22-A976-43AD-BD9D-8495C6CCFD80}</Project>
       
   116       <Name>CrashAnalyserEngine</Name>
       
   117     </ProjectReference>
       
   118     <ProjectReference Include="..\CAPluginRawStack\CAPluginRawStack.csproj">
       
   119       <Project>{B5D6067D-FAD0-490B-9563-408A28411C47}</Project>
       
   120       <Name>CAPluginRawStack</Name>
       
   121     </ProjectReference>
       
   122   </ItemGroup>
       
   123   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
   124   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   125        Other similar extension points exist, see Microsoft.Common.targets.
       
   126   <Target Name="BeforeBuild">
       
   127   </Target>
       
   128   <Target Name="AfterBuild">
       
   129   </Target>
       
   130   -->
       
   131   <PropertyGroup>
       
   132     <PostBuildEvent>set path_out="$(SolutionDir)$(OutDir)"
       
   133 if not exist %25path_out%25 (
       
   134     mkdir %25path_out%25
       
   135 ) 
       
   136 copy "$(TargetDir)\*.*" "$(SolutionDir)$(OutDir)"
       
   137 </PostBuildEvent>
       
   138   </PropertyGroup>
       
   139 </Project>