Delete Privatezilla.csproj
This commit is contained in:
parent
f433b10914
commit
82ca8fed20
1 changed files with 0 additions and 186 deletions
|
@ -1,186 +0,0 @@
|
|||
<?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>{1CF5392E-0522-49D4-8343-B732BE762086}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>Privatezilla</RootNamespace>
|
||||
<AssemblyName>Privatezilla</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>true</Deterministic>
|
||||
<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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|AnyCPU'">
|
||||
<OutputPath>bin\x64\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<OutputPath>bin\x64\Debug\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<OutputPath>bin\x64\Release\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|x64'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<OutputPath>bin\x64\x64\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<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="System.ServiceModel" />
|
||||
<Reference Include="System.Transactions" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Helpers\WindowsHelper.cs" />
|
||||
<Compile Include="Interfaces\IListView.cs" />
|
||||
<Compile Include="Settings\Apps\AccountInfo.cs" />
|
||||
<Compile Include="Settings\Apps\AppNotifications.cs" />
|
||||
<Compile Include="Settings\Apps\BackgroundApps.cs" />
|
||||
<Compile Include="Settings\Apps\Calendar.cs" />
|
||||
<Compile Include="Settings\Apps\Call.cs" />
|
||||
<Compile Include="Settings\Apps\CallHistory.cs" />
|
||||
<Compile Include="Settings\Apps\CellularData.cs" />
|
||||
<Compile Include="Settings\Apps\Contacts.cs" />
|
||||
<Compile Include="Settings\Apps\DiagnosticInformation.cs" />
|
||||
<Compile Include="Settings\Apps\Documents.cs" />
|
||||
<Compile Include="Settings\Apps\Email.cs" />
|
||||
<Compile Include="Settings\Apps\FileSystem.cs" />
|
||||
<Compile Include="Settings\Apps\EyeGaze.cs" />
|
||||
<Compile Include="Settings\Bloatware\RemoveUWPDefaults.cs" />
|
||||
<Compile Include="Settings\Defender\DisableSmartScreenStore.cs" />
|
||||
<Compile Include="Settings\Edge\BlockEdgeRollout.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableCEIP.cs" />
|
||||
<Compile Include="Settings\Privacy\GetMoreOutOfWindows.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableHEIP.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableMSExperiments.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableTipsLockScreen.cs" />
|
||||
<Compile Include="Settings\Privacy\InstalledApps.cs" />
|
||||
<Compile Include="Settings\Apps\Messaging.cs" />
|
||||
<Compile Include="Settings\Apps\Microphone.cs" />
|
||||
<Compile Include="Settings\Apps\Motion.cs" />
|
||||
<Compile Include="Settings\Apps\Notifications.cs" />
|
||||
<Compile Include="Settings\Apps\OtherDevices.cs" />
|
||||
<Compile Include="Settings\Apps\Pictures.cs" />
|
||||
<Compile Include="Settings\Apps\Radios.cs" />
|
||||
<Compile Include="Settings\Cortana\UninstallCortana.cs" />
|
||||
<Compile Include="Settings\Privacy\InventoryCollector.cs" />
|
||||
<Compile Include="Settings\Privacy\SuggestedContent.cs" />
|
||||
<Compile Include="Settings\Bloatware\RemoveUWPAll.cs" />
|
||||
<Compile Include="Settings\Privacy\SuggestedApps.cs" />
|
||||
<Compile Include="Settings\Apps\Tasks.cs" />
|
||||
<Compile Include="Settings\Apps\TrackingApps.cs" />
|
||||
<Compile Include="Settings\Apps\Videos.cs" />
|
||||
<Compile Include="Settings\Apps\Camera.cs" />
|
||||
<Compile Include="Settings\Edge\AutoFillCredits.cs" />
|
||||
<Compile Include="Settings\Edge\DisableSync.cs" />
|
||||
<Compile Include="Settings\Edge\EdgeBackground.cs" />
|
||||
<Compile Include="Settings\Gaming\GameBar.cs" />
|
||||
<Compile Include="Settings\Privacy\DiagnosticData.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableAds.cs" />
|
||||
<Compile Include="Settings\Cortana\DisableBing.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableBiometrics.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableCompTelemetry.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableFeedback.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableLocation.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableTimeline.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableTips.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableWiFi.cs" />
|
||||
<Compile Include="Settings\Privacy\HandwritingData.cs" />
|
||||
<Compile Include="Helpers\RegistryHelper.cs" />
|
||||
<Compile Include="Interfaces\ITreeNode.cs" />
|
||||
<Compile Include="MainWindow.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MainWindow.Designer.cs">
|
||||
<DependentUpon>MainWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Settings\Security\DisablePassword.cs" />
|
||||
<Compile Include="Settings\Security\WindowsDRM.cs" />
|
||||
<Compile Include="Settings\Updates\BlockMajorUpdates.cs" />
|
||||
<Compile Include="Settings\Updates\DisableUpdates.cs" />
|
||||
<Compile Include="Settings\Updates\UpdatesSharing.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Helpers\SettingsNode.cs" />
|
||||
<Compile Include="Settings\Cortana\DisableCortana.cs" />
|
||||
<Compile Include="Helpers\SetttingsBase.cs" />
|
||||
<Compile Include="Settings\Privacy\DisableTelemetry.cs" />
|
||||
<EmbeddedResource Include="MainWindow.resx">
|
||||
<DependentUpon>MainWindow.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.es.resx" />
|
||||
<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="Properties\Resources.ru.resx" />
|
||||
<EmbeddedResource Include="Properties\Resources.zh.resx" />
|
||||
<None Include="app.manifest" />
|
||||
<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" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue