crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianSymbolLib/Tests/SymbolTestGUI/SymbolTestGUI.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>{8463DC4C-3E8C-4EE3-864C-E65CCC0FC025}</ProjectGuid>
       
     9     <OutputType>WinExe</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>SymbolTestGUI</RootNamespace>
       
    12     <AssemblyName>SymbolTestGUI</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.Deployment" />
       
    37     <Reference Include="System.Drawing" />
       
    38     <Reference Include="System.Windows.Forms" />
       
    39     <Reference Include="System.Xml" />
       
    40   </ItemGroup>
       
    41   <ItemGroup>
       
    42     <Compile Include="Form1.cs">
       
    43       <SubType>Form</SubType>
       
    44     </Compile>
       
    45     <Compile Include="Form1.Designer.cs">
       
    46       <DependentUpon>Form1.cs</DependentUpon>
       
    47     </Compile>
       
    48     <Compile Include="Program.cs" />
       
    49     <Compile Include="Properties\AssemblyInfo.cs" />
       
    50     <EmbeddedResource Include="Form1.resx">
       
    51       <DependentUpon>Form1.cs</DependentUpon>
       
    52     </EmbeddedResource>
       
    53     <EmbeddedResource Include="Properties\Resources.resx">
       
    54       <Generator>ResXFileCodeGenerator</Generator>
       
    55       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
    56       <SubType>Designer</SubType>
       
    57     </EmbeddedResource>
       
    58     <Compile Include="Properties\Resources.Designer.cs">
       
    59       <AutoGen>True</AutoGen>
       
    60       <DependentUpon>Resources.resx</DependentUpon>
       
    61     </Compile>
       
    62     <None Include="Properties\Settings.settings">
       
    63       <Generator>SettingsSingleFileGenerator</Generator>
       
    64       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
       
    65     </None>
       
    66     <Compile Include="Properties\Settings.Designer.cs">
       
    67       <AutoGen>True</AutoGen>
       
    68       <DependentUpon>Settings.settings</DependentUpon>
       
    69       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       
    70     </Compile>
       
    71   </ItemGroup>
       
    72   <ItemGroup>
       
    73     <ProjectReference Include="..\..\..\SymbianDebugLib\SymbianDebugLib.csproj">
       
    74       <Project>{796DD82D-9E7D-476D-B700-086CD9A893DA}</Project>
       
    75       <Name>SymbianDebugLib</Name>
       
    76     </ProjectReference>
       
    77     <ProjectReference Include="..\..\..\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
    78       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
    79       <Name>SymbianStructuresLib</Name>
       
    80     </ProjectReference>
       
    81     <ProjectReference Include="..\..\..\SymbianUtils\SymbianUtils.csproj">
       
    82       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
    83       <Name>SymbianUtils</Name>
       
    84     </ProjectReference>
       
    85     <ProjectReference Include="..\..\SymbianSymbolLib.csproj">
       
    86       <Project>{6054A36B-F8A9-406F-B6CE-B531CC2AEADC}</Project>
       
    87       <Name>SymbianSymbolLib</Name>
       
    88     </ProjectReference>
       
    89   </ItemGroup>
       
    90   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
    91   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
    92        Other similar extension points exist, see Microsoft.Common.targets.
       
    93   <Target Name="BeforeBuild">
       
    94   </Target>
       
    95   <Target Name="AfterBuild">
       
    96   </Target>
       
    97   -->
       
    98   <PropertyGroup>
       
    99     <PostBuildEvent>
       
   100     </PostBuildEvent>
       
   101   </PropertyGroup>
       
   102 </Project>