Skip to content

Commit d836794

Browse files
committed
Initial commit
1 parent 6e62135 commit d836794

File tree

66 files changed

+470
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+470
-0
lines changed
78.1 KB
Binary file not shown.

.vs/DeleteJavaCheck/v17/.futdcache.v1

244 Bytes
Binary file not shown.

.vs/DeleteJavaCheck/v17/.suo

38 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<_LastSelectedProfileId>G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
5+
</PropertyGroup>
6+
</Project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>bin\Release\net6.0\publish\</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
</PropertyGroup>
12+
</Project>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<History>True|2022-12-21T11:23:25.2427896Z;</History>
8+
</PropertyGroup>
9+
</Project>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v6.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v6.0": {
9+
"DeleteJavaCheck/1.0.0": {
10+
"runtime": {
11+
"DeleteJavaCheck.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"DeleteJavaCheck/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net6.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "6.0.0"
7+
}
8+
}
9+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Instructions:
2+
# Enter the directory of the location of JavaCheck.jar below (on line 7)
3+
# Please note that the location of the launcher is dependent on where you got it from
4+
# Microsoft Store: C:\Users\[USERNAME]\AppData\Local\Packages\Microsoft.4297127D64EC6_8wekyb3d8bbwe\LocalCache\Local\game
5+
# Old launcher: Dependent on where you installed it. NOTE: It's not very well documented where the default install is, but I'll update this file when I have an update
6+
# Run delete.py as an admin or you may have trouble deleting the file
7+
[ENTER DIRECTORY HERE]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v6.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v6.0": {
9+
"DeleteJavaCheck/1.0.0": {
10+
"runtime": {
11+
"DeleteJavaCheck.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"DeleteJavaCheck/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net6.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "6.0.0"
7+
},
8+
"configProperties": {
9+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
10+
}
11+
}
12+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Instructions:
2+
# Enter the directory of the location of JavaCheck.jar below (on line 7)
3+
# Please note that the location of the launcher is dependent on where you got it from
4+
# Microsoft Store: C:\Users\[USERNAME]\AppData\Local\Packages\Microsoft.4297127D64EC6_8wekyb3d8bbwe\LocalCache\Local\game
5+
# Old launcher: Dependent on where you installed it. NOTE: It's not very well documented where the default install is, but I'll update this file when I have an update
6+
# Run delete.py as an admin or you may have trouble deleting the file
7+
[ENTER DIRECTORY HERE]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v6.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v6.0": {
9+
"DeleteJavaCheck/1.0.0": {
10+
"runtime": {
11+
"DeleteJavaCheck.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"DeleteJavaCheck/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net6.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "6.0.0"
7+
},
8+
"configProperties": {
9+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
10+
}
11+
}
12+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Instructions:
2+
# Enter the directory of the location of JavaCheck.jar below (on line 7)
3+
# Please note that the location of the launcher is dependent on where you got it from
4+
# Microsoft Store: C:\Users\[USERNAME]\AppData\Local\Packages\Microsoft.4297127D64EC6_8wekyb3d8bbwe\LocalCache\Local\game
5+
# Old launcher: Dependent on where you installed it. NOTE: It's not very well documented where the default install is, but I'll update this file when I have an update
6+
# Run delete.py as an admin or you may have trouble deleting the file
7+
[ENTER DIRECTORY HERE]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("DeleteJavaCheck")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("DeleteJavaCheck")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("DeleteJavaCheck")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
840baa02f2ef592ecbb63b70a462565de1ca59a3
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
is_global = true
2+
build_property.TargetFramework = net5.0
3+
build_property.TargetPlatformMinVersion =
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property._SupportedPlatformList = Linux,macOS,Windows
9+
build_property.RootNamespace = DeleteJavaCheck
10+
build_property.ProjectDir = G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\
Binary file not shown.
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("DeleteJavaCheck")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("DeleteJavaCheck")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("DeleteJavaCheck")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
840baa02f2ef592ecbb63b70a462565de1ca59a3
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
is_global = true
2+
build_property.TargetFramework = net6.0
3+
build_property.TargetPlatformMinVersion =
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property._SupportedPlatformList = Linux,macOS,Windows
9+
build_property.RootNamespace = DeleteJavaCheck
10+
build_property.ProjectDir = G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\
Binary file not shown.
Binary file not shown.

