Skip to content

Commit

Permalink
Created new empty .NET 5 project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Apr 3, 2021
1 parent dd965e1 commit 97945ce
Show file tree
Hide file tree
Showing 30 changed files with 87 additions and 1,466 deletions.
33 changes: 14 additions & 19 deletions ChromeDevExtWarningPatcher.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChromeDevExtWarningPatcher", "ChromeDevExtWarningPatcher\ChromeDevExtWarningPatcher.csproj", "{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}"
ProjectSection(ProjectDependencies) = postProject
{BA6B041F-E0E9-45EC-86D8-BC5D1D864AE5} = {BA6B041F-E0E9-45EC-86D8-BC5D1D864AE5}
{BAA11244-ECA8-44B9-B976-B9BCDF37BF99} = {BAA11244-ECA8-44B9-B976-B9BCDF37BF99}
{29D94F79-97B1-4801-8A65-4A8BECBF2D46} = {29D94F79-97B1-4801-8A65-4A8BECBF2D46}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLine", "lib\commandlineparser_commandline\src\CommandLine\CommandLine.csproj", "{29D94F79-97B1-4801-8A65-4A8BECBF2D46}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChromePatcherDll", "ChromePatcherDll\ChromePatcherDll.vcxproj", "{BA6B041F-E0E9-45EC-86D8-BC5D1D864AE5}"
Expand All @@ -21,6 +14,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChromeDllInjector", "Chrome
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChromeDllInjectorBuildZipper", "ChromeDllInjectorBuildZipper\ChromeDllInjectorBuildZipper.csproj", "{8178E5BD-BE0E-4840-8F26-4152682068C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChromeDevExtWarningPatcher", "ChromeDevExtWarningPatcher\ChromeDevExtWarningPatcher.csproj", "{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -31,18 +26,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Debug|x64.ActiveCfg = Debug|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Debug|x64.Build.0 = Debug|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Debug|x86.ActiveCfg = Debug|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Debug|x86.Build.0 = Debug|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Release|Any CPU.Build.0 = Release|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Release|x64.ActiveCfg = Release|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Release|x64.Build.0 = Release|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Release|x86.ActiveCfg = Release|Any CPU
{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}.Release|x86.Build.0 = Release|Any CPU
{29D94F79-97B1-4801-8A65-4A8BECBF2D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29D94F79-97B1-4801-8A65-4A8BECBF2D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29D94F79-97B1-4801-8A65-4A8BECBF2D46}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -91,6 +74,18 @@ Global
{8178E5BD-BE0E-4840-8F26-4152682068C1}.Release|x64.Build.0 = Release|Any CPU
{8178E5BD-BE0E-4840-8F26-4152682068C1}.Release|x86.ActiveCfg = Release|Any CPU
{8178E5BD-BE0E-4840-8F26-4152682068C1}.Release|x86.Build.0 = Release|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Debug|x64.ActiveCfg = Debug|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Debug|x64.Build.0 = Debug|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Debug|x86.Build.0 = Debug|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Release|Any CPU.Build.0 = Release|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Release|x64.ActiveCfg = Release|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Release|x64.Build.0 = Release|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Release|x86.ActiveCfg = Release|Any CPU
{9F535953-6B7C-49B5-B0E4-B5C845ECEF47}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
9 changes: 9 additions & 0 deletions ChromeDevExtWarningPatcher/App.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Application x:Class="ChromeDevExtWarningPatcher.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ChromeDevExtWarningPatcher"
StartupUri="MainView.xaml">
<Application.Resources>

</Application.Resources>
</Application>
6 changes: 6 additions & 0 deletions ChromeDevExtWarningPatcher/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Windows;

namespace ChromeDevExtWarningPatcher {
public partial class App : Application {
}
}
10 changes: 10 additions & 0 deletions ChromeDevExtWarningPatcher/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System.Windows;

[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
183 changes: 27 additions & 156 deletions ChromeDevExtWarningPatcher/ChromeDevExtWarningPatcher.csproj
Original file line number Diff line number Diff line change
@@ -1,158 +1,29 @@
<?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>{0254DB23-B64D-4D54-8FF8-F4D570E95AD4}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>ChromeDevExtWarningPatcher</RootNamespace>
<AssemblyName>ChromeDevExtWarningPatcher</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</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>
<ManifestCertificateThumbprint>3EAD0F383E7EB98A5C4542DC4DC9A22B6D1672B1</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>ChromeDevExtWarningPatcher_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.13.8.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.13.8\lib\net40\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.8.20.0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL">
<HintPath>..\packages\TaskScheduler.2.8.20\lib\net40\Microsoft.Win32.TaskScheduler.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="CommandLineOptions.cs" />
<Compile Include="CustomCheckBox.cs" />
<Compile Include="InstallationFinder\Defaults\CustomPath.cs" />
<Compile Include="InstallationFinder\Defaults\Yandex.cs" />
<Compile Include="InstallationFinder\InstallationPaths.cs" />
<Compile Include="PatcherInstaller.cs" />
<Compile Include="Patches\BytePatch.cs" />
<Compile Include="InstallationFinder\Defaults\Brave.cs" />
<Compile Include="InstallationFinder\Defaults\Chrome.cs" />
<Compile Include="InstallationFinder\Defaults\Edge.cs" />
<Compile Include="InstallationFinder\Installation.cs" />
<Compile Include="InstallationFinder\InstallationManager.cs" />
<Compile Include="PatcherGui.xaml.cs">
<DependentUpon>PatcherGui.xaml</DependentUpon>
</Compile>
<Compile Include="Patches\BytePatchManager.cs" />
<Compile Include="Patches\BytePatchPattern.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="app.manifest" />
<None Include="ChromeDevExtWarningPatcher_TemporaryKey.pfx" />
<None Include="packages.config" />
<None Include="Resources\ChromeDllInjector.zip" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Version>5.0.0.0</Version>
<Authors>Ceiridge</Authors>
<Company />
<Product>Chromium Developer Extension Warning Patcher</Product>
<Description>Patches Chromium and disables the developer extension warning among others</Description>
<Copyright>GNU General Public License 3, Ceiridge</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Ceiridge/Chrome-Developer-Mode-Extension-Warning-Patcher</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ceiridge/Chrome-Developer-Mode-Extension-Warning-Patcher</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<Page Include="PatcherGui.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\lib\commandlineparser_commandline\src\CommandLine\CommandLine.csproj">
<Project>{29d94f79-97b1-4801-8a65-4a8becbf2d46}</Project>
<Name>CommandLine</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>cmd.exe /c ..\..\..\signall.bat</PostBuildEvent>
</PropertyGroup>
</Project>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="cmd.exe /c ..\..\..\signall.bat" />
</Target>

</Project>
15 changes: 0 additions & 15 deletions ChromeDevExtWarningPatcher/CommandLineOptions.cs

This file was deleted.

30 changes: 0 additions & 30 deletions ChromeDevExtWarningPatcher/CustomCheckBox.cs

This file was deleted.

17 changes: 0 additions & 17 deletions ChromeDevExtWarningPatcher/InstallationFinder/Defaults/Brave.cs

This file was deleted.

20 changes: 0 additions & 20 deletions ChromeDevExtWarningPatcher/InstallationFinder/Defaults/Chrome.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 97945ce

Please sign in to comment.