crashanalysercmd/UI/CrashServer/CrashAnalyserServerExe.csproj
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Wed, 21 Apr 2010 09:51:02 +0300
changeset 2 0c91f0baec58
parent 0 818e61de6cd1
permissions -rw-r--r--
Source codes for command line version of Crash Analyser Carbide extension v1.3

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{C723AA40-3F22-4E77-92FB-437C5C2F0BD8}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CrashAnalyserServerExe</RootNamespace>
    <AssemblyName>CrashAnalyserServerExe</AssemblyName>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <StartupObject>
    </StartupObject>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="CACommandLineUI.cs" />
    <Compile Include="CACommandLineEntryPoint.cs" />
    <Compile Include="Engine\CACmdLineEngine.cs" />
    <Compile Include="Engine\Exceptions\CACmdLineException.cs" />
    <Compile Include="Engine\Files\CACmdLineFileSource.cs" />
    <Compile Include="Engine\Files\CACmdLineFSEntity.cs" />
    <Compile Include="Engine\Files\CACmdLineFSEntityList.cs" />
    <Compile Include="Engine\Inputs\CACmdLineInputParameters.cs" />
    <Compile Include="Engine\Messages\CACmdLineMessage.cs" />
    <Compile Include="Engine\Messages\CACmdLineMessageList.cs" />
    <Compile Include="Engine\Source\CACmdLineSource.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\Engine\SymbianDebugLib\SymbianDebugLib.csproj">
      <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
      <Name>SymbianDebugLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
      <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
      <Name>SymbianUtils</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\Engine\SymbianXmlInputLib\SymbianXmlInputLib.csproj">
      <Project>{56ECA873-7D1D-45E7-A583-A5388D753321}</Project>
      <Name>SymbianXmlInputLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Libraries\Engine\CrashItemLib\CrashItemLib.csproj">
      <Project>{A5B87D2F-E351-4B03-8BD0-9C8C91EDF1CC}</Project>
      <Name>CrashItemLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Libraries\File Formats\Engines\MobileCrashLib\MobileCrashLib.csproj">
      <Project>{00DA206A-9DA2-4B2E-A376-05CAB2881ABA}</Project>
      <Name>MobileCrashLib</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>