Optimizer.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{96563750-9265-4ACC-8E9E-61930A208A4D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Optimizer</RootNamespace>
  11. <AssemblyName>Optimizer</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>..\bin\debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>..\bin\release\</OutputPath>
  48. <DefineConstants>
  49. </DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ApplicationManifest>app.manifest</ApplicationManifest>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ApplicationIcon>optimizer.ico</ApplicationIcon>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <SignAssembly>false</SignAssembly>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="Microsoft.VisualBasic" />
  65. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="System.IO.Compression" />
  71. <Reference Include="System.Management" />
  72. <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
  75. <Private>False</Private>
  76. </Reference>
  77. <Reference Include="System.ServiceProcess" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Deployment" />
  83. <Reference Include="System.Drawing" />
  84. <Reference Include="System.Net.Http" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="Controls\MoonList.cs">
  90. <SubType>Component</SubType>
  91. </Compile>
  92. <Compile Include="Controls\MoonSelect.cs">
  93. <SubType>Component</SubType>
  94. </Compile>
  95. <Compile Include="Controls\MoonTabs.cs">
  96. <SubType>Component</SubType>
  97. </Compile>
  98. <Compile Include="Controls\ColorOverrider.cs" />
  99. <Compile Include="Controls\MoonToggle.cs">
  100. <SubType>Component</SubType>
  101. </Compile>
  102. <Compile Include="Controls\MoonTree.cs">
  103. <SubType>Component</SubType>
  104. </Compile>
  105. <Compile Include="Controls\ToggleCard.cs">
  106. <SubType>UserControl</SubType>
  107. </Compile>
  108. <Compile Include="Controls\ToggleCard.Designer.cs">
  109. <DependentUpon>ToggleCard.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="FileHandleHelper.cs" />
  112. <Compile Include="FontHelper.cs" />
  113. <Compile Include="Forms\AboutForm.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Forms\AboutForm.Designer.cs">
  117. <DependentUpon>AboutForm.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Controls\AppCard.cs">
  120. <SubType>UserControl</SubType>
  121. </Compile>
  122. <Compile Include="Controls\AppCard.Designer.cs">
  123. <DependentUpon>AppCard.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Controls\MoonCheckList.cs">
  126. <SubType>Component</SubType>
  127. </Compile>
  128. <Compile Include="Controls\MoonProgress.cs">
  129. <SubType>Component</SubType>
  130. </Compile>
  131. <Compile Include="Controls\MoonMenuRenderer.cs" />
  132. <Compile Include="ErrorLogger.cs" />
  133. <Compile Include="FeedApp.cs" />
  134. <Compile Include="ByteSize\BinaryByteSize.cs" />
  135. <Compile Include="ByteSize\ByteSize.cs" />
  136. <Compile Include="ByteSize\DecimalByteSize.cs" />
  137. <Compile Include="CleanHelper.cs" />
  138. <Compile Include="Controls\MoonCheck.cs">
  139. <SubType>Component</SubType>
  140. </Compile>
  141. <Compile Include="Controls\MoonRadio.cs">
  142. <SubType>Component</SubType>
  143. </Compile>
  144. <Compile Include="EmbeddedAssembly.cs" />
  145. <Compile Include="Enums.cs" />
  146. <Compile Include="Forms\FileUnlockForm.cs">
  147. <SubType>Form</SubType>
  148. </Compile>
  149. <Compile Include="Forms\FileUnlockForm.Designer.cs">
  150. <DependentUpon>FileUnlockForm.cs</DependentUpon>
  151. </Compile>
  152. <Compile Include="Forms\FirstRunForm.cs">
  153. <SubType>Form</SubType>
  154. </Compile>
  155. <Compile Include="Forms\FirstRunForm.Designer.cs">
  156. <DependentUpon>FirstRunForm.cs</DependentUpon>
  157. </Compile>
  158. <Compile Include="Forms\HelperForm.cs">
  159. <SubType>Form</SubType>
  160. </Compile>
  161. <Compile Include="Forms\HelperForm.designer.cs">
  162. <DependentUpon>HelperForm.cs</DependentUpon>
  163. </Compile>
  164. <Compile Include="Forms\SubForm.cs">
  165. <SubType>Form</SubType>
  166. </Compile>
  167. <Compile Include="Forms\SubForm.Designer.cs">
  168. <DependentUpon>SubForm.cs</DependentUpon>
  169. </Compile>
  170. <Compile Include="Forms\UpdateForm.cs">
  171. <SubType>Form</SubType>
  172. </Compile>
  173. <Compile Include="Forms\UpdateForm.Designer.cs">
  174. <DependentUpon>UpdateForm.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="Hardware.cs" />
  177. <Compile Include="Forms\HostsEditorForm.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="Forms\HostsEditorForm.Designer.cs">
  181. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="HostsHelper.cs" />
  184. <Compile Include="IndiciumHelper.cs" />
  185. <Compile Include="Forms\InfoForm.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="Forms\InfoForm.Designer.cs">
  189. <DependentUpon>InfoForm.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="Integrator.cs" />
  192. <Compile Include="Controls\ListViewColumnSorter.cs" />
  193. <Compile Include="Forms\MainForm.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="Forms\MainForm.Designer.cs">
  197. <DependentUpon>MainForm.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="NetworkAdapter.cs" />
  200. <Compile Include="NetworkMonitor.cs" />
  201. <Compile Include="Optimize.cs" />
  202. <Compile Include="Options.cs" />
  203. <Compile Include="PingerHelper.cs" />
  204. <Compile Include="Program.cs" />
  205. <Compile Include="Properties\AssemblyInfo.cs" />
  206. <Compile Include="Properties\Resources.Designer.cs">
  207. <AutoGen>True</AutoGen>
  208. <DesignTime>True</DesignTime>
  209. <DependentUpon>Resources.resx</DependentUpon>
  210. </Compile>
  211. <Compile Include="Required.cs" />
  212. <Compile Include="SilentConfig.cs" />
  213. <Compile Include="SilentOps.cs" />
  214. <Compile Include="Forms\SplashForm.cs">
  215. <SubType>Form</SubType>
  216. </Compile>
  217. <Compile Include="Forms\SplashForm.Designer.cs">
  218. <DependentUpon>SplashForm.cs</DependentUpon>
  219. </Compile>
  220. <Compile Include="Forms\StartupPreviewForm.cs">
  221. <SubType>Form</SubType>
  222. </Compile>
  223. <Compile Include="Forms\StartupPreviewForm.Designer.cs">
  224. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  225. </Compile>
  226. <Compile Include="Forms\StartupRestoreForm.cs">
  227. <SubType>Form</SubType>
  228. </Compile>
  229. <Compile Include="Forms\StartupRestoreForm.Designer.cs">
  230. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  231. </Compile>
  232. <Compile Include="StartupBackupItem.cs" />
  233. <Compile Include="StartupHelper.cs" />
  234. <Compile Include="StartupItem.cs" />
  235. <Compile Include="TokenPrivilege.cs" />
  236. <Compile Include="Utilities.cs" />
  237. <Compile Include="UWPHelper.cs" />
  238. <EmbeddedResource Include="Controls\ToggleCard.resx">
  239. <DependentUpon>ToggleCard.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="Forms\AboutForm.resx">
  242. <DependentUpon>AboutForm.cs</DependentUpon>
  243. <SubType>Designer</SubType>
  244. </EmbeddedResource>
  245. <EmbeddedResource Include="Controls\AppCard.resx">
  246. <DependentUpon>AppCard.cs</DependentUpon>
  247. </EmbeddedResource>
  248. <EmbeddedResource Include="Forms\FileUnlockForm.resx">
  249. <DependentUpon>FileUnlockForm.cs</DependentUpon>
  250. </EmbeddedResource>
  251. <EmbeddedResource Include="Forms\FirstRunForm.resx">
  252. <DependentUpon>FirstRunForm.cs</DependentUpon>
  253. </EmbeddedResource>
  254. <EmbeddedResource Include="Forms\HelperForm.resx">
  255. <DependentUpon>HelperForm.cs</DependentUpon>
  256. </EmbeddedResource>
  257. <EmbeddedResource Include="Forms\HostsEditorForm.resx">
  258. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  259. </EmbeddedResource>
  260. <EmbeddedResource Include="Forms\InfoForm.resx">
  261. <DependentUpon>InfoForm.cs</DependentUpon>
  262. </EmbeddedResource>
  263. <EmbeddedResource Include="Forms\MainForm.resx">
  264. <DependentUpon>MainForm.cs</DependentUpon>
  265. </EmbeddedResource>
  266. <EmbeddedResource Include="Forms\SubForm.resx">
  267. <DependentUpon>SubForm.cs</DependentUpon>
  268. </EmbeddedResource>
  269. <EmbeddedResource Include="Forms\UpdateForm.resx">
  270. <DependentUpon>UpdateForm.cs</DependentUpon>
  271. </EmbeddedResource>
  272. <EmbeddedResource Include="Properties\Resources.resx">
  273. <Generator>ResXFileCodeGenerator</Generator>
  274. <SubType>Designer</SubType>
  275. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="Forms\SplashForm.resx">
  278. <DependentUpon>SplashForm.cs</DependentUpon>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="Forms\StartupPreviewForm.resx">
  281. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="Forms\StartupRestoreForm.resx">
  284. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <None Include="app.manifest">
  287. <SubType>Designer</SubType>
  288. </None>
  289. <None Include="packages.config" />
  290. <None Include="Properties\Settings.settings">
  291. <Generator>SettingsSingleFileGenerator</Generator>
  292. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  293. </None>
  294. <Compile Include="Properties\Settings.Designer.cs">
  295. <AutoGen>True</AutoGen>
  296. <DependentUpon>Settings.settings</DependentUpon>
  297. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  298. </Compile>
  299. <None Include="Resources\i18n\AR.json" />
  300. <None Include="Resources\i18n\HU.json" />
  301. <None Include="Resources\i18n\PL.json" />
  302. <None Include="Resources\i18n\KU.json" />
  303. <None Include="Resources\i18n\RO.json" />
  304. <None Include="Resources\Fonts\Poppins-Regular.ttf" />
  305. <None Include="Resources\Scripts\AddOpenWithCMD.reg" />
  306. <None Include="Resources\i18n\CN.json" />
  307. <None Include="Resources\i18n\CZ.json" />
  308. <None Include="Resources\i18n\DE.json" />
  309. <None Include="Resources\Scripts\DesktopShortcuts.reg" />
  310. <None Include="Resources\Scripts\DisableDefenderSafeMode1903Plus.bat" />
  311. <None Include="Resources\Scripts\DisableOfficeTelemetry.reg" />
  312. <None Include="Resources\i18n\EN.json" />
  313. <None Include="Resources\Scripts\EnableDefenderSafeMode1903Plus.bat" />
  314. <None Include="Resources\Scripts\EnableOfficeTelemetry.reg" />
  315. <None Include="Resources\Scripts\EnableOfficeTelemetryTasks.bat" />
  316. <None Include="Resources\Scripts\EnableTelemetryTasks.bat" />
  317. <None Include="Resources\Scripts\EnableXboxTasks.bat" />
  318. <None Include="Resources\i18n\EL.json" />
  319. <None Include="Resources\i18n\ES.json" />
  320. <None Include="Resources\i18n\FR.json" />
  321. <None Include="Resources\Scripts\GPEditEnablerInHome.bat" />
  322. <None Include="Resources\Scripts\hosts" />
  323. <None Include="Resources\Scripts\InstallTakeOwnership.reg" />
  324. <None Include="Resources\i18n\IT.json" />
  325. <None Include="Resources\i18n\KO.json" />
  326. <None Include="Resources\Scripts\PowerMenu.reg" />
  327. <None Include="Resources\i18n\PT.json" />
  328. <None Include="Resources\Scripts\RemoveTakeOwnership.reg" />
  329. <None Include="Resources\i18n\RU.json" />
  330. <None Include="Resources\Scripts\SystemShortcuts.reg" />
  331. <None Include="Resources\Scripts\SystemTools.reg" />
  332. <None Include="Resources\i18n\TR.json" />
  333. <None Include="Resources\i18n\TW.json" />
  334. <None Include="Resources\Scripts\WindowsApps.reg" />
  335. </ItemGroup>
  336. <ItemGroup>
  337. <None Include="App.config" />
  338. </ItemGroup>
  339. <ItemGroup>
  340. <None Include="Resources\Scripts\DisableOfficeTelemetryTasks.bat" />
  341. <None Include="Resources\Scripts\DisableTelemetryTasks.bat" />
  342. <None Include="Resources\Scripts\DisableXboxTasks.bat" />
  343. <None Include="Resources\Scripts\OneDrive_Uninstaller.bin" />
  344. </ItemGroup>
  345. <ItemGroup>
  346. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  347. <Visible>False</Visible>
  348. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  349. <Install>true</Install>
  350. </BootstrapperPackage>
  351. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  352. <Visible>False</Visible>
  353. <ProductName>.NET Framework 3.5 SP1</ProductName>
  354. <Install>false</Install>
  355. </BootstrapperPackage>
  356. </ItemGroup>
  357. <ItemGroup>
  358. <COMReference Include="Shell32">
  359. <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
  360. <VersionMajor>1</VersionMajor>
  361. <VersionMinor>0</VersionMinor>
  362. <Lcid>0</Lcid>
  363. <WrapperTool>tlbimp</WrapperTool>
  364. <Isolated>False</Isolated>
  365. <EmbedInteropTypes>True</EmbedInteropTypes>
  366. </COMReference>
  367. </ItemGroup>
  368. <ItemGroup>
  369. <None Include="Resources\Assets\silver.png" />
  370. <None Include="Resources\Assets\ruby.png" />
  371. <None Include="Resources\Assets\jade.png" />
  372. <None Include="Resources\Assets\azurite.png" />
  373. <None Include="Resources\Assets\amethyst.png" />
  374. <None Include="Resources\Assets\amber.png" />
  375. <None Include="Resources\Flags\romania.png" />
  376. <None Include="Resources\Flags\hungary.png" />
  377. <None Include="Resources\Flags\kurdish.png" />
  378. <None Include="Resources\Assets\loadingSilver.gif" />
  379. <None Include="Resources\Assets\loadingRuby.gif" />
  380. <None Include="Resources\Assets\loadingJade.gif" />
  381. <None Include="Resources\Assets\loadingAzurite.gif" />
  382. <None Include="Resources\Assets\loadingAmethyst.gif" />
  383. <None Include="Resources\Assets\loadingAmber.gif" />
  384. <None Include="Resources\Assets\bannerSilver.png" />
  385. <None Include="Resources\Assets\bannerRuby.png" />
  386. <None Include="Resources\Assets\bannerJade.png" />
  387. <None Include="Resources\Assets\bannerAzurite.png" />
  388. <None Include="Resources\Assets\bannerAmethyst.png" />
  389. <None Include="Resources\Assets\bannerAmber.png" />
  390. <None Include="Resources\Assets\logoSilver.png" />
  391. <None Include="Resources\Assets\logoRuby.png" />
  392. <None Include="Resources\Assets\logoJade.png" />
  393. <None Include="Resources\Assets\logoAzurite.png" />
  394. <None Include="Resources\Assets\logoAmber.png" />
  395. <None Include="Resources\Flags\egypt.png" />
  396. <None Include="Resources\Flags\poland.png" />
  397. <None Include="Resources\Flags\korea.png" />
  398. <None Include="Resources\Flags\taiwan.png" />
  399. <None Include="Resources\Flags\united-kingdom.png" />
  400. <None Include="Resources\Flags\turkey.png" />
  401. <None Include="Resources\Flags\spain.png" />
  402. <None Include="Resources\Flags\russia.png" />
  403. <None Include="Resources\Flags\italy.png" />
  404. <None Include="Resources\Flags\greece.png" />
  405. <None Include="Resources\Flags\germany.png" />
  406. <None Include="Resources\Flags\france.png" />
  407. <None Include="Resources\Flags\czech.png" />
  408. <None Include="Resources\Flags\china.png" />
  409. <None Include="Resources\Flags\brazil.png" />
  410. <None Include="Resources\Assets\logoAmethyst.png" />
  411. <EmbeddedResource Include="Newtonsoft.Json.dll" />
  412. <Content Include="optimizer.ico" />
  413. </ItemGroup>
  414. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  415. <PropertyGroup>
  416. <PreBuildEvent>
  417. </PreBuildEvent>
  418. </PropertyGroup>
  419. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  420. Other similar extension points exist, see Microsoft.Common.targets.
  421. <Target Name="BeforeBuild">
  422. </Target>
  423. <Target Name="AfterBuild">
  424. </Target>
  425. -->
  426. </Project>