crashanalysercmd/Libraries/File Formats/Plugins/XmlFilePlugin/XmlFilePlugin.csproj
changeset 2 0c91f0baec58
child 3 045ade241ef5
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
       
     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.21022</ProductVersion>
       
     7     <SchemaVersion>2.0</SchemaVersion>
       
     8     <ProjectGuid>{1D07751A-83EA-4D7B-8B2B-C41305A799E0}</ProjectGuid>
       
     9     <OutputType>Library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>XmlFilePlugin</RootNamespace>
       
    12     <AssemblyName>XmlFile.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="SymbianUtils, Version=1.0.3463.26793, Culture=neutral, processorArchitecture=MSIL">
       
    35       <SpecificVersion>False</SpecificVersion>
       
    36       <HintPath>..\..\..\Engine\CrashItemLib\bin\Debug\SymbianUtils.dll</HintPath>
       
    37     </Reference>
       
    38     <Reference Include="System" />
       
    39     <Reference Include="System.Data" />
       
    40     <Reference Include="System.Xml" />
       
    41   </ItemGroup>
       
    42   <ItemGroup>
       
    43     <Compile Include="FileFormat\CXmlCallStack.cs" />
       
    44     <Compile Include="FileFormat\CXmlCodeSegData.cs" />
       
    45     <Compile Include="FileFormat\CXmlDataBlock.cs" />
       
    46     <Compile Include="FileFormat\CXmlFileDocument.cs" />
       
    47     <Compile Include="FileFormat\CXmlFileUtilities.cs" />
       
    48     <Compile Include="FileFormat\CXmlRegisterStorage.cs" />
       
    49     <Compile Include="FileFormat\PlainTextOutput.cs" />
       
    50     <Compile Include="FileFormat\XmlConsts.cs" />
       
    51     <Compile Include="PluginImplementations\Sink\CXmlFileSink.cs" />
       
    52     <Compile Include="Properties\AssemblyInfo.cs" />
       
    53   </ItemGroup>
       
    54   <ItemGroup>
       
    55     <ProjectReference Include="..\..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
    56       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
    57       <Name>SymbianStructuresLib</Name>
       
    58     </ProjectReference>
       
    59     <ProjectReference Include="..\..\..\Engine\CrashItemLib\CrashItemLib.csproj">
       
    60       <Project>{A5B87D2F-E351-4B03-8BD0-9C8C91EDF1CC}</Project>
       
    61       <Name>CrashItemLib</Name>
       
    62     </ProjectReference>
       
    63     <ProjectReference Include="..\..\..\Engine\ErrorLibrary\ErrorLibraryLib.csproj">
       
    64       <Project>{C4F270B5-5B50-4270-9CDC-1616D9645365}</Project>
       
    65       <Name>ErrorLibraryLib</Name>
       
    66     </ProjectReference>
       
    67     <ProjectReference Include="..\..\Engines\MobileCrashLib\MobileCrashLib.csproj">
       
    68       <Project>{00DA206A-9DA2-4B2E-A376-05CAB2881ABA}</Project>
       
    69       <Name>MobileCrashLib</Name>
       
    70     </ProjectReference>
       
    71   </ItemGroup>
       
    72   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
    73   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
    74        Other similar extension points exist, see Microsoft.Common.targets.
       
    75   <Target Name="BeforeBuild">
       
    76   </Target>
       
    77   <Target Name="AfterBuild">
       
    78   </Target>
       
    79   -->
       
    80   <PropertyGroup>
       
    81     <PostBuildEvent>set path_out="$(SolutionDir)$(OutDir)"
       
    82 if not exist %25path_out%25 (
       
    83     mkdir %25path_out%25
       
    84 ) 
       
    85 copy "$(TargetDir)\*.*" "$(SolutionDir)$(OutDir)"
       
    86 </PostBuildEvent>
       
    87   </PropertyGroup>
       
    88 </Project>