DeleteJavaCheck/obj/Debug/net6.0/DeleteJavaCheck.csproj.BuildWithSkipAnalyzers

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ccc1ae4b7f7d69ef30dee0b1088bb37f40ce011f
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\bin\Debug\net6.0\DeleteJavaCheck.exe
2+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\bin\Debug\net6.0\DeleteJavaCheck.deps.json
3+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\bin\Debug\net6.0\DeleteJavaCheck.runtimeconfig.json
4+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\bin\Debug\net6.0\DeleteJavaCheck.dll
5+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\bin\Debug\net6.0\DeleteJavaCheck.pdb
6+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.csproj.AssemblyReference.cache
7+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.GeneratedMSBuildEditorConfig.editorconfig
8+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.AssemblyInfoInputs.cache
9+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.AssemblyInfo.cs
10+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.csproj.CoreCompileInputs.cache
11+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.dll
12+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\refint\DeleteJavaCheck.dll
13+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.pdb
14+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\DeleteJavaCheck.genruntimeconfig.cache
15+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\obj\Debug\net6.0\ref\DeleteJavaCheck.dll
16+
G:\Codes\C#\DeleteJavaCheck\DeleteJavaCheck\bin\Debug\net6.0\location.txt
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c090f1a76c048a038ed840b37907c4ed826bf92f
Binary file not shown.
146 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"format": 1,
3+
"restore": {
4+
"G:\\Codes\\C#\\DeleteJavaCheck\\DeleteJavaCheck\\DeleteJavaCheck.csproj": {}
5+
},
6+
"projects": {
7+
"G:\\Codes\\C#\\DeleteJavaCheck\\DeleteJavaCheck\\DeleteJavaCheck.csproj": {
8+
"version": "1.0.0",
9+
"restore": {
10+
"projectUniqueName": "G:\\Codes\\C#\\DeleteJavaCheck\\DeleteJavaCheck\\DeleteJavaCheck.csproj",
11+
"projectName": "DeleteJavaCheck",
12+
"projectPath": "G:\\Codes\\C#\\DeleteJavaCheck\\DeleteJavaCheck\\DeleteJavaCheck.csproj",
13+
"packagesPath": "C:\\Users\\evanj\\.nuget\\packages\\",
14+
"outputPath": "G:\\Codes\\C#\\DeleteJavaCheck\\DeleteJavaCheck\\obj\\",
15+
"projectStyle": "PackageReference",
16+
"fallbackFolders": [
17+
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
18+
],
19+
"configFilePaths": [
20+
"C:\\Users\\evanj\\AppData\\Roaming\\NuGet\\NuGet.Config",
21+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
22+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
23+
],
24+
"originalTargetFrameworks": [
25+
"net6.0"
26+
],
27+
"sources": {
28+
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
29+
"https://api.nuget.org/v3/index.json": {}
30+
},
31+
"frameworks": {
32+
"net6.0": {
33+
"targetAlias": "net6.0",
34+
"projectReferences": {}
35+
}
36+
},
37+
"warningProperties": {
38+
"warnAsError": [
39+
"NU1605"
40+
]
41+
}
42+
},
43+
"frameworks": {
44+
"net6.0": {
45+
"targetAlias": "net6.0",
46+
"imports": [
47+
"net461",
48+
"net462",
49+
"net47",
50+
"net471",
51+
"net472",
52+
"net48"
53+
],
54+
"assetTargetFallback": true,
55+
"warn": true,
56+
"frameworkReferences": {
57+
"Microsoft.NETCore.App": {
58+
"privateAssets": "all"
59+
}
60+
},
61+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.202\\RuntimeIdentifierGraph.json"
62+
}
63+
}
64+
}
65+
}
66+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\evanj\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.1.0</NuGetToolVersion>
11+
</PropertyGroup>
12+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13+
<SourceRoot Include="C:\Users\evanj\.nuget\packages\" />
14+
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
15+
</ItemGroup>
16+
</Project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("DeleteJavaCheck")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("DeleteJavaCheck")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("DeleteJavaCheck")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
39e3799cfb8787688e6d4a0d1b40a284c6fe6ceb

0 commit comments

Comments
 (0)