Optimizer.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationManifest>app.manifest</ApplicationManifest>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>optimizer.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <SignAssembly>false</SignAssembly>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Microsoft.VisualBasic" />
  64. <Reference Include="Newtonsoft.Json">
  65. <HintPath>.\Newtonsoft.Json.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.IO.Compression" />
  70. <Reference Include="System.Management" />
  71. <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="System.ServiceProcess" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Deployment" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Forms\AboutForm.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Forms\AboutForm.Designer.cs">
  92. <DependentUpon>AboutForm.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Controls\AppCard.cs">
  95. <SubType>UserControl</SubType>
  96. </Compile>
  97. <Compile Include="Controls\AppCard.Designer.cs">
  98. <DependentUpon>AppCard.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Controls\ColoredCheckList.cs">
  101. <SubType>Component</SubType>
  102. </Compile>
  103. <Compile Include="Controls\ColoredProgress.cs">
  104. <SubType>Component</SubType>
  105. </Compile>
  106. <Compile Include="Controls\ToolStripRendererMaterial.cs" />
  107. <Compile Include="ErrorLogger.cs" />
  108. <Compile Include="FeedApp.cs" />
  109. <Compile Include="ByteSize\BinaryByteSize.cs" />
  110. <Compile Include="ByteSize\ByteSize.cs" />
  111. <Compile Include="ByteSize\DecimalByteSize.cs" />
  112. <Compile Include="CleanHelper.cs" />
  113. <Compile Include="Controls\ColoredCheckBox.cs">
  114. <SubType>Component</SubType>
  115. </Compile>
  116. <Compile Include="Controls\ColoredRadioButton.cs">
  117. <SubType>Component</SubType>
  118. </Compile>
  119. <Compile Include="EmbeddedAssembly.cs" />
  120. <Compile Include="Enums.cs" />
  121. <Compile Include="Forms\FirstRunForm.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="Forms\FirstRunForm.Designer.cs">
  125. <DependentUpon>FirstRunForm.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Forms\CleanPreviewForm.cs">
  128. <SubType>Form</SubType>
  129. </Compile>
  130. <Compile Include="Forms\CleanPreviewForm.Designer.cs">
  131. <DependentUpon>CleanPreviewForm.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="Hardware.cs" />
  134. <Compile Include="Forms\HostsEditorForm.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Forms\HostsEditorForm.Designer.cs">
  138. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="HostsHelper.cs" />
  141. <Compile Include="IndiciumHelper.cs" />
  142. <Compile Include="Forms\InfoForm.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="Forms\InfoForm.Designer.cs">
  146. <DependentUpon>InfoForm.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="Integrator.cs" />
  149. <Compile Include="Controls\ListViewColumnSorter.cs" />
  150. <Compile Include="Forms\MainForm.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="Forms\MainForm.Designer.cs">
  154. <DependentUpon>MainForm.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="NetworkAdapter.cs" />
  157. <Compile Include="NetworkMonitor.cs" />
  158. <Compile Include="Optimize.cs" />
  159. <Compile Include="Options.cs" />
  160. <Compile Include="Program.cs" />
  161. <Compile Include="Properties\AssemblyInfo.cs" />
  162. <Compile Include="Forms\HelperForm.cs">
  163. <SubType>Form</SubType>
  164. </Compile>
  165. <Compile Include="Forms\HelperForm.Designer.cs">
  166. <DependentUpon>HelperForm.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="Required.cs" />
  169. <Compile Include="SilentConfig.cs" />
  170. <Compile Include="SilentOps.cs" />
  171. <Compile Include="Forms\SplashForm.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="Forms\SplashForm.Designer.cs">
  175. <DependentUpon>SplashForm.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="Forms\StartupPreviewForm.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="Forms\StartupPreviewForm.Designer.cs">
  181. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="Forms\StartupRestoreForm.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="Forms\StartupRestoreForm.Designer.cs">
  187. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="StartupBackupItem.cs" />
  190. <Compile Include="StartupItem.cs" />
  191. <Compile Include="Controls\ToggleSwitch\ImageHelper.cs" />
  192. <Compile Include="Controls\ToggleSwitch\ToggleSwitch.cs">
  193. <SubType>Component</SubType>
  194. </Compile>
  195. <Compile Include="Controls\ToggleSwitch\ToggleSwitchRenderer.cs" />
  196. <Compile Include="Controls\ToggleSwitch\ToggleSwitchRendererBase.cs" />
  197. <Compile Include="Utilities.cs" />
  198. <EmbeddedResource Include="Forms\AboutForm.resx">
  199. <DependentUpon>AboutForm.cs</DependentUpon>
  200. <SubType>Designer</SubType>
  201. </EmbeddedResource>
  202. <EmbeddedResource Include="Controls\AppCard.resx">
  203. <DependentUpon>AppCard.cs</DependentUpon>
  204. </EmbeddedResource>
  205. <EmbeddedResource Include="Forms\FirstRunForm.resx">
  206. <DependentUpon>FirstRunForm.cs</DependentUpon>
  207. </EmbeddedResource>
  208. <EmbeddedResource Include="Forms\CleanPreviewForm.resx">
  209. <DependentUpon>CleanPreviewForm.cs</DependentUpon>
  210. </EmbeddedResource>
  211. <EmbeddedResource Include="Forms\HostsEditorForm.resx">
  212. <DependentUpon>HostsEditorForm.cs</DependentUpon>
  213. </EmbeddedResource>
  214. <EmbeddedResource Include="Forms\InfoForm.resx">
  215. <DependentUpon>InfoForm.cs</DependentUpon>
  216. </EmbeddedResource>
  217. <EmbeddedResource Include="Forms\MainForm.resx">
  218. <DependentUpon>MainForm.cs</DependentUpon>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="Properties\Resources.resx">
  221. <Generator>ResXFileCodeGenerator</Generator>
  222. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  223. <SubType>Designer</SubType>
  224. </EmbeddedResource>
  225. <Compile Include="Properties\Resources.Designer.cs">
  226. <AutoGen>True</AutoGen>
  227. <DependentUpon>Resources.resx</DependentUpon>
  228. <DesignTime>True</DesignTime>
  229. </Compile>
  230. <EmbeddedResource Include="Forms\HelperForm.resx">
  231. <DependentUpon>HelperForm.cs</DependentUpon>
  232. </EmbeddedResource>
  233. <EmbeddedResource Include="Forms\SplashForm.resx">
  234. <DependentUpon>SplashForm.cs</DependentUpon>
  235. </EmbeddedResource>
  236. <EmbeddedResource Include="Forms\StartupPreviewForm.resx">
  237. <DependentUpon>StartupPreviewForm.cs</DependentUpon>
  238. </EmbeddedResource>
  239. <EmbeddedResource Include="Forms\StartupRestoreForm.resx">
  240. <DependentUpon>StartupRestoreForm.cs</DependentUpon>
  241. </EmbeddedResource>
  242. <None Include="app.manifest">
  243. <SubType>Designer</SubType>
  244. </None>
  245. <None Include="packages.config" />
  246. <None Include="Properties\Settings.settings">
  247. <Generator>SettingsSingleFileGenerator</Generator>
  248. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  249. </None>
  250. <Compile Include="Properties\Settings.Designer.cs">
  251. <AutoGen>True</AutoGen>
  252. <DependentUpon>Settings.settings</DependentUpon>
  253. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  254. </Compile>
  255. <None Include="Resources\AddOpenWithCMD.reg" />
  256. <None Include="Resources\DE.json" />
  257. <None Include="Resources\DesktopShortcuts.reg" />
  258. <None Include="Resources\DisableDefenderSafeMode1903Plus.bat" />
  259. <None Include="Resources\DisableOfficeTelemetry.reg" />
  260. <None Include="Resources\EN.json" />
  261. <None Include="Resources\EnableOfficeTelemetry.reg" />
  262. <None Include="Resources\EnableOfficeTelemetryTasks.bat" />
  263. <None Include="Resources\EnableTelemetryTasks.bat" />
  264. <None Include="Resources\EnableXboxTasks.bat" />
  265. <None Include="Resources\EL.json" />
  266. <None Include="Resources\ES.json" />
  267. <None Include="Resources\FlushDNSCache.bat" />
  268. <None Include="Resources\FR.json" />
  269. <None Include="Resources\GPEditEnablerInHome.bat" />
  270. <None Include="Resources\hosts" />
  271. <None Include="Resources\InstallTakeOwnership.reg" />
  272. <None Include="Resources\IT.json" />
  273. <None Include="Resources\PowerMenu.reg" />
  274. <None Include="Resources\PT.json" />
  275. <None Include="Resources\RemoveTakeOwnership.reg" />
  276. <None Include="Resources\RU.json" />
  277. <None Include="Resources\SystemShortcuts.reg" />
  278. <None Include="Resources\SystemTools.reg" />
  279. <None Include="Resources\TR.json" />
  280. <None Include="Resources\WindowsApps.reg" />
  281. </ItemGroup>
  282. <ItemGroup>
  283. <None Include="App.config" />
  284. </ItemGroup>
  285. <ItemGroup>
  286. <None Include="Resources\DisableOfficeTelemetryTasks.bat" />
  287. <None Include="Resources\DisableTelemetryTasks.bat" />
  288. <None Include="Resources\DisableXboxTasks.bat" />
  289. <None Include="Resources\OneDrive_Uninstaller.bin" />
  290. </ItemGroup>
  291. <ItemGroup>
  292. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  293. <Visible>False</Visible>
  294. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  295. <Install>true</Install>
  296. </BootstrapperPackage>
  297. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  298. <Visible>False</Visible>
  299. <ProductName>.NET Framework 3.5 SP1</ProductName>
  300. <Install>false</Install>
  301. </BootstrapperPackage>
  302. </ItemGroup>
  303. <ItemGroup>
  304. <COMReference Include="Shell32">
  305. <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
  306. <VersionMajor>1</VersionMajor>
  307. <VersionMinor>0</VersionMinor>
  308. <Lcid>0</Lcid>
  309. <WrapperTool>tlbimp</WrapperTool>
  310. <Isolated>False</Isolated>
  311. <EmbedInteropTypes>True</EmbedInteropTypes>
  312. </COMReference>
  313. </ItemGroup>
  314. <ItemGroup>
  315. <EmbeddedResource Include="Newtonsoft.Json.dll" />
  316. <Content Include="optimizer.ico" />
  317. </ItemGroup>
  318. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  319. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  320. Other similar extension points exist, see Microsoft.Common.targets.
  321. <Target Name="BeforeBuild">
  322. </Target>
  323. <Target Name="AfterBuild">
  324. </Target>
  325. -->
  326. </Project>