This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
takunology
committed
Mar 8, 2021
1 parent
7ffc4da
commit ad557ce
Showing
21 changed files
with
118 additions
and
2 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnectionCore/.vs/MinecraftConnectionCore/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v3.1", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v3.1": { | ||
"ExampleApp/1.0.0": { | ||
"dependencies": { | ||
"MinecraftConnectionCore": "1.0.0-beta1" | ||
}, | ||
"runtime": { | ||
"ExampleApp.dll": {} | ||
} | ||
}, | ||
"CoreRCON/5.0.0": { | ||
"dependencies": { | ||
"System.IO.Pipelines": "4.7.2" | ||
}, | ||
"runtime": { | ||
"lib/netstandard2.0/CoreRCON.dll": { | ||
"assemblyVersion": "5.0.0.0", | ||
"fileVersion": "5.0.0.0" | ||
} | ||
} | ||
}, | ||
"MinecraftConnectionCore/1.0.0-beta1": { | ||
"dependencies": { | ||
"CoreRCON": "5.0.0" | ||
}, | ||
"runtime": { | ||
"lib/netstandard2.0/MinecraftConnectionCore.dll": { | ||
"assemblyVersion": "1.0.0.0", | ||
"fileVersion": "1.0.0.0" | ||
} | ||
} | ||
}, | ||
"System.IO.Pipelines/4.7.2": { | ||
"runtime": { | ||
"lib/netcoreapp3.0/System.IO.Pipelines.dll": { | ||
"assemblyVersion": "4.0.2.1", | ||
"fileVersion": "4.700.20.21406" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"ExampleApp/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"CoreRCON/5.0.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-hPZWvuIT+nivgTwpRePMtBh28ldy5g2Orsvh/nU9gpNNL7JiWGeN5yh6JO4wxDOT3WhR1RuIeH8jBoRV8cN4ZA==", | ||
"path": "corercon/5.0.0", | ||
"hashPath": "corercon.5.0.0.nupkg.sha512" | ||
}, | ||
"MinecraftConnectionCore/1.0.0-beta1": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-Ny6tPEmdzdm2o1iGSzAiRbPS8fzK4FyUE91tYDu8WK9hitm6nRY59CYdNnWSlY8dfPzbl1suQCdYCHAo3vTR6g==", | ||
"path": "minecraftconnectioncore/1.0.0-beta1", | ||
"hashPath": "minecraftconnectioncore.1.0.0-beta1.nupkg.sha512" | ||
}, | ||
"System.IO.Pipelines/4.7.2": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-rGIIhoY3lUdn9rWeuGdgeZZ0P+SpJ1wZI5g8TnXqgvuhFgUP7iP9Nt5FZebYInQZQxqnwjPxdYYBE5l/8PJmqQ==", | ||
"path": "system.io.pipelines/4.7.2", | ||
"hashPath": "system.io.pipelines.4.7.2.nupkg.sha512" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
SampleApp/bin/Debug/netcoreapp3.1/ExampleApp.runtimeconfig.dev.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"runtimeOptions": { | ||
"additionalProbingPaths": [ | ||
"C:\\Users\\takun\\.dotnet\\store\\|arch|\\|tfm|", | ||
"C:\\Users\\takun\\.nuget\\packages", | ||
"C:\\Microsoft\\Xamarin\\NuGet", | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
] | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
SampleApp/bin/Debug/netcoreapp3.1/ExampleApp.runtimeconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "netcoreapp3.1", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "3.1.0" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions
1
SampleApp/obj/Debug/netcoreapp3.1/ExampleApp.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
759f680cdfd70f1f0925f925a17fd72d3d8d257e |
17 changes: 17 additions & 0 deletions
17
SampleApp/obj/Debug/netcoreapp3.1/ExampleApp.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.exe | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.deps.json | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.runtimeconfig.json | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.runtimeconfig.dev.json | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.dll | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.pdb | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\CoreRCON.dll | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\MinecraftConnectionCore.dll | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\System.IO.Pipelines.dll | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.csprojAssemblyReference.cache | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.AssemblyInfoInputs.cache | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.AssemblyInfo.cs | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.csproj.CoreCompileInputs.cache | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.csproj.CopyComplete | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.dll | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.pdb | ||
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.genruntimeconfig.cache |
Binary file modified
BIN
-108 KB
(0.38%)
SampleApp/obj/Debug/netcoreapp3.1/ExampleApp.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
SampleApp/obj/Debug/netcoreapp3.1/ExampleApp.genruntimeconfig.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a4fa456d96bb5e7616471a9b94346b1ad69437cf |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+107 KB
(26000%)
SampleApp/obj/Release/netcoreapp3.1/ExampleApp.csprojAssemblyReference.cache
Binary file not shown.