Optimizer.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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. <PropertyGroup>
  56. <ApplicationIcon>optimizer.ico</ApplicationIcon>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <SignAssembly>false</SignAssembly>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="Microsoft.VisualBasic" />
  63. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.IO.Compression" />
  69. <Reference Include="System.Management" />
  70. <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="System.ServiceProcess" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Deployment" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Net.Http" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="ColorHelper.cs" />
  88. <Compile Include="Controls\ColorPicker.cs">
  89. <SubType>Component</SubType>
  90. </Compile>
  91. <Compile Include="Controls\MoonList.cs">
  92. <SubType>Component</SubType>
  93. </Compile>
  94. <Compile Include="Controls\MoonSelect.cs">
  95. <SubType>Component</SubType>
  96. </Compile>
  97. <Compile Include="Controls\MoonTabs.cs">
  98. <SubType>Component</SubType>
  99. </Compile>
  100. <Compile Include="Controls\ColorOverrider.cs" />
  101. <Compile Include="Controls\MoonToggle.cs">
  102. <SubType>Component</SubType>
  103. </Compile>
  104. <Compile Include="Controls\MoonTree.cs">
  105. <SubType>Component</SubType>
  106. </Compile>
  107. <Compile Include="Controls\ToggleCard.cs">
  108. <SubType>UserControl</SubType>
  109. </Compile>
  110. <Compile Include="Controls\ToggleCard.Designer.cs">
  111. <DependentUpon>ToggleCard.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="FileHandleHelper.cs" />
  114. <Compile Include="FontHelper.cs" />
  115. <Compile Include="Forms\AboutForm.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Forms\AboutForm.Designer.cs">
  119. <DependentUpon>AboutForm.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Controls\AppCard.cs">
  122. <SubType>UserControl</SubType>
  123. </Compile>
  124. <Compile Include="Controls\AppCard.Designer.cs">
  125. <DependentUpon>AppCard.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Controls\MoonCheckList.cs">
  128. <SubType>Component</SubType>
  129. </Compile>
  130. <Compile Include="Controls\MoonProgress.cs">
  131. <SubType>Component</SubType>
  132. </Compile>
  133. <Compile Include="Controls\MoonMenuRenderer.cs" />
  134. <Compile Include="ErrorLogger.cs" />
  135. <Compile Include="FeedApp.cs" />
  136. <Compile Include="ByteSize\BinaryByteSize.cs" />
  137. <Compile Include="ByteSize\ByteSize.cs" />
  138. <Compile Include="ByteSize\DecimalByteSize.cs" />
  139. <Compile Include="CleanHelper.cs" />
  140. <Compile Include="Controls\MoonCheck.cs">
  141. <SubType>Component</SubType>
  142. </Compile>
  143. <Compile Include="Controls\MoonRadio.cs">
  144. <SubType>Component</SubType>
  145. </Compile>
  146. <Compile Include="EmbeddedAssembly.cs" />
  147. <Compile Include="Enums.cs" />
  148. <Compile Include="Forms\FileUnlockForm.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="Forms\FileUnlockForm.Designer.cs">
  152. <DependentUpon>FileUnlockForm.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="Forms\FirstRunForm.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="Forms\FirstRunForm.Designer.cs">
  158. <DependentUpon>FirstRunForm.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="Forms\HelperForm.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="Forms\HelperForm.designer.cs">
  164. <DependentUpon>HelperForm.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="Forms\SubForm.cs">
  167. <SubType>Form</SubType>
  168. </Compile>
  169. <Compile Include="Forms\SubForm.Designer.cs">
  170. <DependentUpon>SubForm.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="Forms\UpdateForm.cs">
  173. <SubType>Form</SubType>
  174. </Compile>
  175. <Compile Include="Forms\UpdateForm.Designer.cs">
  176. <DependentUpon>UpdateForm.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="Hardware.cs" />
  179. <Compile Include="Forms\HostsEditorForm.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="Forms\HostsEditorForm.Designer.cs">
  183. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="HostsHelper.cs" />
  186. <Compile Include="IndiciumHelper.cs" />
  187. <Compile Include="Forms\InfoForm.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="Forms\InfoForm.Designer.cs">
  191. <DependentUpon>InfoForm.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="Integrator.cs" />
  194. <Compile Include="Controls\ListViewColumnSorter.cs" />
  195. <Compile Include="Forms\MainForm.cs">
  196. <SubType>Form</SubType>
  197. </Compile>
  198. <Compile Include="Forms\MainForm.Designer.cs">
  199. <DependentUpon>MainForm.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="NetworkAdapter.cs" />
  202. <Compile Include="NetworkMonitor.cs" />
  203. <Compile Include="Optimize.cs" />
  204. <Compile Include="Options.cs" />
  205. <Compile Include="PingerHelper.cs" />
  206. <Compile Include="Program.cs" />
  207. <Compile Include="Properties\AssemblyInfo.cs" />
  208. <Compile Include="Properties\Resources.Designer.cs">
  209. <AutoGen>True</AutoGen>
  210. <DesignTime>True</DesignTime>
  211. <DependentUpon>Resources.resx</DependentUpon>
  212. </Compile>
  213. <Compile Include="Required.cs" />
  214. <Compile Include="SilentConfig.cs" />
  215. <Compile Include="SilentOps.cs" />
  216. <Compile Include="Forms\SplashForm.cs">
  217. <SubType>Form</SubType>
  218. </Compile>
  219. <Compile Include="Forms\SplashForm.Designer.cs">
  220. <DependentUpon>SplashForm.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="Forms\StartupPreviewForm.cs">
  223. <SubType>Form</SubType>
  224. </Compile>
  225. <Compile Include="Forms\StartupPreviewForm.Designer.cs">
  226. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="Forms\StartupRestoreForm.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Compile Include="Forms\StartupRestoreForm.Designer.cs">
  232. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="StartupBackupItem.cs" />
  235. <Compile Include="StartupHelper.cs" />
  236. <Compile Include="StartupItem.cs" />
  237. <Compile Include="TokenPrivilege.cs" />
  238. <Compile Include="Utilities.cs" />
  239. <Compile Include="UWPHelper.cs" />
  240. <EmbeddedResource Include="Controls\ToggleCard.resx">
  241. <DependentUpon>ToggleCard.cs</DependentUpon>
  242. </EmbeddedResource>
  243. <EmbeddedResource Include="Forms\AboutForm.resx">
  244. <DependentUpon>AboutForm.cs</DependentUpon>
  245. <SubType>Designer</SubType>
  246. </EmbeddedResource>
  247. <EmbeddedResource Include="Controls\AppCard.resx">
  248. <DependentUpon>AppCard.cs</DependentUpon>
  249. </EmbeddedResource>
  250. <EmbeddedResource Include="Forms\FileUnlockForm.resx">
  251. <DependentUpon>FileUnlockForm.cs</DependentUpon>
  252. </EmbeddedResource>
  253. <EmbeddedResource Include="Forms\FirstRunForm.resx">
  254. <DependentUpon>FirstRunForm.cs</DependentUpon>
  255. </EmbeddedResource>
  256. <EmbeddedResource Include="Forms\HelperForm.resx">
  257. <DependentUpon>HelperForm.cs</DependentUpon>
  258. </EmbeddedResource>
  259. <EmbeddedResource Include="Forms\HostsEditorForm.resx">
  260. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  261. </EmbeddedResource>
  262. <EmbeddedResource Include="Forms\InfoForm.resx">
  263. <DependentUpon>InfoForm.cs</DependentUpon>
  264. </EmbeddedResource>
  265. <EmbeddedResource Include="Forms\MainForm.resx">
  266. <DependentUpon>MainForm.cs</DependentUpon>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="Forms\SubForm.resx">
  269. <DependentUpon>SubForm.cs</DependentUpon>
  270. </EmbeddedResource>
  271. <EmbeddedResource Include="Forms\UpdateForm.resx">
  272. <DependentUpon>UpdateForm.cs</DependentUpon>
  273. </EmbeddedResource>
  274. <EmbeddedResource Include="Properties\Resources.resx">
  275. <Generator>ResXFileCodeGenerator</Generator>
  276. <SubType>Designer</SubType>
  277. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  278. </EmbeddedResource>
  279. <EmbeddedResource Include="Forms\SplashForm.resx">
  280. <DependentUpon>SplashForm.cs</DependentUpon>
  281. </EmbeddedResource>
  282. <EmbeddedResource Include="Forms\StartupPreviewForm.resx">
  283. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  284. </EmbeddedResource>
  285. <EmbeddedResource Include="Forms\StartupRestoreForm.resx">
  286. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  287. </EmbeddedResource>
  288. <None Include="packages.config" />
  289. <None Include="Properties\Settings.settings">
  290. <Generator>SettingsSingleFileGenerator</Generator>
  291. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  292. </None>
  293. <Compile Include="Properties\Settings.Designer.cs">
  294. <AutoGen>True</AutoGen>
  295. <DependentUpon>Settings.settings</DependentUpon>
  296. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  297. </Compile>
  298. <None Include="Resources\i18n\AR.json" />
  299. <None Include="Resources\i18n\HU.json" />
  300. <None Include="Resources\i18n\NL.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\i18n\UA.json" />
  306. <None Include="Resources\Scripts\AddOpenWithCMD.reg" />
  307. <None Include="Resources\i18n\CN.json" />
  308. <None Include="Resources\i18n\CZ.json" />
  309. <None Include="Resources\i18n\DE.json" />
  310. <None Include="Resources\Scripts\DesktopShortcuts.reg" />
  311. <None Include="Resources\Scripts\DisableDefenderSafeMode1903Plus.bat" />
  312. <None Include="Resources\Scripts\DisableOfficeTelemetry.reg" />
  313. <None Include="Resources\i18n\EN.json" />
  314. <None Include="Resources\Scripts\EnableDefenderSafeMode1903Plus.bat" />
  315. <None Include="Resources\Scripts\EnableOfficeTelemetry.reg" />
  316. <None Include="Resources\Scripts\EnableOfficeTelemetryTasks.bat" />
  317. <None Include="Resources\Scripts\EnableTelemetryTasks.bat" />
  318. <None Include="Resources\Scripts\EnableXboxTasks.bat" />
  319. <None Include="Resources\i18n\EL.json" />
  320. <None Include="Resources\i18n\ES.json" />
  321. <None Include="Resources\i18n\FR.json" />
  322. <None Include="Resources\Scripts\GPEditEnablerInHome.bat" />
  323. <None Include="Resources\Scripts\hosts" />
  324. <None Include="Resources\Scripts\InstallTakeOwnership.reg" />
  325. <None Include="Resources\i18n\IT.json" />
  326. <None Include="Resources\i18n\KO.json" />
  327. <None Include="Resources\Scripts\PowerMenu.reg" />
  328. <None Include="Resources\i18n\PT.json" />
  329. <None Include="Resources\Scripts\RemoveTakeOwnership.reg" />
  330. <None Include="Resources\i18n\RU.json" />
  331. <None Include="Resources\Scripts\SystemShortcuts.reg" />
  332. <None Include="Resources\Scripts\SystemTools.reg" />
  333. <None Include="Resources\i18n\TR.json" />
  334. <None Include="Resources\i18n\TW.json" />
  335. <None Include="Resources\Scripts\WindowsApps.reg" />
  336. </ItemGroup>
  337. <ItemGroup>
  338. <None Include="App.config" />
  339. </ItemGroup>
  340. <ItemGroup>
  341. <None Include="Resources\Scripts\DisableOfficeTelemetryTasks.bat" />
  342. <None Include="Resources\Scripts\DisableTelemetryTasks.bat" />
  343. <None Include="Resources\Scripts\DisableXboxTasks.bat" />
  344. <None Include="Resources\Scripts\OneDrive_Uninstaller.bin" />
  345. </ItemGroup>
  346. <ItemGroup>
  347. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  348. <Visible>False</Visible>
  349. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  350. <Install>true</Install>
  351. </BootstrapperPackage>
  352. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  353. <Visible>False</Visible>
  354. <ProductName>.NET Framework 3.5 SP1</ProductName>
  355. <Install>false</Install>
  356. </BootstrapperPackage>
  357. </ItemGroup>
  358. <ItemGroup>
  359. <COMReference Include="Shell32">
  360. <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
  361. <VersionMajor>1</VersionMajor>
  362. <VersionMinor>0</VersionMinor>
  363. <Lcid>0</Lcid>
  364. <WrapperTool>tlbimp</WrapperTool>
  365. <Isolated>False</Isolated>
  366. <EmbedInteropTypes>True</EmbedInteropTypes>
  367. </COMReference>
  368. </ItemGroup>
  369. <ItemGroup>
  370. <None Include="Resources\Flags\ukraine.png" />
  371. <None Include="Resources\Assets\logo.png" />
  372. <None Include="Resources\Assets\banner.png" />
  373. <None Include="Resources\Flags\dutch.png" />
  374. <None Include="Resources\Flags\romania.png" />
  375. <None Include="Resources\Flags\hungary.png" />
  376. <None Include="Resources\Flags\kurdish.png" />
  377. <None Include="Resources\Flags\egypt.png" />
  378. <None Include="Resources\Flags\poland.png" />
  379. <None Include="Resources\Flags\korea.png" />
  380. <None Include="Resources\Flags\taiwan.png" />
  381. <None Include="Resources\Flags\united-kingdom.png" />
  382. <None Include="Resources\Flags\turkey.png" />
  383. <None Include="Resources\Flags\spain.png" />
  384. <None Include="Resources\Flags\russia.png" />
  385. <None Include="Resources\Flags\italy.png" />
  386. <None Include="Resources\Flags\greece.png" />
  387. <None Include="Resources\Flags\germany.png" />
  388. <None Include="Resources\Flags\france.png" />
  389. <None Include="Resources\Flags\czech.png" />
  390. <None Include="Resources\Flags\china.png" />
  391. <None Include="Resources\Flags\brazil.png" />
  392. <EmbeddedResource Include="Newtonsoft.Json.dll" />
  393. <Content Include="optimizer.ico" />
  394. </ItemGroup>
  395. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  396. <PropertyGroup>
  397. <PreBuildEvent>
  398. </PreBuildEvent>
  399. </PropertyGroup>
  400. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  401. Other similar extension points exist, see Microsoft.Common.targets.
  402. <Target Name="BeforeBuild">
  403. </Target>
  404. <Target Name="AfterBuild">
  405. </Target>
  406. -->
  407. </Project>