sysperfana/heapanalyser/Libraries/Engine/HeapComparisonLib/HeapComparisonLib.csproj
changeset 8 15296fd0af4a
equal deleted inserted replaced
7:8e12a575a9b5 8:15296fd0af4a
       
     1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
       
     2   <PropertyGroup>
       
     3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     5     <ProductVersion>9.0.21022</ProductVersion>
       
     6     <SchemaVersion>2.0</SchemaVersion>
       
     7     <ProjectGuid>{0911ECEE-D330-4DE9-989C-8181604FAAB5}</ProjectGuid>
       
     8     <OutputType>Library</OutputType>
       
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    10     <RootNamespace>HeapComparisonLib</RootNamespace>
       
    11     <AssemblyName>HeapComparisonLib</AssemblyName>
       
    12     <FileUpgradeFlags>
       
    13     </FileUpgradeFlags>
       
    14     <OldToolsVersion>2.0</OldToolsVersion>
       
    15     <UpgradeBackupLocation>
       
    16     </UpgradeBackupLocation>
       
    17   </PropertyGroup>
       
    18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    19     <DebugSymbols>true</DebugSymbols>
       
    20     <DebugType>full</DebugType>
       
    21     <Optimize>false</Optimize>
       
    22     <OutputPath>bin\Debug\</OutputPath>
       
    23     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    24     <ErrorReport>prompt</ErrorReport>
       
    25     <WarningLevel>4</WarningLevel>
       
    26   </PropertyGroup>
       
    27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    28     <DebugType>pdbonly</DebugType>
       
    29     <Optimize>true</Optimize>
       
    30     <OutputPath>bin\Release\</OutputPath>
       
    31     <DefineConstants>TRACE</DefineConstants>
       
    32     <ErrorReport>prompt</ErrorReport>
       
    33     <WarningLevel>4</WarningLevel>
       
    34   </PropertyGroup>
       
    35   <ItemGroup>
       
    36     <Reference Include="Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
       
    37       <Private>True</Private>
       
    38     </Reference>
       
    39     <Reference Include="System" />
       
    40     <Reference Include="System.Data" />
       
    41     <Reference Include="System.Drawing" />
       
    42     <Reference Include="System.Xml" />
       
    43   </ItemGroup>
       
    44   <ItemGroup>
       
    45     <Compile Include="CSV\DataSet\CSVDataSetCollection.cs" />
       
    46     <Compile Include="CSV\Engine\CSVComparisonEngine.cs" />
       
    47     <Compile Include="CSV\Excel\CSVExcelExporterAllDataSets.cs" />
       
    48     <Compile Include="CSV\Thread\CSVThreadPair.cs" />
       
    49     <Compile Include="CSV\Thread\CSVThread.cs" />
       
    50     <Compile Include="CSV\DataSet\CSVDataSet.cs" />
       
    51     <Compile Include="CSV\Excel\CSVExcelExporterTwoDataSets.cs" />
       
    52     <Compile Include="CSV\Thread\CSVThreadParser.cs" />
       
    53     <Compile Include="CSV\Thread\Parsers\CSVThreadParserFormatNew.cs" />
       
    54     <Compile Include="CSV\Thread\Parsers\CSVThreadParserFormatOld.cs" />
       
    55     <Compile Include="CSV\Workers\CSVWorkerAllDataSetComparator.cs" />
       
    56     <Compile Include="CSV\Workers\CSVWorkerLogSplitter.cs" />
       
    57     <Compile Include="CSV\Workers\CSVWorkerTwoDataSetComparator.cs" />
       
    58     <Compile Include="Data\ComparsionEngine.cs" />
       
    59     <Compile Include="Data\ComparsionWriter.cs" />
       
    60     <Compile Include="Data\Pages\PageBase.cs" />
       
    61     <Compile Include="Data\Pages\PageSimpleListing.cs" />
       
    62     <Compile Include="Data\Pages\PageUnchanged.cs" />
       
    63     <Compile Include="Data\Pages\PageUnique.cs" />
       
    64     <Compile Include="Properties\AssemblyInfo.cs" />
       
    65     <Compile Include="CSV\Comparers\CellCounts.cs" />
       
    66     <Compile Include="CSV\Comparers\ComparerBase.cs" />
       
    67     <Compile Include="CSV\Comparers\Fragmentation.cs" />
       
    68     <Compile Include="CSV\Comparers\HeapSize.cs" />
       
    69     <Compile Include="CSV\Comparers\LargestCells.cs" />
       
    70     <Compile Include="CSV\Comparers\SlackSpace.cs" />
       
    71   </ItemGroup>
       
    72   <ItemGroup>
       
    73     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianExcelLib\SymbianExcelLib.csproj">
       
    74       <Project>{13A8433A-108C-4EF2-9283-70FC6C549E74}</Project>
       
    75       <Name>SymbianExcelLib</Name>
       
    76     </ProjectReference>
       
    77     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianStructuresLib\SymbianStructuresLib.csproj">
       
    78       <Project>{D3BDEB23-43DA-4534-986B-F6B3DD05EBF6}</Project>
       
    79       <Name>SymbianStructuresLib</Name>
       
    80     </ProjectReference>
       
    81     <ProjectReference Include="..\..\..\..\PerfToolsSharedLibraries\Engine\SymbianUtils\SymbianUtils.csproj">
       
    82       <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
       
    83       <Name>SymbianUtils</Name>
       
    84     </ProjectReference>
       
    85     <ProjectReference Include="..\HeapLib\HeapLib.csproj">
       
    86       <Project>{D638AB12-FC64-4523-9B99-09F20BC2A791}</Project>
       
    87       <Name>HeapLib</Name>
       
    88     </ProjectReference>
       
    89   </ItemGroup>
       
    90   <ItemGroup>
       
    91     <COMReference Include="Microsoft.Office.Core">
       
    92       <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
       
    93       <VersionMajor>2</VersionMajor>
       
    94       <VersionMinor>3</VersionMinor>
       
    95       <Lcid>0</Lcid>
       
    96       <WrapperTool>primary</WrapperTool>
       
    97       <Isolated>False</Isolated>
       
    98       <Private>True</Private>
       
    99     </COMReference>
       
   100     <COMReference Include="VBIDE">
       
   101       <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
       
   102       <VersionMajor>5</VersionMajor>
       
   103       <VersionMinor>3</VersionMinor>
       
   104       <Lcid>0</Lcid>
       
   105       <WrapperTool>primary</WrapperTool>
       
   106       <Isolated>False</Isolated>
       
   107       <Private>True</Private>
       
   108     </COMReference>
       
   109   </ItemGroup>
       
   110   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   111   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   112        Other similar extension points exist, see Microsoft.Common.targets.
       
   113   <Target Name="BeforeBuild">
       
   114   </Target>
       
   115   <Target Name="AfterBuild">
       
   116   </Target>
       
   117   -->
       
   118   <PropertyGroup>
       
   119     <PostBuildEvent>copy /Y $(TargetDir)\Microsoft.Office.Interop.Excel.dll $(SolutionDir)\$(OutDir) &amp;&amp; copy /Y $(TargetDir)\office.dll $(SolutionDir)\$(OutDir) &amp;&amp; copy /Y $(TargetDir)\Microsoft.Vbe.Interop.dll $(SolutionDir)\$(OutDir) 
       
   120 </PostBuildEvent>
       
   121   </PropertyGroup>
       
   122 </Project>