MAutoUpdate.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>{A41F9740-A368-4F0C-91CE-ACF24D0DCA60}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MAutoUpdate</RootNamespace>
  12. <AssemblyName>MAutoUpdate</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <IsWebBootstrapper>false</IsWebBootstrapper>
  21. <TargetFrameworkProfile />
  22. <PublishUrl>D:\Projects\Publish\MAutoUpdate\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>true</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>true</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <UpdateUrl>http://192.168.124.85:9925/</UpdateUrl>
  33. <MinimumRequiredVersion>1.0.0.9</MinimumRequiredVersion>
  34. <ApplicationRevision>10</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <PublishWizardCompleted>true</PublishWizardCompleted>
  38. <BootstrapperEnabled>false</BootstrapperEnabled>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <UseVSHostingProcess>true</UseVSHostingProcess>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <PropertyGroup />
  59. <PropertyGroup>
  60. <ApplicationIcon>
  61. </ApplicationIcon>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <StartupObject />
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <ManifestCertificateThumbprint>FC0662CD8E86FE2B1C5D83F7CD6A8B21A5A103EB</ManifestCertificateThumbprint>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <ManifestKeyFile>MAutoUpdate_TemporaryKey.pfx</ManifestKeyFile>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <GenerateManifests>true</GenerateManifests>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <SignManifests>true</SignManifests>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net20\Newtonsoft.Json.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Deployment" />
  86. <Reference Include="System.Drawing" />
  87. <Reference Include="System.Web" />
  88. <Reference Include="System.Windows.Forms" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="common\UntilApi.cs" />
  93. <Compile Include="CompareVersion.cs" />
  94. <Compile Include="Models\EapResponse.cs" />
  95. <Compile Include="UpdateWork.cs" />
  96. <Compile Include="LocalInfo.cs" />
  97. <Compile Include="LogTool.cs" />
  98. <Compile Include="MainForm.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="MainForm.Designer.cs">
  102. <DependentUpon>MainForm.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Program.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. </Compile>
  111. <Compile Include="RemoteInfo.cs" />
  112. <Compile Include="UpdateForm.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="UpdateForm.Designer.cs">
  116. <DependentUpon>UpdateForm.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="YButton.cs">
  119. <SubType>Component</SubType>
  120. </Compile>
  121. <Compile Include="Zip DLL\ComHelper.cs" />
  122. <Compile Include="Zip DLL\CRC32.cs" />
  123. <Compile Include="Zip DLL\Deflate.cs" />
  124. <Compile Include="Zip DLL\DeflateStream.cs" />
  125. <Compile Include="Zip DLL\EncryptionAlgorithm.cs" />
  126. <Compile Include="Zip DLL\Events.cs" />
  127. <Compile Include="Zip DLL\Exceptions.cs" />
  128. <Compile Include="Zip DLL\ExtractExistingFileAction.cs" />
  129. <Compile Include="Zip DLL\FileSelector.cs" />
  130. <Compile Include="Zip DLL\GZipStream.cs" />
  131. <Compile Include="Zip DLL\Inflate.cs" />
  132. <Compile Include="Zip DLL\InfTree.cs" />
  133. <Compile Include="Zip DLL\OffsetStream.cs" />
  134. <Compile Include="Zip DLL\ParallelDeflateOutputStream.cs" />
  135. <Compile Include="Zip DLL\Shared.cs" />
  136. <Compile Include="Zip DLL\Tree.cs" />
  137. <Compile Include="Zip DLL\WinZipAes.cs" />
  138. <Compile Include="Zip DLL\ZipConstants.cs" />
  139. <Compile Include="Zip DLL\ZipCrypto.cs" />
  140. <Compile Include="Zip DLL\ZipDirEntry.cs" />
  141. <Compile Include="Zip DLL\ZipEntry.cs" />
  142. <Compile Include="Zip DLL\ZipEntry.Extract.cs" />
  143. <Compile Include="Zip DLL\ZipEntry.Read.cs" />
  144. <Compile Include="Zip DLL\ZipEntry.Write.cs" />
  145. <Compile Include="Zip DLL\ZipEntrySource.cs" />
  146. <Compile Include="Zip DLL\ZipErrorAction.cs" />
  147. <Compile Include="Zip DLL\ZipFile.AddUpdate.cs" />
  148. <Compile Include="Zip DLL\ZipFile.Check.cs" />
  149. <Compile Include="Zip DLL\ZipFile.cs" />
  150. <Compile Include="Zip DLL\ZipFile.Events.cs" />
  151. <Compile Include="Zip DLL\ZipFile.Extract.cs" />
  152. <Compile Include="Zip DLL\ZipFile.Read.cs" />
  153. <Compile Include="Zip DLL\ZipFile.Save.cs" />
  154. <Compile Include="Zip DLL\ZipFile.SaveSelfExtractor.cs" />
  155. <Compile Include="Zip DLL\ZipFile.Selector.cs" />
  156. <Compile Include="Zip DLL\ZipFile.Static.cs" />
  157. <Compile Include="Zip DLL\ZipFile.x-IEnumerable.cs" />
  158. <Compile Include="Zip DLL\ZipInputStream.cs" />
  159. <Compile Include="Zip DLL\ZipOutputStream.cs" />
  160. <Compile Include="Zip DLL\ZipSegmentedStream.cs" />
  161. <Compile Include="Zip DLL\Zlib.cs" />
  162. <Compile Include="Zip DLL\ZlibBaseStream.cs" />
  163. <Compile Include="Zip DLL\ZlibCodec.cs" />
  164. <Compile Include="Zip DLL\ZlibConstants.cs" />
  165. <Compile Include="Zip DLL\ZlibStream.cs" />
  166. <EmbeddedResource Include="MainForm.resx">
  167. <DependentUpon>MainForm.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="Properties\Resources.resx">
  170. <Generator>ResXFileCodeGenerator</Generator>
  171. <SubType>Designer</SubType>
  172. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="UpdateForm.resx">
  175. <DependentUpon>UpdateForm.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <None Include="app.config" />
  178. <None Include="app.manifest" />
  179. <None Include="MAutoUpdate_TemporaryKey.pfx" />
  180. <None Include="packages.config" />
  181. <None Include="Properties\Settings.settings">
  182. <Generator>SettingsSingleFileGenerator</Generator>
  183. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  184. </None>
  185. <Compile Include="Properties\Settings.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DependentUpon>Settings.settings</DependentUpon>
  188. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  189. </Compile>
  190. <None Include="Zip DLL\Migrated rules for Zip DLL.ruleset" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <Content Include="Zip DLL\msbuild.flymake.xml" />
  194. <None Include="config.update" />
  195. <Content Include="Local.xml">
  196. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  197. </Content>
  198. <Content Include="Server.xml" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  202. <Visible>False</Visible>
  203. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  204. <Install>false</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  207. <Visible>False</Visible>
  208. <ProductName>.NET Framework 3.5 SP1</ProductName>
  209. <Install>false</Install>
  210. </BootstrapperPackage>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <Folder Include="Zip DLL\BZip2\" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <PublishFile Include="Local.xml">
  217. <Visible>False</Visible>
  218. <Group>
  219. </Group>
  220. <TargetPath>
  221. </TargetPath>
  222. <PublishState>Include</PublishState>
  223. <IncludeHash>True</IncludeHash>
  224. <FileType>File</FileType>
  225. </PublishFile>
  226. <PublishFile Include="Server.xml">
  227. <Visible>False</Visible>
  228. <Group>
  229. </Group>
  230. <TargetPath>
  231. </TargetPath>
  232. <PublishState>Include</PublishState>
  233. <IncludeHash>True</IncludeHash>
  234. <FileType>File</FileType>
  235. </PublishFile>
  236. <PublishFile Include="Zip DLL\msbuild.flymake.xml">
  237. <Visible>False</Visible>
  238. <Group>
  239. </Group>
  240. <TargetPath>
  241. </TargetPath>
  242. <PublishState>Include</PublishState>
  243. <IncludeHash>True</IncludeHash>
  244. <FileType>File</FileType>
  245. </PublishFile>
  246. </ItemGroup>
  247. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  248. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  249. Other similar extension points exist, see Microsoft.Common.targets.
  250. <Target Name="BeforeBuild">
  251. </Target>
  252. <Target Name="AfterBuild">
  253. </Target>
  254. -->
  255. </Project>