123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{96563750-9265-4ACC-8E9E-61930A208A4D}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Optimizer</RootNamespace>
- <AssemblyName>Optimizer</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\bin\debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\bin\release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationManifest>app.manifest</ApplicationManifest>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>optimizer.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>.\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.ServiceProcess" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Management.Automation" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AboutForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="AboutForm.Designer.cs">
- <DependentUpon>AboutForm.cs</DependentUpon>
- </Compile>
- <Compile Include="CleanHelper.cs" />
- <Compile Include="EdgeForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="EdgeForm.Designer.cs">
- <DependentUpon>EdgeForm.cs</DependentUpon>
- </Compile>
- <Compile Include="EmbeddedAssembly.cs" />
- <Compile Include="Enums.cs" />
- <Compile Include="HostsEditorForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="HostsEditorForm.Designer.cs">
- <DependentUpon>HostsEditorForm.cs</DependentUpon>
- </Compile>
- <Compile Include="HostsHelper.cs" />
- <Compile Include="InfoForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="InfoForm.Designer.cs">
- <DependentUpon>InfoForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Integrator.cs" />
- <Compile Include="ListViewColumnSorter.cs" />
- <Compile Include="OptimizeForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OptimizeForm.Designer.cs">
- <DependentUpon>OptimizeForm.cs</DependentUpon>
- </Compile>
- <Compile Include="MainForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MainForm.Designer.cs">
- <DependentUpon>MainForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Optimize.cs" />
- <Compile Include="Options.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="MessagerForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MessagerForm.Designer.cs">
- <DependentUpon>MessagerForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Required.cs" />
- <Compile Include="StartupItem.cs" />
- <EmbeddedResource Include="AboutForm.resx">
- <DependentUpon>AboutForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="EdgeForm.resx">
- <DependentUpon>EdgeForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="HostsEditorForm.resx">
- <DependentUpon>HostsEditorForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="InfoForm.resx">
- <DependentUpon>InfoForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OptimizeForm.resx">
- <DependentUpon>OptimizeForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainForm.resx">
- <DependentUpon>MainForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <EmbeddedResource Include="MessagerForm.resx">
- <DependentUpon>MessagerForm.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="app.manifest">
- <SubType>Designer</SubType>
- </None>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <None Include="Resources\DesktopShortcuts.reg" />
- <None Include="Resources\DisableOfficeTelemetry.reg" />
- <None Include="Resources\hosts" />
- <None Include="Resources\InstallTakeOwnership.reg" />
- <None Include="Resources\PowerMenu.reg" />
- <None Include="Resources\RemoveTakeOwnership.reg" />
- <None Include="Resources\SystemShortcuts.reg" />
- <None Include="Resources\SystemTools.reg" />
- <None Include="Resources\WindowsApps.reg" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\DisableOfficeTelemetryTasks.bat" />
- <None Include="Resources\DisableTelemetryTasks.bat" />
- <None Include="Resources\DisableXboxTasks.bat" />
- <None Include="Resources\OneDrive_Uninstaller.bin" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Newtonsoft.Json.dll" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="Shell32">
- <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\optimizer.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\optimizer-ico.ico" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="optimizer.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|