AutoUpgrade.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" 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.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6EC3A426-98FB-4A6A-B47A-B75590D93D93}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Dongke.IBOSS.PRD.Client.AutoUpgrade</RootNamespace>
  12. <AssemblyName>AutoUpgrade</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <IsWebBootstrapper>true</IsWebBootstrapper>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. <OldToolsVersion>3.5</OldToolsVersion>
  29. <PublishUrl>http://localhost/AutoUpgrade/</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Web</InstallFrom>
  32. <UpdateEnabled>true</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. <TargetFrameworkProfile />
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46. <DebugSymbols>true</DebugSymbols>
  47. <DebugType>full</DebugType>
  48. <Optimize>false</Optimize>
  49. <OutputPath>bin\Debug\</OutputPath>
  50. <DefineConstants>DEBUG;TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>bin\x86\Debug\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <DebugType>full</DebugType>
  67. <PlatformTarget>x86</PlatformTarget>
  68. <ErrorReport>prompt</ErrorReport>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  71. <OutputPath>bin\x86\Release\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <DebugType>pdbonly</DebugType>
  75. <PlatformTarget>x86</PlatformTarget>
  76. <ErrorReport>prompt</ErrorReport>
  77. </PropertyGroup>
  78. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  79. <DebugSymbols>true</DebugSymbols>
  80. <OutputPath>bin\x64\Debug\</OutputPath>
  81. <DefineConstants>DEBUG;TRACE</DefineConstants>
  82. <DebugType>full</DebugType>
  83. <PlatformTarget>x64</PlatformTarget>
  84. <ErrorReport>prompt</ErrorReport>
  85. </PropertyGroup>
  86. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  87. <OutputPath>bin\x64\Release\</OutputPath>
  88. <DefineConstants>TRACE</DefineConstants>
  89. <Optimize>true</Optimize>
  90. <DebugType>pdbonly</DebugType>
  91. <PlatformTarget>x64</PlatformTarget>
  92. <ErrorReport>prompt</ErrorReport>
  93. </PropertyGroup>
  94. <PropertyGroup>
  95. <ApplicationIcon>Resources\update_exe.ico</ApplicationIcon>
  96. </PropertyGroup>
  97. <PropertyGroup>
  98. <TargetZone>LocalIntranet</TargetZone>
  99. </PropertyGroup>
  100. <PropertyGroup>
  101. <GenerateManifests>false</GenerateManifests>
  102. </PropertyGroup>
  103. <PropertyGroup>
  104. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  105. </PropertyGroup>
  106. <ItemGroup>
  107. <Reference Include="SharpZipLib, Version=0.31.0.0, Culture=neutral" />
  108. <Reference Include="System" />
  109. <Reference Include="System.Data" />
  110. <Reference Include="System.Drawing" />
  111. <Reference Include="System.Runtime.Serialization" />
  112. <Reference Include="System.ServiceModel">
  113. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  114. </Reference>
  115. <Reference Include="System.Windows.Forms" />
  116. <Reference Include="System.Xml" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="FrmAutoUpgradeInfomation.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="FrmAutoUpgradeInfomation.Designer.cs">
  123. <DependentUpon>FrmAutoUpgradeInfomation.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Program.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <EmbeddedResource Include="FrmAutoUpgradeInfomation.resx">
  128. <DependentUpon>FrmAutoUpgradeInfomation.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Properties\Resources.resx">
  131. <Generator>ResXFileCodeGenerator</Generator>
  132. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  133. <SubType>Designer</SubType>
  134. </EmbeddedResource>
  135. <Compile Include="Properties\Resources.Designer.cs">
  136. <AutoGen>True</AutoGen>
  137. <DependentUpon>Resources.resx</DependentUpon>
  138. <DesignTime>True</DesignTime>
  139. </Compile>
  140. <None Include="App.config" />
  141. <None Include="Properties\app.manifest" />
  142. <None Include="Properties\Settings.settings">
  143. <Generator>SettingsSingleFileGenerator</Generator>
  144. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  145. </None>
  146. <Compile Include="Properties\Settings.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DependentUpon>Settings.settings</DependentUpon>
  149. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  150. </Compile>
  151. <Compile Include="Service References\DKIBOSSPRDService\Reference.cs">
  152. <AutoGen>True</AutoGen>
  153. <DesignTime>True</DesignTime>
  154. <DependentUpon>Reference.svcmap</DependentUpon>
  155. </Compile>
  156. <Compile Include="ZipFileClass.cs" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <WCFMetadata Include="Service References\" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  168. <Visible>False</Visible>
  169. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  170. <Install>false</Install>
  171. </BootstrapperPackage>
  172. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  173. <Visible>False</Visible>
  174. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  175. <Install>false</Install>
  176. </BootstrapperPackage>
  177. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  178. <Visible>False</Visible>
  179. <ProductName>.NET Framework 3.5</ProductName>
  180. <Install>false</Install>
  181. </BootstrapperPackage>
  182. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  183. <Visible>False</Visible>
  184. <ProductName>.NET Framework 3.5 SP1</ProductName>
  185. <Install>true</Install>
  186. </BootstrapperPackage>
  187. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  188. <Visible>False</Visible>
  189. <ProductName>Windows Installer 3.1</ProductName>
  190. <Install>true</Install>
  191. </BootstrapperPackage>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Content Include="DLL\SharpZipLib.dll" />
  195. <Content Include="Resources\bg.png" />
  196. <Content Include="Resources\btnOk.jpg" />
  197. <Content Include="Resources\communicating.gif" />
  198. <Content Include="Resources\ok.png" />
  199. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService1.disco" />
  200. <None Include="Resources\update_exe.ico" />
  201. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService2.wsdl" />
  202. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService21.wsdl" />
  203. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService5.xsd">
  204. <SubType>Designer</SubType>
  205. </None>
  206. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService51.xsd">
  207. <SubType>Designer</SubType>
  208. </None>
  209. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService52.xsd">
  210. <SubType>Designer</SubType>
  211. </None>
  212. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService53.xsd">
  213. <SubType>Designer</SubType>
  214. </None>
  215. <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService54.xsd">
  216. <SubType>Designer</SubType>
  217. </None>
  218. <None Include="Service References\DKIBOSSPRDService\Dongke.IBOSS.PRD.Client.AutoUpgrade.DKIBOSSPRDService.LoginResultEntity.datasource">
  219. <DependentUpon>Reference.svcmap</DependentUpon>
  220. </None>
  221. <None Include="Service References\DKIBOSSPRDService\Dongke.IBOSS.PRD.Client.AutoUpgrade.DKIBOSSPRDService.NeedUpgradeResultEntity.datasource">
  222. <DependentUpon>Reference.svcmap</DependentUpon>
  223. </None>
  224. <None Include="Service References\DKIBOSSPRDService\Reference.svcmap">
  225. <Generator>WCF Proxy Generator</Generator>
  226. <LastGenOutput>Reference.cs</LastGenOutput>
  227. </None>
  228. <None Include="Service References\DKIBOSSPRDService\configuration.svcinfo" />
  229. <None Include="Service References\DKIBOSSPRDService\configuration91.svcinfo" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <WCFMetadataStorage Include="Service References\DKIBOSSPRDService\" />
  233. </ItemGroup>
  234. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  235. <PropertyGroup>
  236. <PreBuildEvent>Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.exe
  237. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.exe.config
  238. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.pdb
  239. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe
  240. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.config
  241. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.manifest
  242. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.exe
  243. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.exe.config
  244. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.pdb
  245. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe
  246. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.config
  247. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.manifest</PreBuildEvent>
  248. </PropertyGroup>
  249. <PropertyGroup>
  250. <PostBuildEvent>Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Client\
  251. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.pdb
  252. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe
  253. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.config
  254. Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.manifest
  255. Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Client.Public\
  256. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.pdb
  257. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe
  258. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.config
  259. Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.manifest</PostBuildEvent>
  260. </PropertyGroup>
  261. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  262. Other similar extension points exist, see Microsoft.Common.targets.
  263. <Target Name="BeforeBuild">
  264. </Target>
  265. <Target Name="AfterBuild">
  266. </Target>
  267. -->
  268. </Project>