crashanalysercmd/UI/Graphical/CrashAnalyser.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     <ProjectType>Local</ProjectType>
       
     4     <ProductVersion>9.0.30729</ProductVersion>
       
     5     <SchemaVersion>2.0</SchemaVersion>
       
     6     <ProjectGuid>{20255E8D-09BB-4524-8E10-66B22ACC6662}</ProjectGuid>
       
     7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     9     <ApplicationIcon>App.ico</ApplicationIcon>
       
    10     <AssemblyKeyContainerName>
       
    11     </AssemblyKeyContainerName>
       
    12     <AssemblyName>CrashAnalyser</AssemblyName>
       
    13     <AssemblyOriginatorKeyFile>
       
    14     </AssemblyOriginatorKeyFile>
       
    15     <DefaultClientScript>JScript</DefaultClientScript>
       
    16     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
       
    17     <DefaultTargetSchema>IE50</DefaultTargetSchema>
       
    18     <DelaySign>false</DelaySign>
       
    19     <OutputType>WinExe</OutputType>
       
    20     <RootNamespace>CrashAnalyser</RootNamespace>
       
    21     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
       
    22     <StartupObject>CrashAnalyser.EntryPoint</StartupObject>
       
    23     <FileUpgradeFlags>
       
    24     </FileUpgradeFlags>
       
    25     <UpgradeBackupLocation>
       
    26     </UpgradeBackupLocation>
       
    27     <OldToolsVersion>2.0</OldToolsVersion>
       
    28     <IsWebBootstrapper>false</IsWebBootstrapper>
       
    29     <PublishUrl>publish\</PublishUrl>
       
    30     <Install>true</Install>
       
    31     <InstallFrom>Disk</InstallFrom>
       
    32     <UpdateEnabled>false</UpdateEnabled>
       
    33     <UpdateMode>Foreground</UpdateMode>
       
    34     <UpdateInterval>7</UpdateInterval>
       
    35     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
       
    36     <UpdatePeriodically>false</UpdatePeriodically>
       
    37     <UpdateRequired>false</UpdateRequired>
       
    38     <MapFileExtensions>true</MapFileExtensions>
       
    39     <ApplicationRevision>0</ApplicationRevision>
       
    40     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
       
    41     <UseApplicationTrust>false</UseApplicationTrust>
       
    42     <BootstrapperEnabled>true</BootstrapperEnabled>
       
    43   </PropertyGroup>
       
    44   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    45     <OutputPath>bin\Debug\</OutputPath>
       
    46     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
       
    47     <BaseAddress>285212672</BaseAddress>
       
    48     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
       
    49     <ConfigurationOverrideFile>
       
    50     </ConfigurationOverrideFile>
       
    51     <DefineConstants>TRACE;DEBUG;NEW_UI</DefineConstants>
       
    52     <DocumentationFile>
       
    53     </DocumentationFile>
       
    54     <DebugSymbols>true</DebugSymbols>
       
    55     <FileAlignment>4096</FileAlignment>
       
    56     <NoStdLib>false</NoStdLib>
       
    57     <NoWarn>
       
    58     </NoWarn>
       
    59     <Optimize>false</Optimize>
       
    60     <RegisterForComInterop>false</RegisterForComInterop>
       
    61     <RemoveIntegerChecks>false</RemoveIntegerChecks>
       
    62     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
       
    63     <WarningLevel>4</WarningLevel>
       
    64     <DebugType>full</DebugType>
       
    65     <ErrorReport>prompt</ErrorReport>
       
    66     <UseVSHostingProcess>true</UseVSHostingProcess>
       
    67   </PropertyGroup>
       
    68   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    69     <OutputPath>bin\Release\</OutputPath>
       
    70     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
       
    71     <BaseAddress>285212672</BaseAddress>
       
    72     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
       
    73     <ConfigurationOverrideFile>
       
    74     </ConfigurationOverrideFile>
       
    75     <DefineConstants>TRACE</DefineConstants>
       
    76     <DocumentationFile>
       
    77     </DocumentationFile>
       
    78     <DebugSymbols>false</DebugSymbols>
       
    79     <FileAlignment>4096</FileAlignment>
       
    80     <NoStdLib>false</NoStdLib>
       
    81     <NoWarn>
       
    82     </NoWarn>
       
    83     <Optimize>true</Optimize>
       
    84     <RegisterForComInterop>false</RegisterForComInterop>
       
    85     <RemoveIntegerChecks>false</RemoveIntegerChecks>
       
    86     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
       
    87     <WarningLevel>4</WarningLevel>
       
    88     <DebugType>none</DebugType>
       
    89     <ErrorReport>prompt</ErrorReport>
       
    90   </PropertyGroup>
       
    91   <ItemGroup>
       
    92     <Reference Include="System">
       
    93       <Name>System</Name>
       
    94     </Reference>
       
    95     <Reference Include="System.Data">
       
    96       <Name>System.Data</Name>
       
    97     </Reference>
       
    98     <Reference Include="System.Design" />
       
    99     <Reference Include="System.DirectoryServices" />
       
   100     <Reference Include="System.Drawing">
       
   101       <Name>System.Drawing</Name>
       
   102     </Reference>
       
   103     <Reference Include="System.Management" />
       
   104     <Reference Include="System.Windows.Forms">
       
   105       <Name>System.Windows.Forms</Name>
       
   106     </Reference>
       
   107     <Reference Include="System.Xml">
       
   108       <Name>System.XML</Name>
       
   109     </Reference>
       
   110   </ItemGroup>
       
   111   <ItemGroup>
       
   112     <Content Include="App.ico" />
       
   113     <Compile Include="AssemblyInfo.cs">
       
   114       <SubType>Code</SubType>
       
   115     </Compile>
       
   116     <Compile Include="UI\CAGraphicalUI.cs">
       
   117       <SubType>Form</SubType>
       
   118     </Compile>
       
   119     <Compile Include="UI\CAGraphicalUI.Designer.cs">
       
   120       <DependentUpon>CAGraphicalUI.cs</DependentUpon>
       
   121     </Compile>
       
   122     <Compile Include="EntryPoint.cs">
       
   123       <SubType>Code</SubType>
       
   124     </Compile>
       
   125     <Compile Include="Menu\CAMenuItem.cs" />
       
   126     <Compile Include="Menu\CAMenuItemList.cs" />
       
   127     <Compile Include="Menu\CAMenuManager.cs" />
       
   128     <Compile Include="Properties\Resources.Designer.cs">
       
   129       <AutoGen>True</AutoGen>
       
   130       <DesignTime>True</DesignTime>
       
   131       <DependentUpon>Resources.resx</DependentUpon>
       
   132     </Compile>
       
   133     <Compile Include="UI\CAGraphicalUIManager.cs" />
       
   134     <EmbeddedResource Include="UI\CAGraphicalUI.resx">
       
   135       <DependentUpon>CAGraphicalUI.cs</DependentUpon>
       
   136       <SubType>Designer</SubType>
       
   137     </EmbeddedResource>
       
   138     <EmbeddedResource Include="Properties\Resources.resx">
       
   139       <SubType>Designer</SubType>
       
   140       <Generator>ResXFileCodeGenerator</Generator>
       
   141       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
   142     </EmbeddedResource>
       
   143   </ItemGroup>
       
   144   <ItemGroup>
       
   145     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
       
   146       <Visible>False</Visible>
       
   147       <ProductName>.NET Framework Client Profile</ProductName>
       
   148       <Install>false</Install>
       
   149     </BootstrapperPackage>
       
   150     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       
   151       <Visible>False</Visible>
       
   152       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
       
   153       <Install>true</Install>
       
   154     </BootstrapperPackage>
       
   155     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
       
   156       <Visible>False</Visible>
       
   157       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
       
   158       <Install>false</Install>
       
   159     </BootstrapperPackage>
       
   160     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
       
   161       <Visible>False</Visible>
       
   162       <ProductName>.NET Framework 3.5</ProductName>
       
   163       <Install>false</Install>
       
   164     </BootstrapperPackage>
       
   165     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
       
   166       <Visible>False</Visible>
       
   167       <ProductName>.NET Framework 3.5 SP1</ProductName>
       
   168       <Install>false</Install>
       
   169     </BootstrapperPackage>
       
   170   </ItemGroup>
       
   171   <ItemGroup>
       
   172     <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
   173       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
   174       <Name>SymbianUtils</Name>
       
   175     </ProjectReference>
       
   176     <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\UI\SymbianTabStripLib\SymbianTabStripLib.csproj">
       
   177       <Project>{14175109-E40C-4BBA-9691-498EF118C8A0}</Project>
       
   178       <Name>SymbianTabStripLib</Name>
       
   179     </ProjectReference>
       
   180     <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\UI\SymbianUtilsUi\SymbianUtilsUi.csproj">
       
   181       <Project>{48F86FA3-3B42-4826-8D06-E8F2E0E7B822}</Project>
       
   182       <Name>SymbianUtilsUi</Name>
       
   183     </ProjectReference>
       
   184     <ProjectReference Include="..\Common\Engine\CrashAnalyserEngine.csproj">
       
   185       <Project>{F9BFDB22-A976-43AD-BD9D-8495C6CCFD80}</Project>
       
   186       <Name>CrashAnalyserEngine</Name>
       
   187     </ProjectReference>
       
   188   </ItemGroup>
       
   189   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   190   <PropertyGroup>
       
   191     <PreBuildEvent>
       
   192     </PreBuildEvent>
       
   193     <PostBuildEvent>
       
   194     </PostBuildEvent>
       
   195   </PropertyGroup>
       
   196 </Project>