Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BYT3W1Z4RD committed Feb 8, 2023
1 parent 6227e1c commit 1a3a1fd
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Antiscanner.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />
</ItemGroup>

</Project>
25 changes: 25 additions & 0 deletions Antiscanner.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antiscanner", "Antiscanner.csproj", "{7F266E21-608E-4709-A601-EC931491FA19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F266E21-608E-4709-A601-EC931491FA19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F266E21-608E-4709-A601-EC931491FA19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F266E21-608E-4709-A601-EC931491FA19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F266E21-608E-4709-A601-EC931491FA19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A6897C8-0275-4847-8284-2F7668C29FD0}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 1a3a1fd

Please sign in to comment.