crashanalysercmd/UI/CrashServer/CrashAnalyserServerExe.csproj
changeset 0 818e61de6cd1
child 2 0c91f0baec58
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>{C723AA40-3F22-4E77-92FB-437C5C2F0BD8}</ProjectGuid>
       
     9     <OutputType>Exe</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>CrashAnalyserServerExe</RootNamespace>
       
    12     <AssemblyName>CrashAnalyserServerExe</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.Windows.Forms" />
       
    37     <Reference Include="System.Xml" />
       
    38   </ItemGroup>
       
    39   <ItemGroup>
       
    40     <Compile Include="CACommandLineUI.cs" />
       
    41     <Compile Include="CACommandLineEntryPoint.cs" />
       
    42     <Compile Include="Engine\CACmdLineEngine.cs" />
       
    43     <Compile Include="Engine\Exceptions\CACmdLineException.cs" />
       
    44     <Compile Include="Engine\Files\CACmdLineFileSource.cs" />
       
    45     <Compile Include="Engine\Files\CACmdLineFSEntity.cs" />
       
    46     <Compile Include="Engine\Files\CACmdLineFSEntityList.cs" />
       
    47     <Compile Include="Engine\Inputs\CACmdLineInputParameters.cs" />
       
    48     <Compile Include="Engine\Messages\CACmdLineMessage.cs" />
       
    49     <Compile Include="Engine\Messages\CACmdLineMessageList.cs" />
       
    50     <Compile Include="Engine\Source\CACmdLineSource.cs" />
       
    51     <Compile Include="Properties\AssemblyInfo.cs" />
       
    52   </ItemGroup>
       
    53   <ItemGroup>
       
    54     <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\Engine\SymbianDebugLib\SymbianDebugLib.csproj">
       
    55       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
    56       <Name>SymbianDebugLib</Name>
       
    57     </ProjectReference>
       
    58     <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
    59       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
    60       <Name>SymbianUtils</Name>
       
    61     </ProjectReference>
       
    62     <ProjectReference Include="..\..\..\PerfToolsSharedLibraries\Engine\SymbianXmlInputLib\SymbianXmlInputLib.csproj">
       
    63       <Project>{56ECA873-7D1D-45E7-A583-A5388D753321}</Project>
       
    64       <Name>SymbianXmlInputLib</Name>
       
    65     </ProjectReference>
       
    66     <ProjectReference Include="..\..\Libraries\Engine\CrashItemLib\CrashItemLib.csproj">
       
    67       <Project>{A5B87D2F-E351-4B03-8BD0-9C8C91EDF1CC}</Project>
       
    68       <Name>CrashItemLib</Name>
       
    69     </ProjectReference>
       
    70   </ItemGroup>
       
    71   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
    72   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
    73        Other similar extension points exist, see Microsoft.Common.targets.
       
    74   <Target Name="BeforeBuild">
       
    75   </Target>
       
    76   <Target Name="AfterBuild">
       
    77   </Target>
       
    78   -->
       
    79   <PropertyGroup>
       
    80     <PostBuildEvent>
       
    81     </PostBuildEvent>
       
    82   </PropertyGroup>
       
    83 </Project>