Optimizer.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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">
  66. <HintPath>.\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\MoonTabs.cs">
  93. <SubType>Component</SubType>
  94. </Compile>
  95. <Compile Include="Controls\ColorOverrider.cs" />
  96. <Compile Include="Controls\MoonTip.cs">
  97. <SubType>Component</SubType>
  98. </Compile>
  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="Forms\AboutForm.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Forms\AboutForm.Designer.cs">
  115. <DependentUpon>AboutForm.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="Controls\AppCard.cs">
  118. <SubType>UserControl</SubType>
  119. </Compile>
  120. <Compile Include="Controls\AppCard.Designer.cs">
  121. <DependentUpon>AppCard.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Controls\MoonCheckList.cs">
  124. <SubType>Component</SubType>
  125. </Compile>
  126. <Compile Include="Controls\MoonProgress.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="Controls\MoonMenuRenderer.cs" />
  130. <Compile Include="ErrorLogger.cs" />
  131. <Compile Include="FeedApp.cs" />
  132. <Compile Include="ByteSize\BinaryByteSize.cs" />
  133. <Compile Include="ByteSize\ByteSize.cs" />
  134. <Compile Include="ByteSize\DecimalByteSize.cs" />
  135. <Compile Include="CleanHelper.cs" />
  136. <Compile Include="Controls\MoonCheck.cs">
  137. <SubType>Component</SubType>
  138. </Compile>
  139. <Compile Include="Controls\MoonRadio.cs">
  140. <SubType>Component</SubType>
  141. </Compile>
  142. <Compile Include="EmbeddedAssembly.cs" />
  143. <Compile Include="Enums.cs" />
  144. <Compile Include="Forms\FirstRunForm.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="Forms\FirstRunForm.Designer.cs">
  148. <DependentUpon>FirstRunForm.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="Forms\CleanPreviewForm.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="Forms\CleanPreviewForm.Designer.cs">
  154. <DependentUpon>CleanPreviewForm.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="Forms\HelperForm.cs">
  157. <SubType>Form</SubType>
  158. </Compile>
  159. <Compile Include="Forms\HelperForm.designer.cs">
  160. <DependentUpon>HelperForm.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="Hardware.cs" />
  163. <Compile Include="Forms\HostsEditorForm.cs">
  164. <SubType>Form</SubType>
  165. </Compile>
  166. <Compile Include="Forms\HostsEditorForm.Designer.cs">
  167. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="HostsHelper.cs" />
  170. <Compile Include="IndiciumHelper.cs" />
  171. <Compile Include="Forms\InfoForm.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="Forms\InfoForm.Designer.cs">
  175. <DependentUpon>InfoForm.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="Integrator.cs" />
  178. <Compile Include="Controls\ListViewColumnSorter.cs" />
  179. <Compile Include="Forms\MainForm.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="Forms\MainForm.Designer.cs">
  183. <DependentUpon>MainForm.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="NetworkAdapter.cs" />
  186. <Compile Include="NetworkMonitor.cs" />
  187. <Compile Include="Optimize.cs" />
  188. <Compile Include="Options.cs" />
  189. <Compile Include="Program.cs" />
  190. <Compile Include="Properties\AssemblyInfo.cs" />
  191. <Compile Include="Required.cs" />
  192. <Compile Include="SilentConfig.cs" />
  193. <Compile Include="SilentOps.cs" />
  194. <Compile Include="Forms\SplashForm.cs">
  195. <SubType>Form</SubType>
  196. </Compile>
  197. <Compile Include="Forms\SplashForm.Designer.cs">
  198. <DependentUpon>SplashForm.cs</DependentUpon>
  199. </Compile>
  200. <Compile Include="Forms\StartupPreviewForm.cs">
  201. <SubType>Form</SubType>
  202. </Compile>
  203. <Compile Include="Forms\StartupPreviewForm.Designer.cs">
  204. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  205. </Compile>
  206. <Compile Include="Forms\StartupRestoreForm.cs">
  207. <SubType>Form</SubType>
  208. </Compile>
  209. <Compile Include="Forms\StartupRestoreForm.Designer.cs">
  210. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  211. </Compile>
  212. <Compile Include="StartupBackupItem.cs" />
  213. <Compile Include="StartupItem.cs" />
  214. <Compile Include="TokenPrivilege.cs" />
  215. <Compile Include="Utilities.cs" />
  216. <EmbeddedResource Include="Controls\ToggleCard.resx">
  217. <DependentUpon>ToggleCard.cs</DependentUpon>
  218. </EmbeddedResource>
  219. <EmbeddedResource Include="Forms\AboutForm.resx">
  220. <DependentUpon>AboutForm.cs</DependentUpon>
  221. <SubType>Designer</SubType>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="Controls\AppCard.resx">
  224. <DependentUpon>AppCard.cs</DependentUpon>
  225. </EmbeddedResource>
  226. <EmbeddedResource Include="Forms\FirstRunForm.resx">
  227. <DependentUpon>FirstRunForm.cs</DependentUpon>
  228. </EmbeddedResource>
  229. <EmbeddedResource Include="Forms\CleanPreviewForm.resx">
  230. <DependentUpon>CleanPreviewForm.cs</DependentUpon>
  231. </EmbeddedResource>
  232. <EmbeddedResource Include="Forms\HelperForm.resx">
  233. <DependentUpon>HelperForm.cs</DependentUpon>
  234. </EmbeddedResource>
  235. <EmbeddedResource Include="Forms\HostsEditorForm.resx">
  236. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  237. </EmbeddedResource>
  238. <EmbeddedResource Include="Forms\InfoForm.resx">
  239. <DependentUpon>InfoForm.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="Forms\MainForm.resx">
  242. <DependentUpon>MainForm.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="Properties\Resources.resx">
  245. <Generator>ResXFileCodeGenerator</Generator>
  246. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  247. <SubType>Designer</SubType>
  248. </EmbeddedResource>
  249. <Compile Include="Properties\Resources.Designer.cs">
  250. <AutoGen>True</AutoGen>
  251. <DependentUpon>Resources.resx</DependentUpon>
  252. <DesignTime>True</DesignTime>
  253. </Compile>
  254. <EmbeddedResource Include="Forms\SplashForm.resx">
  255. <DependentUpon>SplashForm.cs</DependentUpon>
  256. </EmbeddedResource>
  257. <EmbeddedResource Include="Forms\StartupPreviewForm.resx">
  258. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  259. </EmbeddedResource>
  260. <EmbeddedResource Include="Forms\StartupRestoreForm.resx">
  261. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  262. </EmbeddedResource>
  263. <None Include="app.manifest">
  264. <SubType>Designer</SubType>
  265. </None>
  266. <None Include="packages.config" />
  267. <None Include="Properties\Settings.settings">
  268. <Generator>SettingsSingleFileGenerator</Generator>
  269. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  270. </None>
  271. <Compile Include="Properties\Settings.Designer.cs">
  272. <AutoGen>True</AutoGen>
  273. <DependentUpon>Settings.settings</DependentUpon>
  274. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  275. </Compile>
  276. <None Include="Resources\AddOpenWithCMD.reg" />
  277. <None Include="Resources\CN.json" />
  278. <None Include="Resources\CZ.json" />
  279. <None Include="Resources\DE.json" />
  280. <None Include="Resources\DesktopShortcuts.reg" />
  281. <None Include="Resources\DisableDefenderSafeMode1903Plus.bat" />
  282. <None Include="Resources\DisableOfficeTelemetry.reg" />
  283. <None Include="Resources\EN.json" />
  284. <None Include="Resources\EnableOfficeTelemetry.reg" />
  285. <None Include="Resources\EnableOfficeTelemetryTasks.bat" />
  286. <None Include="Resources\EnableTelemetryTasks.bat" />
  287. <None Include="Resources\EnableXboxTasks.bat" />
  288. <None Include="Resources\EL.json" />
  289. <None Include="Resources\ES.json" />
  290. <None Include="Resources\FlushDNSCache.bat" />
  291. <None Include="Resources\FR.json" />
  292. <None Include="Resources\GPEditEnablerInHome.bat" />
  293. <None Include="Resources\hosts" />
  294. <None Include="Resources\InstallTakeOwnership.reg" />
  295. <None Include="Resources\IT.json" />
  296. <None Include="Resources\KO.json" />
  297. <None Include="Resources\PowerMenu.reg" />
  298. <None Include="Resources\PT.json" />
  299. <None Include="Resources\RemoveTakeOwnership.reg" />
  300. <None Include="Resources\RU.json" />
  301. <None Include="Resources\SystemShortcuts.reg" />
  302. <None Include="Resources\SystemTools.reg" />
  303. <None Include="Resources\TR.json" />
  304. <None Include="Resources\TW.json" />
  305. <None Include="Resources\WindowsApps.reg" />
  306. </ItemGroup>
  307. <ItemGroup>
  308. <None Include="App.config" />
  309. </ItemGroup>
  310. <ItemGroup>
  311. <None Include="Resources\DisableOfficeTelemetryTasks.bat" />
  312. <None Include="Resources\DisableTelemetryTasks.bat" />
  313. <None Include="Resources\DisableXboxTasks.bat" />
  314. <None Include="Resources\OneDrive_Uninstaller.bin" />
  315. </ItemGroup>
  316. <ItemGroup>
  317. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  318. <Visible>False</Visible>
  319. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  320. <Install>true</Install>
  321. </BootstrapperPackage>
  322. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  323. <Visible>False</Visible>
  324. <ProductName>.NET Framework 3.5 SP1</ProductName>
  325. <Install>false</Install>
  326. </BootstrapperPackage>
  327. </ItemGroup>
  328. <ItemGroup>
  329. <COMReference Include="Shell32">
  330. <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
  331. <VersionMajor>1</VersionMajor>
  332. <VersionMinor>0</VersionMinor>
  333. <Lcid>0</Lcid>
  334. <WrapperTool>tlbimp</WrapperTool>
  335. <Isolated>False</Isolated>
  336. <EmbedInteropTypes>True</EmbedInteropTypes>
  337. </COMReference>
  338. </ItemGroup>
  339. <ItemGroup>
  340. <None Include="Resources\korea.png" />
  341. <None Include="Resources\taiwan.png" />
  342. <None Include="Resources\united-kingdom.png" />
  343. <None Include="Resources\turkey.png" />
  344. <None Include="Resources\spain.png" />
  345. <None Include="Resources\russia.png" />
  346. <None Include="Resources\italy.png" />
  347. <None Include="Resources\greece.png" />
  348. <None Include="Resources\germany.png" />
  349. <None Include="Resources\france.png" />
  350. <None Include="Resources\czech.png" />
  351. <None Include="Resources\china.png" />
  352. <None Include="Resources\brazil.png" />
  353. <None Include="Resources\optimiz.png" />
  354. <None Include="Resources\logo.png" />
  355. <EmbeddedResource Include="Newtonsoft.Json.dll" />
  356. <Content Include="optimizer.ico" />
  357. </ItemGroup>
  358. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  359. <PropertyGroup>
  360. <PreBuildEvent>
  361. </PreBuildEvent>
  362. </PropertyGroup>
  363. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  364. Other similar extension points exist, see Microsoft.Common.targets.
  365. <Target Name="BeforeBuild">
  366. </Target>
  367. <Target Name="AfterBuild">
  368. </Target>
  369. -->
  370. </Project>