US.Browser.Service.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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>{B375FA93-F1D8-49B0-9219-0430C2B90B62}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>US.Browser.Service</RootNamespace>
  12. <AssemblyName>US.Browser.Service</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <SccProjectName>%24/US.Browser.IE/US.Browser.IE/US.Browser.Service</SccProjectName>
  19. <SccLocalPath>.</SccLocalPath>
  20. <SccAuxPath>http://10.20.5.90:8080/tfs/defaultcollection</SccAuxPath>
  21. <SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
  22. <PublishUrl>E:\liulangqi\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>1</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <PublishWizardCompleted>true</PublishWizardCompleted>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  39. <PlatformTarget>x86</PlatformTarget>
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  49. <PlatformTarget>x86</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ManifestCertificateThumbprint>833E2408CBAF48AF37951AE1B6F9BD81E9173BEC</ManifestCertificateThumbprint>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <ManifestKeyFile>US.Browser.Service_TemporaryKey.pfx</ManifestKeyFile>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <GenerateManifests>true</GenerateManifests>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <SignManifests>true</SignManifests>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  70. <DebugSymbols>true</DebugSymbols>
  71. <OutputPath>bin\Debug\</OutputPath>
  72. <DefineConstants>DEBUG;TRACE</DefineConstants>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>AnyCPU</PlatformTarget>
  75. <CodeAnalysisLogFile>bin\Debug\US.Browser.Service.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  76. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  77. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  80. <CodeAnalysisRuleSetDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  81. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  82. <CodeAnalysisRuleDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  85. <OutputPath>bin\Release\</OutputPath>
  86. <DefineConstants>TRACE</DefineConstants>
  87. <Optimize>true</Optimize>
  88. <DebugType>pdbonly</DebugType>
  89. <PlatformTarget>AnyCPU</PlatformTarget>
  90. <CodeAnalysisLogFile>bin\Release\US.Browser.Service.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  91. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  92. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  93. <ErrorReport>prompt</ErrorReport>
  94. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  95. <CodeAnalysisRuleSetDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  96. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  97. <CodeAnalysisRuleDirectories>;D:\software\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  98. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  99. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  100. </PropertyGroup>
  101. <ItemGroup>
  102. <Reference Include="System" />
  103. <Reference Include="System.Configuration.Install" />
  104. <Reference Include="System.Drawing" />
  105. <Reference Include="System.Management" />
  106. <Reference Include="System.Windows.Forms" />
  107. <Reference Include="System.Data" />
  108. <Reference Include="System.ServiceProcess" />
  109. <Reference Include="System.Xml" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Compile Include="Message.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="Message.Designer.cs">
  116. <DependentUpon>Message.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="Program.cs" />
  119. <Compile Include="ProjectInstaller.cs">
  120. <SubType>Component</SubType>
  121. </Compile>
  122. <Compile Include="ProjectInstaller.Designer.cs">
  123. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="ServerWindows.cs" />
  127. <Compile Include="USservice.cs">
  128. <SubType>Component</SubType>
  129. </Compile>
  130. <Compile Include="USservice.Designer.cs">
  131. <DependentUpon>USservice.cs</DependentUpon>
  132. </Compile>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="app.config" />
  136. <None Include="bin\Debug\uscloud.bat" />
  137. <None Include="bin\Debug\usclouduninstall.bat" />
  138. <None Include="US.Browser.Service_TemporaryKey.pfx" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Folder Include="bin\Release\" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  145. <Visible>False</Visible>
  146. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  147. <Install>true</Install>
  148. </BootstrapperPackage>
  149. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  150. <Visible>False</Visible>
  151. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  152. <Install>false</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  155. <Visible>False</Visible>
  156. <ProductName>.NET Framework 3.5 SP1</ProductName>
  157. <Install>false</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  160. <Visible>False</Visible>
  161. <ProductName>Windows Installer 3.1</ProductName>
  162. <Install>true</Install>
  163. </BootstrapperPackage>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <EmbeddedResource Include="Message.resx">
  167. <DependentUpon>Message.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="ProjectInstaller.resx">
  170. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  171. </EmbeddedResource>
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  175. Other similar extension points exist, see Microsoft.Common.targets.
  176. <Target Name="BeforeBuild">
  177. </Target>
  178. <Target Name="AfterBuild">
  179. </Target>
  180. -->
  181. </Project>