installCompenent.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{FEC11D71-1C30-4E40-B202-810CD7EAD9B7}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>installCompenent</RootNamespace>
  12. <AssemblyName>installCompenent</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <SccProjectName>%24/US.Browser.IE/US.Browser.IE/installCompenent</SccProjectName>
  17. <SccLocalPath>.</SccLocalPath>
  18. <SccAuxPath>http://10.20.5.90:8080/tfs/defaultcollection</SccAuxPath>
  19. <SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <StartupObject />
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  44. <DebugSymbols>true</DebugSymbols>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <CodeAnalysisLogFile>bin\Debug\installCompenent.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  50. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  51. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. <CodeAnalysisRuleSetDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  55. <CodeAnalysisRuleDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  58. <OutputPath>bin\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <Optimize>true</Optimize>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>AnyCPU</PlatformTarget>
  63. <CodeAnalysisLogFile>bin\Release\installCompenent.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  64. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  65. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. <CodeAnalysisRuleSetDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  69. <CodeAnalysisRuleDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  70. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Compile Include="Installer.cs">
  74. <SubType>Component</SubType>
  75. </Compile>
  76. <Compile Include="Installer.Designer.cs">
  77. <DependentUpon>Installer.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System" />
  84. <Reference Include="System.Configuration.Install" />
  85. <Reference Include="System.Management" />
  86. <Reference Include="System.Windows.Forms" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="app.config">
  90. <SubType>Designer</SubType>
  91. </None>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <COMReference Include="Shell32">
  95. <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
  96. <VersionMajor>1</VersionMajor>
  97. <VersionMinor>0</VersionMinor>
  98. <Lcid>0</Lcid>
  99. <WrapperTool>tlbimp</WrapperTool>
  100. <Isolated>False</Isolated>
  101. <EmbedInteropTypes>True</EmbedInteropTypes>
  102. </COMReference>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>