c8502bfa创建于 2025年6月25日历史提交
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{FA7D5C89-63D3-4AF0-80C2-D650D35E575B}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>CFixer</RootNamespace>
    <AssemblyName>Crap Fixer</AssemblyName>
    <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <Deterministic>true</Deterministic>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>x64</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </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>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationManifest>app.manifest</ApplicationManifest>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>AppIcon.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="Windows">
      <HintPath>..\..\..\..\..\Program Files (x86)\Windows Kits\8.1\References\CommonConfiguration\Neutral\Annotated\Windows.winmd</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AppManagerService.cs" />
    <Compile Include="Features\AI\ClickToDo.cs" />
    <Compile Include="Features\FeatureManager.cs" />
    <Compile Include="Features\Edge\BrowserSignin.cs" />
    <Compile Include="Features\Edge\DefaultTopSites.cs" />
    <Compile Include="Features\Edge\DefautBrowserSetting.cs" />
    <Compile Include="Features\Edge\EdgeCollections.cs" />
    <Compile Include="Features\Edge\EdgeShoppingAssistant.cs" />
    <Compile Include="Features\Edge\FirstRunExperience.cs" />
    <Compile Include="Features\Edge\GamerMode.cs" />
    <Compile Include="Features\Edge\HubsSidebar.cs" />
    <Compile Include="Features\Edge\ImportOnEachLaunch.cs" />
    <Compile Include="Features\Edge\StartupBoost.cs" />
    <Compile Include="Features\Edge\TabPageQuickLinks.cs" />
    <Compile Include="Features\Edge\UserFeedback.cs" />
    <Compile Include="Features\Issues\BasicCleanup.cs" />
    <Compile Include="Features\Issues\WingetUpgrade.cs" />
    <Compile Include="Features\System\MenuShowDelay.cs" />
    <Compile Include="Features\System\NetworkThrottling.cs" />
    <Compile Include="Features\System\SpeedUpShutdown.cs" />
    <Compile Include="Features\System\SystemResponsiveness.cs" />
    <Compile Include="Features\System\TaskbarEndTask.cs" />
    <Compile Include="Features\UI\BingSearch.cs" />
    <Compile Include="Features\UI\DarkMode.cs" />
    <Compile Include="Features\UI\SearchBoxSuggestions.cs" />
    <Compile Include="Features\UI\SnapAssistFlyout.cs" />
    <Compile Include="Features\UI\Transparency.cs" />
    <Compile Include="Helpers\LogActions.cs" />
    <Compile Include="Helpers\LogActionsController.cs" />
    <Compile Include="Helpers\OSHelper.cs" />
    <Compile Include="Helpers\Utils.cs" />
    <Compile Include="Helpers\Logger.cs" />
    <Compile Include="IniStateManager.cs" />
    <Compile Include="MainForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MainForm.Designer.cs">
      <DependentUpon>MainForm.cs</DependentUpon>
    </Compile>
    <Compile Include="NavigationHandler.cs" />
    <Compile Include="NavigationManager.cs" />
    <Compile Include="PluginManager.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Features\FeatureBase.cs" />
    <Compile Include="Features\FeatureNode.cs" />
    <Compile Include="Features\Ads\FileExlorerAds.cs" />
    <Compile Include="Features\Ads\FinishSetupAds.cs" />
    <Compile Include="Features\Ads\LockScreenAds.cs" />
    <Compile Include="Features\Ads\PersonalizedAds.cs" />
    <Compile Include="Features\Ads\SettingsAds.cs" />
    <Compile Include="Features\Ads\StartmenuAds.cs" />
    <Compile Include="Features\Ads\TailoredExperiences.cs" />
    <Compile Include="Features\Ads\TipsAndSuggestions.cs" />
    <Compile Include="Features\Ads\WelcomeExperienceAds.cs" />
    <Compile Include="Features\AI\CopilotTaskbar.cs" />
    <Compile Include="Features\AI\Recall.cs" />
    <Compile Include="Features\Gaming\GameDVR.cs" />
    <Compile Include="Features\Gaming\PowerThrotteling.cs" />
    <Compile Include="Features\Gaming\VisualFX.cs" />
    <Compile Include="Features\Privacy\ActivityHistory.cs" />
    <Compile Include="Features\Privacy\LocationTracking.cs" />
    <Compile Include="Features\Privacy\PrivacyExperience.cs" />
    <Compile Include="Features\Privacy\Telemetry.cs" />
    <Compile Include="Features\System\BSODDetails.cs" />
    <Compile Include="Features\System\VerboseStatus.cs" />
    <Compile Include="Features\UI\FullContextMenus.cs" />
    <Compile Include="Features\UI\LockScreen.cs" />
    <Compile Include="Features\UI\SearchboxTaskbarMode.cs" />
    <Compile Include="Features\UI\ShowOrHideMostUsedApps.cs" />
    <Compile Include="Features\UI\ShowTaskViewButton.cs" />
    <Compile Include="Features\UI\StartLayout.cs" />
    <Compile Include="Features\UI\TaskbarAlignment.cs" />
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Views\AboutView.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\AboutView.Designer.cs">
      <DependentUpon>AboutView.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\PluginsView.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\PluginsView.Designer.cs">
      <DependentUpon>PluginsView.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\SettingsView.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\SettingsView.Designer.cs">
      <DependentUpon>SettingsView.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\OptionsView.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\OptionsView.Designer.cs">
      <DependentUpon>OptionsView.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\ViveView.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\ViveView.Designer.cs">
      <DependentUpon>ViveView.cs</DependentUpon>
    </Compile>
    <EmbeddedResource Include="MainForm.resx">
      <DependentUpon>MainForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <SubType>Designer</SubType>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\AboutView.resx">
      <DependentUpon>AboutView.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\PluginsView.resx">
      <DependentUpon>PluginsView.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\SettingsView.resx">
      <DependentUpon>SettingsView.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\OptionsView.resx">
      <DependentUpon>OptionsView.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\ViveView.resx">
      <DependentUpon>ViveView.cs</DependentUpon>
    </EmbeddedResource>
    <None Include="app.manifest" />
    <Compile Include="Features\FeatureLoader.cs" />
    <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>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="AppIcon.ico" />
    <None Include="AppIcon32.png" />
    <None Include="AppIcon.png" />
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>