MAutoUpdate.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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>clock-32.ico</ApplicationIcon>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <StartupObject />
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <ManifestCertificateThumbprint>FC0662CD8E86FE2B1C5D83F7CD6A8B21A5A103EB</ManifestCertificateThumbprint>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <ManifestKeyFile>MAutoUpdate_TemporaryKey.pfx</ManifestKeyFile>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <GenerateManifests>true</GenerateManifests>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <SignManifests>false</SignManifests>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net20\Newtonsoft.Json.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Configuration" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Web" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="common\UntilApi.cs" />
  92. <Compile Include="CompareVersion.cs" />
  93. <Compile Include="EAPClock.cs" />
  94. <Compile Include="Models\EapResponse.cs" />
  95. <Compile Include="Models\WebAppVersion.cs" />
  96. <Compile Include="UpdateWork.cs" />
  97. <Compile Include="LocalInfo.cs" />
  98. <Compile Include="LogTool.cs" />
  99. <Compile Include="MainForm.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="MainForm.Designer.cs">
  103. <DependentUpon>MainForm.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="Properties\Resources.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DesignTime>True</DesignTime>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. </Compile>
  112. <Compile Include="RemoteInfo.cs" />
  113. <Compile Include="UpdateForm.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="UpdateForm.Designer.cs">
  117. <DependentUpon>UpdateForm.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="YButton.cs">
  120. <SubType>Component</SubType>
  121. </Compile>
  122. <Compile Include="Zip DLL\ComHelper.cs" />
  123. <Compile Include="Zip DLL\CRC32.cs" />
  124. <Compile Include="Zip DLL\Deflate.cs" />
  125. <Compile Include="Zip DLL\DeflateStream.cs" />
  126. <Compile Include="Zip DLL\EncryptionAlgorithm.cs" />
  127. <Compile Include="Zip DLL\Events.cs" />
  128. <Compile Include="Zip DLL\Exceptions.cs" />
  129. <Compile Include="Zip DLL\ExtractExistingFileAction.cs" />
  130. <Compile Include="Zip DLL\FileSelector.cs" />
  131. <Compile Include="Zip DLL\GZipStream.cs" />
  132. <Compile Include="Zip DLL\Inflate.cs" />
  133. <Compile Include="Zip DLL\InfTree.cs" />
  134. <Compile Include="Zip DLL\OffsetStream.cs" />
  135. <Compile Include="Zip DLL\ParallelDeflateOutputStream.cs" />
  136. <Compile Include="Zip DLL\Shared.cs" />
  137. <Compile Include="Zip DLL\Tree.cs" />
  138. <Compile Include="Zip DLL\WinZipAes.cs" />
  139. <Compile Include="Zip DLL\ZipConstants.cs" />
  140. <Compile Include="Zip DLL\ZipCrypto.cs" />
  141. <Compile Include="Zip DLL\ZipDirEntry.cs" />
  142. <Compile Include="Zip DLL\ZipEntry.cs" />
  143. <Compile Include="Zip DLL\ZipEntry.Extract.cs" />
  144. <Compile Include="Zip DLL\ZipEntry.Read.cs" />
  145. <Compile Include="Zip DLL\ZipEntry.Write.cs" />
  146. <Compile Include="Zip DLL\ZipEntrySource.cs" />
  147. <Compile Include="Zip DLL\ZipErrorAction.cs" />
  148. <Compile Include="Zip DLL\ZipFile.AddUpdate.cs" />
  149. <Compile Include="Zip DLL\ZipFile.Check.cs" />
  150. <Compile Include="Zip DLL\ZipFile.cs" />
  151. <Compile Include="Zip DLL\ZipFile.Events.cs" />
  152. <Compile Include="Zip DLL\ZipFile.Extract.cs" />
  153. <Compile Include="Zip DLL\ZipFile.Read.cs" />
  154. <Compile Include="Zip DLL\ZipFile.Save.cs" />
  155. <Compile Include="Zip DLL\ZipFile.SaveSelfExtractor.cs" />
  156. <Compile Include="Zip DLL\ZipFile.Selector.cs" />
  157. <Compile Include="Zip DLL\ZipFile.Static.cs" />
  158. <Compile Include="Zip DLL\ZipFile.x-IEnumerable.cs" />
  159. <Compile Include="Zip DLL\ZipInputStream.cs" />
  160. <Compile Include="Zip DLL\ZipOutputStream.cs" />
  161. <Compile Include="Zip DLL\ZipSegmentedStream.cs" />
  162. <Compile Include="Zip DLL\Zlib.cs" />
  163. <Compile Include="Zip DLL\ZlibBaseStream.cs" />
  164. <Compile Include="Zip DLL\ZlibCodec.cs" />
  165. <Compile Include="Zip DLL\ZlibConstants.cs" />
  166. <Compile Include="Zip DLL\ZlibStream.cs" />
  167. <EmbeddedResource Include="MainForm.resx">
  168. <DependentUpon>MainForm.cs</DependentUpon>
  169. </EmbeddedResource>
  170. <EmbeddedResource Include="Properties\Resources.resx">
  171. <Generator>ResXFileCodeGenerator</Generator>
  172. <SubType>Designer</SubType>
  173. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  174. </EmbeddedResource>
  175. <EmbeddedResource Include="UpdateForm.resx">
  176. <DependentUpon>UpdateForm.cs</DependentUpon>
  177. </EmbeddedResource>
  178. <None Include="app.config" />
  179. <None Include="app.manifest" />
  180. <None Include="MAutoUpdate_TemporaryKey.pfx" />
  181. <None Include="packages.config" />
  182. <None Include="Properties\Settings.settings">
  183. <Generator>SettingsSingleFileGenerator</Generator>
  184. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  185. </None>
  186. <Compile Include="Properties\Settings.Designer.cs">
  187. <AutoGen>True</AutoGen>
  188. <DependentUpon>Settings.settings</DependentUpon>
  189. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  190. </Compile>
  191. <None Include="Zip DLL\Migrated rules for Zip DLL.ruleset" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Content Include="clock-32.ico" />
  195. <Content Include="Zip DLL\msbuild.flymake.xml" />
  196. <None Include="config.update" />
  197. <Content Include="Local.xml">
  198. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  199. </Content>
  200. <Content Include="Server.xml" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  204. <Visible>False</Visible>
  205. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  206. <Install>false</Install>
  207. </BootstrapperPackage>
  208. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  209. <Visible>False</Visible>
  210. <ProductName>.NET Framework 3.5 SP1</ProductName>
  211. <Install>false</Install>
  212. </BootstrapperPackage>
  213. </ItemGroup>
  214. <ItemGroup>
  215. <Folder Include="Zip DLL\BZip2\" />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <PublishFile Include="Local.xml">
  219. <Visible>False</Visible>
  220. <Group>
  221. </Group>
  222. <TargetPath>
  223. </TargetPath>
  224. <PublishState>Include</PublishState>
  225. <IncludeHash>True</IncludeHash>
  226. <FileType>File</FileType>
  227. </PublishFile>
  228. <PublishFile Include="Server.xml">
  229. <Visible>False</Visible>
  230. <Group>
  231. </Group>
  232. <TargetPath>
  233. </TargetPath>
  234. <PublishState>Include</PublishState>
  235. <IncludeHash>True</IncludeHash>
  236. <FileType>File</FileType>
  237. </PublishFile>
  238. <PublishFile Include="Zip DLL\msbuild.flymake.xml">
  239. <Visible>False</Visible>
  240. <Group>
  241. </Group>
  242. <TargetPath>
  243. </TargetPath>
  244. <PublishState>Include</PublishState>
  245. <IncludeHash>True</IncludeHash>
  246. <FileType>File</FileType>
  247. </PublishFile>
  248. </ItemGroup>
  249. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  250. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  251. Other similar extension points exist, see Microsoft.Common.targets.
  252. <Target Name="BeforeBuild">
  253. </Target>
  254. <Target Name="AfterBuild">
  255. </Target>
  256. -->
  257. </Project>