crashanalysercmd/UI/Plugins/CAPluginCrashAnalyser/CAPluginCrashAnalysis.csproj
changeset 2 0c91f0baec58
parent 0 818e61de6cd1
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3   <PropertyGroup>
     3   <PropertyGroup>
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     6     <ProductVersion>9.0.30729</ProductVersion>
     6     <ProductVersion>9.0.30729</ProductVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>CAPAnalysis</RootNamespace>
    11     <RootNamespace>CAPAnalysis</RootNamespace>
    12     <AssemblyName>CACrashAnalysis.plugin</AssemblyName>
    12     <AssemblyName>CACrashAnalysis.plugin</AssemblyName>
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    14     <FileAlignment>512</FileAlignment>
    14     <FileAlignment>512</FileAlignment>
       
    15     <FileUpgradeFlags>
       
    16     </FileUpgradeFlags>
       
    17     <OldToolsVersion>3.5</OldToolsVersion>
       
    18     <UpgradeBackupLocation />
       
    19     <PublishUrl>publish\</PublishUrl>
       
    20     <Install>true</Install>
       
    21     <InstallFrom>Disk</InstallFrom>
       
    22     <UpdateEnabled>false</UpdateEnabled>
       
    23     <UpdateMode>Foreground</UpdateMode>
       
    24     <UpdateInterval>7</UpdateInterval>
       
    25     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
       
    26     <UpdatePeriodically>false</UpdatePeriodically>
       
    27     <UpdateRequired>false</UpdateRequired>
       
    28     <MapFileExtensions>true</MapFileExtensions>
       
    29     <ApplicationRevision>0</ApplicationRevision>
       
    30     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
       
    31     <IsWebBootstrapper>false</IsWebBootstrapper>
       
    32     <UseApplicationTrust>false</UseApplicationTrust>
       
    33     <BootstrapperEnabled>true</BootstrapperEnabled>
    15   </PropertyGroup>
    34   </PropertyGroup>
    16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    17     <DebugSymbols>true</DebugSymbols>
    36     <DebugSymbols>true</DebugSymbols>
    18     <DebugType>full</DebugType>
    37     <DebugType>full</DebugType>
    19     <Optimize>false</Optimize>
    38     <Optimize>false</Optimize>
    76     <ProjectReference Include="..\..\Common\Engine\CrashAnalyserEngine.csproj">
    95     <ProjectReference Include="..\..\Common\Engine\CrashAnalyserEngine.csproj">
    77       <Project>{F9BFDB22-A976-43AD-BD9D-8495C6CCFD80}</Project>
    96       <Project>{F9BFDB22-A976-43AD-BD9D-8495C6CCFD80}</Project>
    78       <Name>CrashAnalyserEngine</Name>
    97       <Name>CrashAnalyserEngine</Name>
    79     </ProjectReference>
    98     </ProjectReference>
    80   </ItemGroup>
    99   </ItemGroup>
       
   100   <ItemGroup>
       
   101     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
       
   102       <Visible>False</Visible>
       
   103       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
       
   104       <Install>false</Install>
       
   105     </BootstrapperPackage>
       
   106     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
       
   107       <Visible>False</Visible>
       
   108       <ProductName>.NET Framework 3.5 SP1</ProductName>
       
   109       <Install>true</Install>
       
   110     </BootstrapperPackage>
       
   111     <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
       
   112       <Visible>False</Visible>
       
   113       <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
       
   114       <Install>true</Install>
       
   115     </BootstrapperPackage>
       
   116     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
       
   117       <Visible>False</Visible>
       
   118       <ProductName>Windows Installer 3.1</ProductName>
       
   119       <Install>true</Install>
       
   120     </BootstrapperPackage>
       
   121   </ItemGroup>
    81   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   122   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    82   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   123   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    83        Other similar extension points exist, see Microsoft.Common.targets.
   124        Other similar extension points exist, see Microsoft.Common.targets.
    84   <Target Name="BeforeBuild">
   125   <Target Name="BeforeBuild">
    85   </Target>
   126   </Target>