Compare commits
No commits in common. "master" and "v1.0" have entirely different histories.
|
|
@ -0,0 +1,63 @@
|
||||||
|
###############################################################################
|
||||||
|
# Set default behavior to automatically normalize line endings.
|
||||||
|
###############################################################################
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Set default behavior for command prompt diff.
|
||||||
|
#
|
||||||
|
# This is need for earlier builds of msysgit that does not have it on by
|
||||||
|
# default for csharp files.
|
||||||
|
# Note: This is only used by command line
|
||||||
|
###############################################################################
|
||||||
|
#*.cs diff=csharp
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Set the merge driver for project and solution files
|
||||||
|
#
|
||||||
|
# Merging from the command prompt will add diff markers to the files if there
|
||||||
|
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
||||||
|
# the diff markers are never inserted). Diff markers may cause the following
|
||||||
|
# file extensions to fail to load in VS. An alternative would be to treat
|
||||||
|
# these files as binary and thus will always conflict and require user
|
||||||
|
# intervention with every merge. To do so, just uncomment the entries below
|
||||||
|
###############################################################################
|
||||||
|
#*.sln merge=binary
|
||||||
|
#*.csproj merge=binary
|
||||||
|
#*.vbproj merge=binary
|
||||||
|
#*.vcxproj merge=binary
|
||||||
|
#*.vcproj merge=binary
|
||||||
|
#*.dbproj merge=binary
|
||||||
|
#*.fsproj merge=binary
|
||||||
|
#*.lsproj merge=binary
|
||||||
|
#*.wixproj merge=binary
|
||||||
|
#*.modelproj merge=binary
|
||||||
|
#*.sqlproj merge=binary
|
||||||
|
#*.wwaproj merge=binary
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# behavior for image files
|
||||||
|
#
|
||||||
|
# image files are treated as binary by default.
|
||||||
|
###############################################################################
|
||||||
|
#*.jpg binary
|
||||||
|
#*.png binary
|
||||||
|
#*.gif binary
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# diff behavior for common document formats
|
||||||
|
#
|
||||||
|
# Convert binary document formats to text before diffing them. This feature
|
||||||
|
# is only available from the command line. Turn it on by uncommenting the
|
||||||
|
# entries below.
|
||||||
|
###############################################################################
|
||||||
|
#*.doc diff=astextplain
|
||||||
|
#*.DOC diff=astextplain
|
||||||
|
#*.docx diff=astextplain
|
||||||
|
#*.DOCX diff=astextplain
|
||||||
|
#*.dot diff=astextplain
|
||||||
|
#*.DOT diff=astextplain
|
||||||
|
#*.pdf diff=astextplain
|
||||||
|
#*.PDF diff=astextplain
|
||||||
|
#*.rtf diff=astextplain
|
||||||
|
#*.RTF diff=astextplain
|
||||||
|
|
@ -0,0 +1,363 @@
|
||||||
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
##
|
||||||
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.rsuser
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
|
# Mono auto generated files
|
||||||
|
mono_crash.*
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Ww][Ii][Nn]32/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Oo]ut/
|
||||||
|
[Ll]og/
|
||||||
|
[Ll]ogs/
|
||||||
|
|
||||||
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
|
.vs/
|
||||||
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||||
|
#wwwroot/
|
||||||
|
|
||||||
|
# Visual Studio 2017 auto generated files
|
||||||
|
Generated\ Files/
|
||||||
|
|
||||||
|
# MSTest test Results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
|
# NUnit
|
||||||
|
*.VisualState.xml
|
||||||
|
TestResult.xml
|
||||||
|
nunit-*.xml
|
||||||
|
|
||||||
|
# Build Results of an ATL Project
|
||||||
|
[Dd]ebugPS/
|
||||||
|
[Rr]eleasePS/
|
||||||
|
dlldata.c
|
||||||
|
|
||||||
|
# Benchmark Results
|
||||||
|
BenchmarkDotNet.Artifacts/
|
||||||
|
|
||||||
|
# .NET Core
|
||||||
|
project.lock.json
|
||||||
|
project.fragment.lock.json
|
||||||
|
artifacts/
|
||||||
|
|
||||||
|
# ASP.NET Scaffolding
|
||||||
|
ScaffoldingReadMe.txt
|
||||||
|
|
||||||
|
# StyleCop
|
||||||
|
StyleCopReport.xml
|
||||||
|
|
||||||
|
# Files built by Visual Studio
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*_h.h
|
||||||
|
*.ilk
|
||||||
|
*.meta
|
||||||
|
*.obj
|
||||||
|
*.iobj
|
||||||
|
*.pch
|
||||||
|
*.pdb
|
||||||
|
*.ipdb
|
||||||
|
*.pgc
|
||||||
|
*.pgd
|
||||||
|
*.rsp
|
||||||
|
*.sbr
|
||||||
|
*.tlb
|
||||||
|
*.tli
|
||||||
|
*.tlh
|
||||||
|
*.tmp
|
||||||
|
*.tmp_proj
|
||||||
|
*_wpftmp.csproj
|
||||||
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
.builds
|
||||||
|
*.pidb
|
||||||
|
*.svclog
|
||||||
|
*.scc
|
||||||
|
|
||||||
|
# Chutzpah Test files
|
||||||
|
_Chutzpah*
|
||||||
|
|
||||||
|
# Visual C++ cache files
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opendb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
*.VC.db
|
||||||
|
*.VC.VC.opendb
|
||||||
|
|
||||||
|
# Visual Studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
*.sap
|
||||||
|
|
||||||
|
# Visual Studio Trace Files
|
||||||
|
*.e2e
|
||||||
|
|
||||||
|
# TFS 2012 Local Workspace
|
||||||
|
$tf/
|
||||||
|
|
||||||
|
# Guidance Automation Toolkit
|
||||||
|
*.gpState
|
||||||
|
|
||||||
|
# ReSharper is a .NET coding add-in
|
||||||
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
*.DotSettings.user
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
|
# DotCover is a Code Coverage Tool
|
||||||
|
*.dotCover
|
||||||
|
|
||||||
|
# AxoCover is a Code Coverage Tool
|
||||||
|
.axoCover/*
|
||||||
|
!.axoCover/settings.json
|
||||||
|
|
||||||
|
# Coverlet is a free, cross platform Code Coverage Tool
|
||||||
|
coverage*.json
|
||||||
|
coverage*.xml
|
||||||
|
coverage*.info
|
||||||
|
|
||||||
|
# Visual Studio code coverage results
|
||||||
|
*.coverage
|
||||||
|
*.coveragexml
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
_NCrunch_*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
nCrunchTemp_*
|
||||||
|
|
||||||
|
# MightyMoose
|
||||||
|
*.mm.*
|
||||||
|
AutoTest.Net/
|
||||||
|
|
||||||
|
# Web workbench (sass)
|
||||||
|
.sass-cache/
|
||||||
|
|
||||||
|
# Installshield output folder
|
||||||
|
[Ee]xpress/
|
||||||
|
|
||||||
|
# DocProject is a documentation generator add-in
|
||||||
|
DocProject/buildhelp/
|
||||||
|
DocProject/Help/*.HxT
|
||||||
|
DocProject/Help/*.HxC
|
||||||
|
DocProject/Help/*.hhc
|
||||||
|
DocProject/Help/*.hhk
|
||||||
|
DocProject/Help/*.hhp
|
||||||
|
DocProject/Help/Html2
|
||||||
|
DocProject/Help/html
|
||||||
|
|
||||||
|
# Click-Once directory
|
||||||
|
publish/
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
*.azurePubxml
|
||||||
|
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||||
|
# but database connection strings (with potential passwords) will be unencrypted
|
||||||
|
*.pubxml
|
||||||
|
*.publishproj
|
||||||
|
|
||||||
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||||
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||||
|
# in these scripts will be unencrypted
|
||||||
|
PublishScripts/
|
||||||
|
|
||||||
|
# NuGet Packages
|
||||||
|
*.nupkg
|
||||||
|
# NuGet Symbol Packages
|
||||||
|
*.snupkg
|
||||||
|
# The packages folder can be ignored because of Package Restore
|
||||||
|
**/[Pp]ackages/*
|
||||||
|
# except build/, which is used as an MSBuild target.
|
||||||
|
!**/[Pp]ackages/build/
|
||||||
|
# Uncomment if necessary however generally it will be regenerated when needed
|
||||||
|
#!**/[Pp]ackages/repositories.config
|
||||||
|
# NuGet v3's project.json files produces more ignorable files
|
||||||
|
*.nuget.props
|
||||||
|
*.nuget.targets
|
||||||
|
|
||||||
|
# Microsoft Azure Build Output
|
||||||
|
csx/
|
||||||
|
*.build.csdef
|
||||||
|
|
||||||
|
# Microsoft Azure Emulator
|
||||||
|
ecf/
|
||||||
|
rcf/
|
||||||
|
|
||||||
|
# Windows Store app package directories and files
|
||||||
|
AppPackages/
|
||||||
|
BundleArtifacts/
|
||||||
|
Package.StoreAssociation.xml
|
||||||
|
_pkginfo.txt
|
||||||
|
*.appx
|
||||||
|
*.appxbundle
|
||||||
|
*.appxupload
|
||||||
|
|
||||||
|
# Visual Studio cache files
|
||||||
|
# files ending in .cache can be ignored
|
||||||
|
*.[Cc]ache
|
||||||
|
# but keep track of directories ending in .cache
|
||||||
|
!?*.[Cc]ache/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
ClientBin/
|
||||||
|
~$*
|
||||||
|
*~
|
||||||
|
*.dbmdl
|
||||||
|
*.dbproj.schemaview
|
||||||
|
*.jfm
|
||||||
|
*.pfx
|
||||||
|
*.publishsettings
|
||||||
|
orleans.codegen.cs
|
||||||
|
|
||||||
|
# Including strong name files can present a security risk
|
||||||
|
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||||
|
#*.snk
|
||||||
|
|
||||||
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||||
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||||
|
#bower_components/
|
||||||
|
|
||||||
|
# RIA/Silverlight projects
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup & report files from converting an old project file
|
||||||
|
# to a newer Visual Studio version. Backup files are not needed,
|
||||||
|
# because we have git ;-)
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
ServiceFabricBackup/
|
||||||
|
*.rptproj.bak
|
||||||
|
|
||||||
|
# SQL Server files
|
||||||
|
*.mdf
|
||||||
|
*.ldf
|
||||||
|
*.ndf
|
||||||
|
|
||||||
|
# Business Intelligence projects
|
||||||
|
*.rdl.data
|
||||||
|
*.bim.layout
|
||||||
|
*.bim_*.settings
|
||||||
|
*.rptproj.rsuser
|
||||||
|
*- [Bb]ackup.rdl
|
||||||
|
*- [Bb]ackup ([0-9]).rdl
|
||||||
|
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||||
|
|
||||||
|
# Microsoft Fakes
|
||||||
|
FakesAssemblies/
|
||||||
|
|
||||||
|
# GhostDoc plugin setting file
|
||||||
|
*.GhostDoc.xml
|
||||||
|
|
||||||
|
# Node.js Tools for Visual Studio
|
||||||
|
.ntvs_analysis.dat
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Visual Studio 6 build log
|
||||||
|
*.plg
|
||||||
|
|
||||||
|
# Visual Studio 6 workspace options file
|
||||||
|
*.opt
|
||||||
|
|
||||||
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||||
|
*.vbw
|
||||||
|
|
||||||
|
# Visual Studio LightSwitch build output
|
||||||
|
**/*.HTMLClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/ModelManifest.xml
|
||||||
|
**/*.Server/GeneratedArtifacts
|
||||||
|
**/*.Server/ModelManifest.xml
|
||||||
|
_Pvt_Extensions
|
||||||
|
|
||||||
|
# Paket dependency manager
|
||||||
|
.paket/paket.exe
|
||||||
|
paket-files/
|
||||||
|
|
||||||
|
# FAKE - F# Make
|
||||||
|
.fake/
|
||||||
|
|
||||||
|
# CodeRush personal settings
|
||||||
|
.cr/personal
|
||||||
|
|
||||||
|
# Python Tools for Visual Studio (PTVS)
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Cake - Uncomment if you are using it
|
||||||
|
# tools/**
|
||||||
|
# !tools/packages.config
|
||||||
|
|
||||||
|
# Tabs Studio
|
||||||
|
*.tss
|
||||||
|
|
||||||
|
# Telerik's JustMock configuration file
|
||||||
|
*.jmconfig
|
||||||
|
|
||||||
|
# BizTalk build output
|
||||||
|
*.btp.cs
|
||||||
|
*.btm.cs
|
||||||
|
*.odx.cs
|
||||||
|
*.xsd.cs
|
||||||
|
|
||||||
|
# OpenCover UI analysis results
|
||||||
|
OpenCover/
|
||||||
|
|
||||||
|
# Azure Stream Analytics local run output
|
||||||
|
ASALocalRun/
|
||||||
|
|
||||||
|
# MSBuild Binary and Structured Log
|
||||||
|
*.binlog
|
||||||
|
|
||||||
|
# NVidia Nsight GPU debugger configuration file
|
||||||
|
*.nvuser
|
||||||
|
|
||||||
|
# MFractors (Xamarin productivity tool) working folder
|
||||||
|
.mfractor/
|
||||||
|
|
||||||
|
# Local History for Visual Studio
|
||||||
|
.localhistory/
|
||||||
|
|
||||||
|
# BeatPulse healthcheck temp database
|
||||||
|
healthchecksdb
|
||||||
|
|
||||||
|
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||||
|
MigrationBackup/
|
||||||
|
|
||||||
|
# Ionide (cross platform F# VS Code tools) working folder
|
||||||
|
.ionide/
|
||||||
|
|
||||||
|
# Fody - auto-generated XML schema
|
||||||
|
FodyWeavers.xsd
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"ExpandedNodes": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"SelectedNode": "\\ARCHBLOXLauncherGUI.sln",
|
|
||||||
"PreviewInSolutionExplorer": false
|
|
||||||
}
|
|
||||||
BIN
.vs/slnx.sqlite
|
|
@ -0,0 +1,13 @@
|
||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
|
<ApplicationIcon>archblox.ico</ApplicationIcon>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="archblox.ico" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
|
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.2.32516.85
|
VisualStudioVersion = 17.2.32516.85
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARCHBLOXLauncherGUI", "ARCHBLOXLauncherGUI.csproj", "{2C3AC3C0-EFA7-4A85-BDE2-99DA398B5A76}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARCHBLOXLauncher", "ARCHBLOXLauncher.csproj", "{1ABADBCC-4FC4-4496-8FDF-9A60DF745D2B}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|
@ -11,15 +11,15 @@ Global
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{2C3AC3C0-EFA7-4A85-BDE2-99DA398B5A76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{1ABADBCC-4FC4-4496-8FDF-9A60DF745D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{2C3AC3C0-EFA7-4A85-BDE2-99DA398B5A76}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{1ABADBCC-4FC4-4496-8FDF-9A60DF745D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{2C3AC3C0-EFA7-4A85-BDE2-99DA398B5A76}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{1ABADBCC-4FC4-4496-8FDF-9A60DF745D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{2C3AC3C0-EFA7-4A85-BDE2-99DA398B5A76}.Release|Any CPU.Build.0 = Release|Any CPU
|
{1ABADBCC-4FC4-4496-8FDF-9A60DF745D2B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
SolutionGuid = {8BBF50A1-31F7-48A7-BFFB-70692FC4BA96}
|
SolutionGuid = {68C688A5-0720-4EB9-B32F-AFFB9E29F868}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
@ -1,60 +0,0 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<OutputType>WinExe</OutputType>
|
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
|
||||||
<ApplicationIcon>archblox.ico</ApplicationIcon>
|
|
||||||
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
|
|
||||||
<PackageProjectUrl>http://www.archblox.com</PackageProjectUrl>
|
|
||||||
<Description>ARCHBLOX Launcher</Description>
|
|
||||||
<PackageIcon>archblox.png</PackageIcon>
|
|
||||||
<RepositoryUrl>http://www.github.com/thomasluigi07/ARCHBLOXLauncher</RepositoryUrl>
|
|
||||||
<RepositoryType>git</RepositoryType>
|
|
||||||
<AssemblyVersion>2.7</AssemblyVersion>
|
|
||||||
<FileVersion>2.7</FileVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<COMReference Include="IWshRuntimeLibrary">
|
|
||||||
<WrapperTool>tlbimp</WrapperTool>
|
|
||||||
<VersionMinor>0</VersionMinor>
|
|
||||||
<VersionMajor>1</VersionMajor>
|
|
||||||
<Guid>f935dc20-1cf0-11d0-adb9-00c04fd58a0b</Guid>
|
|
||||||
<Lcid>0</Lcid>
|
|
||||||
<Isolated>false</Isolated>
|
|
||||||
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
||||||
</COMReference>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Content Include="archblox.ico" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="..\..\..\OneDrive\Documents\archblox.png">
|
|
||||||
<Pack>True</Pack>
|
|
||||||
<PackagePath>\</PackagePath>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="DiscordRichPresence" Version="1.0.175" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Update="Properties\Resources.Designer.cs">
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<EmbeddedResource Update="Properties\Resources.resx">
|
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
||||||
</EmbeddedResource>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<_LastSelectedProfileId>C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\Properties\PublishProfiles\x64.pubxml</_LastSelectedProfileId>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Update="Form1.cs">
|
|
||||||
<SubType>Form</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Update="Form2.cs">
|
|
||||||
<SubType>Form</SubType>
|
|
||||||
</Compile>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Security.Cryptography;
|
|
||||||
using System.IO;
|
|
||||||
|
|
||||||
namespace ARCHBLOXLauncherGUI
|
|
||||||
{
|
|
||||||
public static class Extensions
|
|
||||||
{
|
|
||||||
[System.Runtime.InteropServices.DllImport("kernel32.dll")]
|
|
||||||
static extern uint GetModuleFileName(IntPtr hModule, System.Text.StringBuilder lpFilename, int nSize);
|
|
||||||
static readonly int MAX_PATH = 255;
|
|
||||||
public static string GetExecutablePath()
|
|
||||||
{
|
|
||||||
if (System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(System.Runtime.InteropServices.OSPlatform.Windows))
|
|
||||||
{
|
|
||||||
var sb = new System.Text.StringBuilder(MAX_PATH);
|
|
||||||
GetModuleFileName(IntPtr.Zero, sb, MAX_PATH);
|
|
||||||
return sb.ToString();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,333 +0,0 @@
|
||||||
namespace ARCHBLOXLauncherGUI
|
|
||||||
{
|
|
||||||
partial class Form1
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Required designer variable.
|
|
||||||
/// </summary>
|
|
||||||
private System.ComponentModel.IContainer components = null;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Clean up any resources being used.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
||||||
protected override void Dispose(bool disposing)
|
|
||||||
{
|
|
||||||
if (disposing && (components != null))
|
|
||||||
{
|
|
||||||
components.Dispose();
|
|
||||||
}
|
|
||||||
base.Dispose(disposing);
|
|
||||||
}
|
|
||||||
|
|
||||||
#region Windows Form Designer generated code
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Required method for Designer support - do not modify
|
|
||||||
/// the contents of this method with the code editor.
|
|
||||||
/// </summary>
|
|
||||||
private void InitializeComponent()
|
|
||||||
{
|
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
||||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
||||||
this.JoinBox = new System.Windows.Forms.GroupBox();
|
|
||||||
this.serverip = new System.Windows.Forms.TextBox();
|
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
|
||||||
this.serverport = new System.Windows.Forms.TextBox();
|
|
||||||
this.label7 = new System.Windows.Forms.Label();
|
|
||||||
this.button2 = new System.Windows.Forms.Button();
|
|
||||||
this.HostBox = new System.Windows.Forms.GroupBox();
|
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
|
||||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
|
||||||
this.button3 = new System.Windows.Forms.Button();
|
|
||||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
||||||
this.button1 = new System.Windows.Forms.Button();
|
|
||||||
this.HostBTN = new System.Windows.Forms.Button();
|
|
||||||
this.JoinBTN = new System.Windows.Forms.Button();
|
|
||||||
this.UpdateBTN = new System.Windows.Forms.Button();
|
|
||||||
this.BackBTN = new System.Windows.Forms.Button();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
||||||
this.JoinBox.SuspendLayout();
|
|
||||||
this.HostBox.SuspendLayout();
|
|
||||||
this.SuspendLayout();
|
|
||||||
//
|
|
||||||
// pictureBox1
|
|
||||||
//
|
|
||||||
this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
||||||
this.pictureBox1.Image = global::ARCHBLOXLauncherGUI.Properties.Resources.unknown;
|
|
||||||
this.pictureBox1.Location = new System.Drawing.Point(51, 12);
|
|
||||||
this.pictureBox1.Name = "pictureBox1";
|
|
||||||
this.pictureBox1.Size = new System.Drawing.Size(203, 40);
|
|
||||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
||||||
this.pictureBox1.TabIndex = 0;
|
|
||||||
this.pictureBox1.TabStop = false;
|
|
||||||
//
|
|
||||||
// JoinBox
|
|
||||||
//
|
|
||||||
this.JoinBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(107)))), ((int)(((byte)(223)))));
|
|
||||||
this.JoinBox.Controls.Add(this.serverip);
|
|
||||||
this.JoinBox.Controls.Add(this.label4);
|
|
||||||
this.JoinBox.Controls.Add(this.serverport);
|
|
||||||
this.JoinBox.Controls.Add(this.label7);
|
|
||||||
this.JoinBox.Controls.Add(this.button2);
|
|
||||||
this.JoinBox.Location = new System.Drawing.Point(7, 51);
|
|
||||||
this.JoinBox.Name = "JoinBox";
|
|
||||||
this.JoinBox.Size = new System.Drawing.Size(286, 150);
|
|
||||||
this.JoinBox.TabIndex = 26;
|
|
||||||
this.JoinBox.TabStop = false;
|
|
||||||
this.JoinBox.Visible = false;
|
|
||||||
//
|
|
||||||
// serverip
|
|
||||||
//
|
|
||||||
this.serverip.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
|
|
||||||
this.serverip.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
||||||
this.serverip.Location = new System.Drawing.Point(6, 40);
|
|
||||||
this.serverip.MaxLength = 15;
|
|
||||||
this.serverip.Name = "serverip";
|
|
||||||
this.serverip.PlaceholderText = "IP";
|
|
||||||
this.serverip.Size = new System.Drawing.Size(276, 23);
|
|
||||||
this.serverip.TabIndex = 18;
|
|
||||||
//
|
|
||||||
// label4
|
|
||||||
//
|
|
||||||
this.label4.AutoSize = true;
|
|
||||||
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.label4.Location = new System.Drawing.Point(6, 19);
|
|
||||||
this.label4.Name = "label4";
|
|
||||||
this.label4.Size = new System.Drawing.Size(270, 15);
|
|
||||||
this.label4.TabIndex = 17;
|
|
||||||
this.label4.Text = "Server IP (Use localhost if joining your own server)";
|
|
||||||
//
|
|
||||||
// serverport
|
|
||||||
//
|
|
||||||
this.serverport.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
||||||
this.serverport.Location = new System.Drawing.Point(6, 84);
|
|
||||||
this.serverport.MaxLength = 5;
|
|
||||||
this.serverport.Name = "serverport";
|
|
||||||
this.serverport.PlaceholderText = "PORT";
|
|
||||||
this.serverport.Size = new System.Drawing.Size(274, 23);
|
|
||||||
this.serverport.TabIndex = 19;
|
|
||||||
//
|
|
||||||
// label7
|
|
||||||
//
|
|
||||||
this.label7.AutoSize = true;
|
|
||||||
this.label7.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.label7.Location = new System.Drawing.Point(6, 66);
|
|
||||||
this.label7.Name = "label7";
|
|
||||||
this.label7.Size = new System.Drawing.Size(64, 15);
|
|
||||||
this.label7.TabIndex = 25;
|
|
||||||
this.label7.Text = "Server Port";
|
|
||||||
//
|
|
||||||
// button2
|
|
||||||
//
|
|
||||||
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
||||||
this.button2.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttongreen;
|
|
||||||
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
||||||
this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
||||||
this.button2.Location = new System.Drawing.Point(6, 117);
|
|
||||||
this.button2.Name = "button2";
|
|
||||||
this.button2.Size = new System.Drawing.Size(274, 22);
|
|
||||||
this.button2.TabIndex = 24;
|
|
||||||
this.button2.Text = "Join";
|
|
||||||
this.button2.UseVisualStyleBackColor = false;
|
|
||||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
||||||
//
|
|
||||||
// HostBox
|
|
||||||
//
|
|
||||||
this.HostBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(107)))), ((int)(((byte)(223)))));
|
|
||||||
this.HostBox.Controls.Add(this.label2);
|
|
||||||
this.HostBox.Controls.Add(this.textBox1);
|
|
||||||
this.HostBox.Controls.Add(this.label3);
|
|
||||||
this.HostBox.Controls.Add(this.button3);
|
|
||||||
this.HostBox.Controls.Add(this.textBox2);
|
|
||||||
this.HostBox.Controls.Add(this.button1);
|
|
||||||
this.HostBox.Location = new System.Drawing.Point(7, 51);
|
|
||||||
this.HostBox.Name = "HostBox";
|
|
||||||
this.HostBox.Size = new System.Drawing.Size(288, 140);
|
|
||||||
this.HostBox.TabIndex = 27;
|
|
||||||
this.HostBox.TabStop = false;
|
|
||||||
this.HostBox.Visible = false;
|
|
||||||
//
|
|
||||||
// label2
|
|
||||||
//
|
|
||||||
this.label2.AutoSize = true;
|
|
||||||
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.label2.Location = new System.Drawing.Point(4, 19);
|
|
||||||
this.label2.Name = "label2";
|
|
||||||
this.label2.Size = new System.Drawing.Size(162, 15);
|
|
||||||
this.label2.TabIndex = 23;
|
|
||||||
this.label2.Text = "Port (53640 is recommended)";
|
|
||||||
//
|
|
||||||
// textBox1
|
|
||||||
//
|
|
||||||
this.textBox1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
||||||
this.textBox1.Location = new System.Drawing.Point(6, 38);
|
|
||||||
this.textBox1.MaxLength = 5;
|
|
||||||
this.textBox1.Name = "textBox1";
|
|
||||||
this.textBox1.PlaceholderText = "PORT";
|
|
||||||
this.textBox1.Size = new System.Drawing.Size(274, 23);
|
|
||||||
this.textBox1.TabIndex = 24;
|
|
||||||
//
|
|
||||||
// label3
|
|
||||||
//
|
|
||||||
this.label3.AutoSize = true;
|
|
||||||
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.label3.Location = new System.Drawing.Point(4, 63);
|
|
||||||
this.label3.Name = "label3";
|
|
||||||
this.label3.Size = new System.Drawing.Size(187, 15);
|
|
||||||
this.label3.TabIndex = 27;
|
|
||||||
this.label3.Text = "Filename (use temp.rbxl if unsure)";
|
|
||||||
//
|
|
||||||
// button3
|
|
||||||
//
|
|
||||||
this.button3.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue;
|
|
||||||
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
||||||
this.button3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
||||||
this.button3.Location = new System.Drawing.Point(207, 80);
|
|
||||||
this.button3.Name = "button3";
|
|
||||||
this.button3.Size = new System.Drawing.Size(73, 22);
|
|
||||||
this.button3.TabIndex = 26;
|
|
||||||
this.button3.Text = "Browse...";
|
|
||||||
this.button3.UseVisualStyleBackColor = true;
|
|
||||||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
||||||
//
|
|
||||||
// textBox2
|
|
||||||
//
|
|
||||||
this.textBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
||||||
this.textBox2.Location = new System.Drawing.Point(6, 81);
|
|
||||||
this.textBox2.Name = "textBox2";
|
|
||||||
this.textBox2.PlaceholderText = "Filename";
|
|
||||||
this.textBox2.Size = new System.Drawing.Size(195, 23);
|
|
||||||
this.textBox2.TabIndex = 25;
|
|
||||||
//
|
|
||||||
// button1
|
|
||||||
//
|
|
||||||
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
||||||
this.button1.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttongreen;
|
|
||||||
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
||||||
this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
||||||
this.button1.Location = new System.Drawing.Point(6, 109);
|
|
||||||
this.button1.Name = "button1";
|
|
||||||
this.button1.Size = new System.Drawing.Size(274, 22);
|
|
||||||
this.button1.TabIndex = 28;
|
|
||||||
this.button1.Text = "Host";
|
|
||||||
this.button1.UseVisualStyleBackColor = false;
|
|
||||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
||||||
//
|
|
||||||
// HostBTN
|
|
||||||
//
|
|
||||||
this.HostBTN.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue;
|
|
||||||
this.HostBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.HostBTN.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
||||||
this.HostBTN.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
||||||
this.HostBTN.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
||||||
this.HostBTN.Location = new System.Drawing.Point(12, 130);
|
|
||||||
this.HostBTN.Name = "HostBTN";
|
|
||||||
this.HostBTN.Size = new System.Drawing.Size(137, 52);
|
|
||||||
this.HostBTN.TabIndex = 28;
|
|
||||||
this.HostBTN.Text = "Host a Game";
|
|
||||||
this.HostBTN.UseVisualStyleBackColor = true;
|
|
||||||
this.HostBTN.Click += new System.EventHandler(this.HostBTN_Click);
|
|
||||||
//
|
|
||||||
// JoinBTN
|
|
||||||
//
|
|
||||||
this.JoinBTN.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue;
|
|
||||||
this.JoinBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.JoinBTN.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
||||||
this.JoinBTN.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
||||||
this.JoinBTN.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
||||||
this.JoinBTN.Location = new System.Drawing.Point(155, 130);
|
|
||||||
this.JoinBTN.Name = "JoinBTN";
|
|
||||||
this.JoinBTN.Size = new System.Drawing.Size(135, 52);
|
|
||||||
this.JoinBTN.TabIndex = 29;
|
|
||||||
this.JoinBTN.Text = "Join a Game";
|
|
||||||
this.JoinBTN.UseVisualStyleBackColor = true;
|
|
||||||
this.JoinBTN.Click += new System.EventHandler(this.JoinBTN_Click);
|
|
||||||
//
|
|
||||||
// UpdateBTN
|
|
||||||
//
|
|
||||||
this.UpdateBTN.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue;
|
|
||||||
this.UpdateBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.UpdateBTN.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
||||||
this.UpdateBTN.Font = new System.Drawing.Font("Segoe UI Semilight", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
||||||
this.UpdateBTN.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
||||||
this.UpdateBTN.Location = new System.Drawing.Point(12, 71);
|
|
||||||
this.UpdateBTN.Name = "UpdateBTN";
|
|
||||||
this.UpdateBTN.Size = new System.Drawing.Size(277, 53);
|
|
||||||
this.UpdateBTN.TabIndex = 30;
|
|
||||||
this.UpdateBTN.Text = "Install";
|
|
||||||
this.UpdateBTN.UseVisualStyleBackColor = true;
|
|
||||||
this.UpdateBTN.Click += new System.EventHandler(this.UpdateBTN_Click);
|
|
||||||
//
|
|
||||||
// BackBTN
|
|
||||||
//
|
|
||||||
this.BackBTN.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue;
|
|
||||||
this.BackBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.BackBTN.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
||||||
this.BackBTN.Location = new System.Drawing.Point(254, 20);
|
|
||||||
this.BackBTN.Name = "BackBTN";
|
|
||||||
this.BackBTN.Size = new System.Drawing.Size(42, 22);
|
|
||||||
this.BackBTN.TabIndex = 31;
|
|
||||||
this.BackBTN.Text = "Back";
|
|
||||||
this.BackBTN.UseVisualStyleBackColor = true;
|
|
||||||
this.BackBTN.Visible = false;
|
|
||||||
this.BackBTN.Click += new System.EventHandler(this.BackBTN_Click);
|
|
||||||
//
|
|
||||||
// Form1
|
|
||||||
//
|
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
||||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(107)))), ((int)(((byte)(223)))));
|
|
||||||
this.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.animated;
|
|
||||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.ClientSize = new System.Drawing.Size(302, 207);
|
|
||||||
this.Controls.Add(this.BackBTN);
|
|
||||||
this.Controls.Add(this.UpdateBTN);
|
|
||||||
this.Controls.Add(this.JoinBTN);
|
|
||||||
this.Controls.Add(this.HostBTN);
|
|
||||||
this.Controls.Add(this.pictureBox1);
|
|
||||||
this.Controls.Add(this.JoinBox);
|
|
||||||
this.Controls.Add(this.HostBox);
|
|
||||||
this.DoubleBuffered = true;
|
|
||||||
this.ForeColor = System.Drawing.SystemColors.Control;
|
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
||||||
this.MaximizeBox = false;
|
|
||||||
this.Name = "Form1";
|
|
||||||
this.Text = "ARCHBLOX Launcher";
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
||||||
this.JoinBox.ResumeLayout(false);
|
|
||||||
this.JoinBox.PerformLayout();
|
|
||||||
this.HostBox.ResumeLayout(false);
|
|
||||||
this.HostBox.PerformLayout();
|
|
||||||
this.ResumeLayout(false);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
private System.Windows.Forms.PictureBox pictureBox1;
|
|
||||||
private System.Windows.Forms.GroupBox JoinBox;
|
|
||||||
private System.Windows.Forms.TextBox serverip;
|
|
||||||
private System.Windows.Forms.Label label4;
|
|
||||||
private System.Windows.Forms.TextBox serverport;
|
|
||||||
private System.Windows.Forms.Label label7;
|
|
||||||
private System.Windows.Forms.Button button2;
|
|
||||||
private System.Windows.Forms.GroupBox HostBox;
|
|
||||||
private System.Windows.Forms.Label label2;
|
|
||||||
private System.Windows.Forms.TextBox textBox1;
|
|
||||||
private System.Windows.Forms.Label label3;
|
|
||||||
private System.Windows.Forms.Button button3;
|
|
||||||
private System.Windows.Forms.TextBox textBox2;
|
|
||||||
private System.Windows.Forms.Button button1;
|
|
||||||
private System.Windows.Forms.Button HostBTN;
|
|
||||||
private System.Windows.Forms.Button JoinBTN;
|
|
||||||
private System.Windows.Forms.Button UpdateBTN;
|
|
||||||
private System.Windows.Forms.Button BackBTN;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
489
Form1.cs
|
|
@ -1,489 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Text;
|
|
||||||
using IWshRuntimeLibrary;
|
|
||||||
using System.Diagnostics;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
using System.Net;
|
|
||||||
using System.IO;
|
|
||||||
using DiscordRPC;
|
|
||||||
namespace ARCHBLOXLauncherGUI
|
|
||||||
{
|
|
||||||
public partial class Form1 : Form
|
|
||||||
{
|
|
||||||
private void CreateShortcut()
|
|
||||||
{
|
|
||||||
// create shortcut on user's desktop
|
|
||||||
object shDesktop = (object)"Desktop";
|
|
||||||
WshShell shell = new WshShell();
|
|
||||||
string shortcutAddress = (string)shell.SpecialFolders.Item(ref shDesktop) + @"\ARCHBLOX Launcher.lnk";
|
|
||||||
IWshShortcut shortcut = (IWshShortcut)shell.CreateShortcut(shortcutAddress);
|
|
||||||
shortcut.Description = "ARCHBLOX Player";
|
|
||||||
shortcut.TargetPath = ARCHBLOXLauncherGUI.Extensions.GetExecutablePath();
|
|
||||||
shortcut.Save();
|
|
||||||
}
|
|
||||||
// variables
|
|
||||||
bool exitafterarg = false;
|
|
||||||
bool rbxl = false;
|
|
||||||
private DiscordRpcClient client;
|
|
||||||
bool ingame = false;
|
|
||||||
bool hosting = false;
|
|
||||||
private static WebClient wc = new WebClient();
|
|
||||||
static byte[] raw = wc.DownloadData("http://archblox.com/client/version.txt");
|
|
||||||
static string webData = Encoding.UTF8.GetString(raw);
|
|
||||||
static string version_string = webData;
|
|
||||||
static string folderPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Archblx\", @"Versions\");
|
|
||||||
static string clientPath = Path.Combine(folderPath, version_string + @"\");
|
|
||||||
static string filePath = Path.Combine(clientPath, "ArchbloxPlayerBeta.exe");
|
|
||||||
delegate void UnhandledExceptionEventHandler(object sender, UnhandledExceptionEventArgs e);
|
|
||||||
public Form1()
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
// Check for a internet connection
|
|
||||||
try
|
|
||||||
{
|
|
||||||
wc.DownloadData("http://archblox.com/client/version.txt");
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: HttpOpenRequest failed for GET http://archblox.com/client/version.txt, Error ID: 6", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
Environment.Exit(0);
|
|
||||||
}
|
|
||||||
ARCHBLOXProtocol.ARCHBLOXURIProtocol.Register();
|
|
||||||
CreateShortcut();
|
|
||||||
var lastword = "";
|
|
||||||
var info1 = "";
|
|
||||||
var info2 = "";
|
|
||||||
string[] args = ARCHBLOXProtocol.SharedVariables.Arguments.Split('/');
|
|
||||||
// check to see if uri/arguments were used
|
|
||||||
foreach (var word in args)
|
|
||||||
{
|
|
||||||
if (lastword == "host")
|
|
||||||
{
|
|
||||||
if (!System.IO.File.Exists(filePath))
|
|
||||||
{
|
|
||||||
DialogResult res = MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: Out of date client! To update the client select Yes.", "ARCHBLOX", MessageBoxButtons.YesNo, MessageBoxIcon.Error);
|
|
||||||
if (res == DialogResult.Yes)
|
|
||||||
{
|
|
||||||
ARCHBLOXLauncherGUI.Form2 form2 = new ARCHBLOXLauncherGUI.Form2();
|
|
||||||
form2.Show();
|
|
||||||
} else
|
|
||||||
{
|
|
||||||
Environment.Exit(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
exitafterarg = true;
|
|
||||||
lastword = "stop";
|
|
||||||
string[] info = word.Split(':');
|
|
||||||
foreach (var word2 in info)
|
|
||||||
{
|
|
||||||
if (info1 == "")
|
|
||||||
{
|
|
||||||
info1 = word2;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
info2 = word2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (info1 == "" || info2 == "")
|
|
||||||
{
|
|
||||||
MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: Invalid Arguments, Error ID: 500", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
Environment.Exit(0);
|
|
||||||
}
|
|
||||||
var pProcess = new Process();
|
|
||||||
hosting = true;
|
|
||||||
pProcess.StartInfo.FileName = filePath;
|
|
||||||
pProcess.StartInfo.Arguments = "-a \"http://www.morblox.us/\" -j \"http://www.morblox.us/game/gameserver.php?port=" + info1 + "&rbxl=" + info2 + "\" -t \"1\"";
|
|
||||||
pProcess.StartInfo.UseShellExecute = false;
|
|
||||||
pProcess.StartInfo.RedirectStandardOutput = true;
|
|
||||||
pProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
||||||
pProcess.StartInfo.CreateNoWindow = false;
|
|
||||||
pProcess.Start();
|
|
||||||
MessageBox.Show("Starting game server on port " + info1 + " using " + info2, "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
||||||
}
|
|
||||||
if (lastword == "join")
|
|
||||||
{
|
|
||||||
if (!System.IO.File.Exists(filePath))
|
|
||||||
{
|
|
||||||
DialogResult res = MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: Out of date client! To update the client, select Yes.", "ARCHBLOX", MessageBoxButtons.YesNo, MessageBoxIcon.Error);
|
|
||||||
if (res == DialogResult.Yes)
|
|
||||||
{
|
|
||||||
ARCHBLOXLauncherGUI.Form2 form2 = new ARCHBLOXLauncherGUI.Form2();
|
|
||||||
form2.Show();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Environment.Exit(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
exitafterarg = true;
|
|
||||||
lastword = "stop";
|
|
||||||
string[] info = word.Split(':');
|
|
||||||
foreach (var word2 in info)
|
|
||||||
{
|
|
||||||
if (info1 == "")
|
|
||||||
{
|
|
||||||
info1 = word2;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
info2 = word2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (info1 == "" || info2 == "")
|
|
||||||
{
|
|
||||||
MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: Invalid Arguments, Error ID: 500", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
Environment.Exit(0);
|
|
||||||
}
|
|
||||||
var pProcess = new Process();
|
|
||||||
hosting = true;
|
|
||||||
pProcess.StartInfo.FileName = filePath;
|
|
||||||
pProcess.StartInfo.Arguments = "-a \"http://www.morblox.us/\" -j \"http://www.morblox.us/game/join.ashx?port=" + info1 + "&ip=" + info2 + "\" -t \"1\"";
|
|
||||||
pProcess.StartInfo.UseShellExecute = false;
|
|
||||||
pProcess.StartInfo.RedirectStandardOutput = true;
|
|
||||||
pProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
||||||
pProcess.StartInfo.CreateNoWindow = false;
|
|
||||||
pProcess.Start();
|
|
||||||
MessageBox.Show("Joining " + info2 + ":" + info1, "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
||||||
}
|
|
||||||
if (word == "install")
|
|
||||||
{
|
|
||||||
ARCHBLOXLauncherGUI.Form2 form2 = new ARCHBLOXLauncherGUI.Form2();
|
|
||||||
form2.Show();
|
|
||||||
}
|
|
||||||
if (word == "") { }
|
|
||||||
else
|
|
||||||
{
|
|
||||||
lastword = word;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (exitafterarg == true)
|
|
||||||
{
|
|
||||||
// close program
|
|
||||||
Environment.Exit(0);
|
|
||||||
}
|
|
||||||
client = new DiscordRpcClient("996030605106090006");
|
|
||||||
client.Initialize();
|
|
||||||
client.SetPresence(new RichPresence()
|
|
||||||
{
|
|
||||||
Details = "Launcher",
|
|
||||||
State = "Browsing through the menus...",
|
|
||||||
Timestamps = Timestamps.Now,
|
|
||||||
Assets = new Assets()
|
|
||||||
{
|
|
||||||
LargeImageKey = "launcher",
|
|
||||||
SmallImageKey = "archblox",
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void button1_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
// hosting
|
|
||||||
string phrase = textBox2.Text;
|
|
||||||
string[] words = phrase.Split('.');
|
|
||||||
string sWord = "";
|
|
||||||
foreach (var word in words)
|
|
||||||
{
|
|
||||||
sWord = word.ToLower();
|
|
||||||
if (sWord == "rbxl")
|
|
||||||
{
|
|
||||||
rbxl = true;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
rbxl = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!System.IO.File.Exists(filePath))
|
|
||||||
{
|
|
||||||
DialogResult res = MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: Out of date client! To update the client, select Yes or select the Install button on the main menu.", "ARCHBLOX", MessageBoxButtons.YesNo, MessageBoxIcon.Error);
|
|
||||||
if (res == DialogResult.Yes)
|
|
||||||
{
|
|
||||||
ARCHBLOXLauncherGUI.Form2 form2 = new ARCHBLOXLauncherGUI.Form2();
|
|
||||||
form2.Show();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (textBox1.Text == "" || textBox2.Text == "")
|
|
||||||
{
|
|
||||||
MessageBox.Show("Please fill in all of the text boxes.", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
||||||
}
|
|
||||||
else if (rbxl == false)
|
|
||||||
{
|
|
||||||
MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: Invalid .RBXL, " + sWord + " is not a supported file format.", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
// Check if RADMIN VPN ip address to protect port forwarders from exposing their ip address and potentionally causing the server hoster to be doxxed/ddossed
|
|
||||||
string phrase2 = serverip.Text;
|
|
||||||
string[] words2 = phrase2.Split('.');
|
|
||||||
string sWord2 = "";
|
|
||||||
bool radmin = false;
|
|
||||||
foreach (var word in words2)
|
|
||||||
{
|
|
||||||
sWord2 = word.ToLower();
|
|
||||||
if (sWord2 == "26" || sWord2 == "localhost" || sWord2 == "192" || sWord2 == "10" || sWord2 == "127")
|
|
||||||
{
|
|
||||||
radmin = true;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
radmin = false;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
if (radmin == false)
|
|
||||||
{
|
|
||||||
phrase2 = "[IP HIDDEN]"; // HAHAHA DUDE THESE DOXXERS AND DDOSSERS ARE SO FUCKING FUNNY THEY MAKE ME WANT TO MERGE WITHOUT LOOKING!!!!
|
|
||||||
}
|
|
||||||
void ProcessExitHandler(object sender, EventArgs args)
|
|
||||||
{
|
|
||||||
hosting = false;
|
|
||||||
if (ingame == true)
|
|
||||||
{
|
|
||||||
client.SetPresence(new DiscordRPC.RichPresence()
|
|
||||||
{
|
|
||||||
Details = "Playing a Game",
|
|
||||||
State = "on " + phrase2 + ":" + serverport.Text,
|
|
||||||
Timestamps = Timestamps.Now,
|
|
||||||
Assets = new Assets()
|
|
||||||
{
|
|
||||||
LargeImageKey = "ingame",
|
|
||||||
SmallImageKey = "archblox",
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
client.SetPresence(new DiscordRPC.RichPresence()
|
|
||||||
{
|
|
||||||
Details = "Launcher",
|
|
||||||
State = "Browsing through the menus...",
|
|
||||||
Timestamps = Timestamps.Now,
|
|
||||||
Assets = new Assets()
|
|
||||||
{
|
|
||||||
LargeImageKey = "launcher",
|
|
||||||
SmallImageKey = "archblox",
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
var pProcess = new Process();
|
|
||||||
hosting = true;
|
|
||||||
pProcess.StartInfo.FileName = filePath;
|
|
||||||
pProcess.StartInfo.Arguments = "-a \"http://www.morblox.us/\" -j \"http://www.morblox.us/game/gameserver.php?port=" + textBox1.Text + "&rbxl=" + textBox2.Text + "\" -t \"1\"";
|
|
||||||
pProcess.StartInfo.UseShellExecute = false;
|
|
||||||
pProcess.StartInfo.RedirectStandardOutput = true;
|
|
||||||
pProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
||||||
pProcess.StartInfo.CreateNoWindow = false;
|
|
||||||
pProcess.Start();
|
|
||||||
pProcess.EnableRaisingEvents = true;
|
|
||||||
pProcess.Exited += new EventHandler(ProcessExitHandler);
|
|
||||||
var random = new Random();
|
|
||||||
client.SetPresence(new DiscordRPC.RichPresence()
|
|
||||||
{
|
|
||||||
Details = "Hosting",
|
|
||||||
State = textBox2.Text,
|
|
||||||
Timestamps = Timestamps.Now,
|
|
||||||
Assets = new Assets()
|
|
||||||
{
|
|
||||||
LargeImageKey = "host",
|
|
||||||
SmallImageKey = "archblox",
|
|
||||||
}
|
|
||||||
});
|
|
||||||
MessageBox.Show("Starting game server on port " + textBox1.Text + " using " + textBox2.Text, "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void button2_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
// joining
|
|
||||||
if (!System.IO.File.Exists(filePath))
|
|
||||||
{
|
|
||||||
DialogResult res = MessageBox.Show("An error occoured while starting ARCHBLOX\n\nDetails: Out of date client! To update the client, select Yes or select the Install button on the main menu.", "ARCHBLOX", MessageBoxButtons.YesNo, MessageBoxIcon.Error);
|
|
||||||
if (res == DialogResult.Yes)
|
|
||||||
{
|
|
||||||
ARCHBLOXLauncherGUI.Form2 form2 = new ARCHBLOXLauncherGUI.Form2();
|
|
||||||
form2.Show();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (serverip.Text == "" || serverport.Text == "")
|
|
||||||
{
|
|
||||||
MessageBox.Show("Please fill in all of the text boxes.", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
void ProcessExitHandler(object sender, EventArgs args)
|
|
||||||
{
|
|
||||||
ingame = false;
|
|
||||||
if (hosting == true)
|
|
||||||
{
|
|
||||||
client.SetPresence(new DiscordRPC.RichPresence()
|
|
||||||
{
|
|
||||||
Details = "Hosting",
|
|
||||||
State = textBox2.Text,
|
|
||||||
Timestamps = Timestamps.Now,
|
|
||||||
Assets = new Assets()
|
|
||||||
{
|
|
||||||
LargeImageKey = "host",
|
|
||||||
SmallImageKey = "archblox",
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
client.SetPresence(new DiscordRPC.RichPresence()
|
|
||||||
{
|
|
||||||
Details = "Launcher",
|
|
||||||
State = "Browsing through the menus...",
|
|
||||||
Timestamps = Timestamps.Now,
|
|
||||||
Assets = new Assets()
|
|
||||||
{
|
|
||||||
LargeImageKey = "launcher",
|
|
||||||
SmallImageKey = "archblox",
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
var pProcess = new Process();
|
|
||||||
ingame = true;
|
|
||||||
pProcess.StartInfo.FileName = filePath;
|
|
||||||
pProcess.StartInfo.Arguments = "-a \"http://www.morblox.us/\" -j \"http://www.morblox.us/game/join.ashx?port=" + serverport.Text + "&ip=" + serverip.Text + "\" -t \"1\"";
|
|
||||||
pProcess.StartInfo.UseShellExecute = false;
|
|
||||||
pProcess.StartInfo.RedirectStandardOutput = true;
|
|
||||||
pProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
||||||
pProcess.StartInfo.CreateNoWindow = false;
|
|
||||||
pProcess.Start();
|
|
||||||
pProcess.EnableRaisingEvents = true;
|
|
||||||
pProcess.Exited += new EventHandler(ProcessExitHandler);
|
|
||||||
|
|
||||||
// Check if RADMIN VPN ip address to protect port forwarders from exposing their ip address and potentionally causing the server hoster to be doxxed/ddossed
|
|
||||||
string phrase2 = serverip.Text;
|
|
||||||
string[] words2 = phrase2.Split('.');
|
|
||||||
string sWord2 = "";
|
|
||||||
bool radmin = false;
|
|
||||||
foreach (var word in words2)
|
|
||||||
{
|
|
||||||
sWord2 = word.ToLower();
|
|
||||||
if (sWord2 == "26" || sWord2 == "localhost" || sWord2 == "192" || sWord2 == "10" || sWord2 == "127")
|
|
||||||
{
|
|
||||||
radmin = true;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
radmin = false;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
if (radmin == false)
|
|
||||||
{
|
|
||||||
phrase2 = "[IP HIDDEN]"; // HAHAHA DUDE THESE DOXXERS AND DDOSSERS ARE SO FUCKING FUNNY THEY MAKE ME WANT TO MERGE WITHOUT LOOKING!!!!
|
|
||||||
}
|
|
||||||
|
|
||||||
client.SetPresence(new DiscordRPC.RichPresence()
|
|
||||||
{
|
|
||||||
Details = "Playing a Game",
|
|
||||||
State = "on " + phrase2 + ":" + serverport.Text,
|
|
||||||
Timestamps = Timestamps.Now,
|
|
||||||
Assets = new Assets()
|
|
||||||
{
|
|
||||||
LargeImageKey = "ingame",
|
|
||||||
SmallImageKey = "archblox",
|
|
||||||
}
|
|
||||||
}); ;
|
|
||||||
MessageBox.Show("Joining " + serverip.Text + ":" + serverport.Text, "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void button3_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
// ask user to open dialog
|
|
||||||
OpenFileDialog dialog = new OpenFileDialog();
|
|
||||||
dialog.Title = "Choose a RBXL...";
|
|
||||||
dialog.AddExtension = true;
|
|
||||||
dialog.Filter = "ROBLOX Place File (*.rbxl)| *.rbxl";
|
|
||||||
if (DialogResult.OK == dialog.ShowDialog())
|
|
||||||
{
|
|
||||||
// check if it is a rbxl
|
|
||||||
string word = Path.GetExtension(dialog.FileName);
|
|
||||||
word = word.ToLower();
|
|
||||||
if (word == ".rbxl")
|
|
||||||
{
|
|
||||||
// Thanks to ROBLOX LEGACY PLACE CONVERTER by BakonBot for the binary rbxl format detection.
|
|
||||||
string[] file = System.IO.File.ReadAllLines(dialog.FileName);
|
|
||||||
foreach (var line in file)
|
|
||||||
{
|
|
||||||
if (line.Contains("<roblox!"))
|
|
||||||
{
|
|
||||||
// is binary/unsupported format
|
|
||||||
MessageBox.Show("Binary ROBLOX Place files are not supported. Did you convert the place correctly, or use ARCHBLOX Studio to create the game?", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
// it's supported, yay!
|
|
||||||
string destFile = Path.Combine(clientPath, @"Content\", Path.GetFileName(dialog.FileName));
|
|
||||||
System.IO.File.Copy(dialog.FileName, destFile, true);
|
|
||||||
textBox2.Text = Path.GetFileName(dialog.FileName);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (word == ".rbxlx")
|
|
||||||
{
|
|
||||||
// rbxlx, cringe!
|
|
||||||
MessageBox.Show(".RBXLX place files are not supported! Are you sure you converted the place correctly?", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
// wtf this isn't even a place
|
|
||||||
MessageBox.Show(word.ToUpper() + " is not a supported place file!", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
private void JoinBTN_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
JoinBTN.Visible = false;
|
|
||||||
HostBTN.Visible = false;
|
|
||||||
UpdateBTN.Visible = false;
|
|
||||||
JoinBox.Visible = true;
|
|
||||||
HostBox.Visible = false;
|
|
||||||
BackBTN.Visible = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void UpdateBTN_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
ARCHBLOXLauncherGUI.Form2 form2 = new ARCHBLOXLauncherGUI.Form2();
|
|
||||||
try
|
|
||||||
{
|
|
||||||
form2.Show();
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
form2.Dispose();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void BackBTN_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
JoinBTN.Visible = true;
|
|
||||||
HostBTN.Visible = true;
|
|
||||||
UpdateBTN.Visible = true;
|
|
||||||
JoinBox.Visible = false;
|
|
||||||
HostBox.Visible = false;
|
|
||||||
BackBTN.Visible = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void HostBTN_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
JoinBTN.Visible = false;
|
|
||||||
HostBTN.Visible = false;
|
|
||||||
UpdateBTN.Visible = false;
|
|
||||||
JoinBox.Visible = false;
|
|
||||||
HostBox.Visible = true;
|
|
||||||
BackBTN.Visible = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2828
Form1.resx
|
|
@ -1,96 +0,0 @@
|
||||||
namespace ARCHBLOXLauncherGUI
|
|
||||||
{
|
|
||||||
partial class Form2
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Required designer variable.
|
|
||||||
/// </summary>
|
|
||||||
private System.ComponentModel.IContainer components = null;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Clean up any resources being used.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
||||||
protected override void Dispose(bool disposing)
|
|
||||||
{
|
|
||||||
if (disposing && (components != null))
|
|
||||||
{
|
|
||||||
components.Dispose();
|
|
||||||
}
|
|
||||||
base.Dispose(disposing);
|
|
||||||
}
|
|
||||||
|
|
||||||
#region Windows Form Designer generated code
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Required method for Designer support - do not modify
|
|
||||||
/// the contents of this method with the code editor.
|
|
||||||
/// </summary>
|
|
||||||
private void InitializeComponent()
|
|
||||||
{
|
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
|
|
||||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
|
||||||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
||||||
this.SuspendLayout();
|
|
||||||
//
|
|
||||||
// pictureBox1
|
|
||||||
//
|
|
||||||
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
||||||
this.pictureBox1.Image = global::ARCHBLOXLauncherGUI.Properties.Resources.archblox;
|
|
||||||
this.pictureBox1.Location = new System.Drawing.Point(18, 17);
|
|
||||||
this.pictureBox1.Name = "pictureBox1";
|
|
||||||
this.pictureBox1.Size = new System.Drawing.Size(35, 42);
|
|
||||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
||||||
this.pictureBox1.TabIndex = 0;
|
|
||||||
this.pictureBox1.TabStop = false;
|
|
||||||
//
|
|
||||||
// label1
|
|
||||||
//
|
|
||||||
this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
||||||
this.label1.Location = new System.Drawing.Point(58, 18);
|
|
||||||
this.label1.Name = "label1";
|
|
||||||
this.label1.Size = new System.Drawing.Size(237, 21);
|
|
||||||
this.label1.TabIndex = 1;
|
|
||||||
this.label1.Text = "Static";
|
|
||||||
this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
|
|
||||||
//
|
|
||||||
// progressBar1
|
|
||||||
//
|
|
||||||
this.progressBar1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
||||||
this.progressBar1.BackColor = System.Drawing.Color.White;
|
|
||||||
this.progressBar1.Location = new System.Drawing.Point(58, 51);
|
|
||||||
this.progressBar1.Name = "progressBar1";
|
|
||||||
this.progressBar1.Size = new System.Drawing.Size(287, 26);
|
|
||||||
this.progressBar1.TabIndex = 2;
|
|
||||||
//
|
|
||||||
// Form2
|
|
||||||
//
|
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
||||||
this.BackColor = System.Drawing.SystemColors.Control;
|
|
||||||
this.ClientSize = new System.Drawing.Size(352, 136);
|
|
||||||
this.Controls.Add(this.progressBar1);
|
|
||||||
this.Controls.Add(this.label1);
|
|
||||||
this.Controls.Add(this.pictureBox1);
|
|
||||||
this.Cursor = System.Windows.Forms.Cursors.AppStarting;
|
|
||||||
this.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
||||||
this.MaximizeBox = false;
|
|
||||||
this.MinimizeBox = false;
|
|
||||||
this.Name = "Form2";
|
|
||||||
this.Text = "ARCHBLOX";
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
||||||
this.ResumeLayout(false);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
private System.Windows.Forms.PictureBox pictureBox1;
|
|
||||||
private System.Windows.Forms.Label label1;
|
|
||||||
private System.Windows.Forms.ProgressBar progressBar1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
146
Form2.cs
|
|
@ -1,146 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.ComponentModel;
|
|
||||||
using System.IO.Compression;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Net;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading;
|
|
||||||
using System.IO;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
namespace ARCHBLOXLauncherGUI
|
|
||||||
{
|
|
||||||
public partial class Form2 : Form
|
|
||||||
{
|
|
||||||
// setup variables
|
|
||||||
public bool Uri_Installed = false;
|
|
||||||
public bool IsCompleted = false;
|
|
||||||
public bool DontEvenBother = false;
|
|
||||||
private static WebClient wc = new WebClient();
|
|
||||||
private static ManualResetEvent handle = new ManualResetEvent(true);
|
|
||||||
|
|
||||||
private static long GetDirectorySize(string folderPath)
|
|
||||||
{
|
|
||||||
// get size of a directory, important for showing the user how much space ARCHBLOX takes
|
|
||||||
DirectoryInfo di = new DirectoryInfo(folderPath);
|
|
||||||
return di.EnumerateFiles("*", SearchOption.AllDirectories).Sum(fi => fi.Length) / 1000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Form2()
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
// setup other variables
|
|
||||||
progressBar1.Style = ProgressBarStyle.Marquee;
|
|
||||||
try
|
|
||||||
{
|
|
||||||
wc.DownloadData("http://archblox.com/client/version.txt");
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
MessageBox.Show("An error occoured while installing ARCHBLOX\n\nDetails: HttpOpenRequest failed for GET http://archblox.com/client/version.txt, Error ID: 6", "ARCHBLOX", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
DontEvenBother = true;
|
|
||||||
}
|
|
||||||
if (DontEvenBother == false)
|
|
||||||
{
|
|
||||||
byte[] raw = wc.DownloadData("http://archblox.com/client/version.txt");
|
|
||||||
string webData = Encoding.UTF8.GetString(raw);
|
|
||||||
string version_string = webData;
|
|
||||||
string folderPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Archblx\", @"Versions\");
|
|
||||||
string clientPath = Path.Combine(folderPath, version_string + @"\");
|
|
||||||
string filePath = Path.Combine(Path.GetTempPath(),version_string + ".zip");
|
|
||||||
// setup file paths etc
|
|
||||||
{
|
|
||||||
if (Directory.Exists(folderPath))
|
|
||||||
{
|
|
||||||
// since the folder already exists, show size of folder and ask user if they want to delete older versions
|
|
||||||
DialogResult res = MessageBox.Show("Do you want to delete previous installs of ARCHBLOX? Current size of ARCHBLOX folder: " + GetDirectorySize(folderPath) + "MB.", "ARCHBLOX", MessageBoxButtons.YesNo, MessageBoxIcon.Information);
|
|
||||||
if (res == DialogResult.Yes)
|
|
||||||
{
|
|
||||||
label1.Text = "Removing previous installs...";
|
|
||||||
Directory.Delete(folderPath, true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// setup variables
|
|
||||||
wc.DownloadProgressChanged += Client_DownloadProgressChanged;
|
|
||||||
wc.DownloadFileCompleted += Client_DownloadFileCompleted;
|
|
||||||
label1.Text = "Configuring ARCHBLOX...";
|
|
||||||
if (Directory.Exists(clientPath))
|
|
||||||
{
|
|
||||||
// ask user if they want to re-install
|
|
||||||
DialogResult res = MessageBox.Show("The latest version of ARCHBLOX is already installed. Do you want to re-install it?", "ARCHBLOX", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
|
|
||||||
if (res == DialogResult.Yes)
|
|
||||||
{
|
|
||||||
label1.Text = "Removing previous install...";
|
|
||||||
Directory.Delete(clientPath, true);
|
|
||||||
|
|
||||||
}
|
|
||||||
if (res == DialogResult.No)
|
|
||||||
{
|
|
||||||
label1.Text = "Cancelled install.";
|
|
||||||
DontEvenBother = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (DontEvenBother == false)
|
|
||||||
{
|
|
||||||
// continue with install
|
|
||||||
Directory.CreateDirectory(clientPath);
|
|
||||||
wc.DownloadFileAsync(new Uri(@"http://archblox.com/client/" + version_string + ".zip"), filePath);
|
|
||||||
progressBar1.Style = ProgressBarStyle.Blocks;
|
|
||||||
handle.WaitOne();
|
|
||||||
} else
|
|
||||||
{
|
|
||||||
this.Hide();
|
|
||||||
this.Close();
|
|
||||||
}
|
|
||||||
} else
|
|
||||||
{
|
|
||||||
this.Hide();
|
|
||||||
this.Close();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
private void Client_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e)
|
|
||||||
{
|
|
||||||
if (IsCompleted == false)
|
|
||||||
{
|
|
||||||
// the download has completed, extract zip, setup URI.
|
|
||||||
IsCompleted = true;
|
|
||||||
byte[] raw = wc.DownloadData("http://archblox.com/client/version.txt");
|
|
||||||
string webData = Encoding.UTF8.GetString(raw);
|
|
||||||
string version_string = webData;
|
|
||||||
string folderPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Archblx\", @"Versions\");
|
|
||||||
string clientPath = Path.Combine(folderPath, version_string + @"\");
|
|
||||||
string filePath = Path.Combine(Path.GetTempPath(), version_string + ".zip");
|
|
||||||
ZipFile.ExtractToDirectory(filePath, clientPath);
|
|
||||||
File.Delete(filePath);
|
|
||||||
label1.Text = "Installing URI...";
|
|
||||||
try
|
|
||||||
{
|
|
||||||
ARCHBLOXProtocol.ARCHBLOXURIProtocol.Register();
|
|
||||||
Uri_Installed = true;
|
|
||||||
}
|
|
||||||
catch { Uri_Installed = false; }
|
|
||||||
if (Uri_Installed == true)
|
|
||||||
{
|
|
||||||
label1.Text = "ARCHBLOX has been installed!";
|
|
||||||
} else
|
|
||||||
{
|
|
||||||
label1.Text = "Failed to install URI.";
|
|
||||||
}
|
|
||||||
Thread.Sleep(1000);
|
|
||||||
this.Hide();
|
|
||||||
this.Close();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void Client_DownloadProgressChanged(object sender, DownloadProgressChangedEventArgs e)
|
|
||||||
{
|
|
||||||
// update the progress bar
|
|
||||||
progressBar1.Minimum = 0;
|
|
||||||
double receive = double.Parse(e.BytesReceived.ToString());
|
|
||||||
double total = double.Parse(e.TotalBytesToReceive.ToString());
|
|
||||||
double percentage = receive / total * 100;
|
|
||||||
label1.Text = "Installing ARCHBLOX... (" + Math.Truncate(percentage).ToString() + "%)";
|
|
||||||
progressBar1.Value = int.Parse(Math.Truncate(percentage).ToString());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2828
Form2.resx
22
LICENSE.md
|
|
@ -1,22 +0,0 @@
|
||||||
This is free and unencumbered software released into the public domain.
|
|
||||||
|
|
||||||
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
||||||
distribute this software, either in source code form or as a compiled
|
|
||||||
binary, for any purpose, commercial or non-commercial, and by any
|
|
||||||
means.
|
|
||||||
|
|
||||||
In jurisdictions that recognize copyright laws, the author or authors
|
|
||||||
of this software dedicate any and all copyright interest in the
|
|
||||||
software to the public domain. We make this dedication for the benefit
|
|
||||||
of the public at large and to the detriment of our heirs and
|
|
||||||
successors. We intend this dedication to be an overt act of
|
|
||||||
relinquishment in perpetuity of all present and future rights to this
|
|
||||||
software under copyright law.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
79
Program.cs
|
|
@ -1,30 +1,69 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Net;
|
||||||
using System.Linq;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.IO;
|
||||||
using System.Windows.Forms;
|
namespace ConsoleApp1
|
||||||
|
|
||||||
namespace ARCHBLOXLauncherGUI
|
|
||||||
{
|
{
|
||||||
internal static class Program
|
internal class Program
|
||||||
{
|
{
|
||||||
/// <summary>
|
private static WebClient wc = new WebClient();
|
||||||
/// The main entry point for the application.
|
static void Main()
|
||||||
/// </summary>
|
|
||||||
[STAThread]
|
|
||||||
static void Main(string[] args)
|
|
||||||
{
|
{
|
||||||
Application.SetHighDpiMode(HighDpiMode.SystemAware);
|
Console.Clear();
|
||||||
Application.EnableVisualStyles();
|
byte[] raw = wc.DownloadData("https://archblox.com/client/version.txt");
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
string webData = Encoding.UTF8.GetString(raw);
|
||||||
if (args.Length > 0)
|
string version_string = webData;
|
||||||
|
string folderPath = Path.Combine(@"C:\ARCHBLOX\", version_string + @"\");
|
||||||
|
string filePath = Path.Combine(folderPath, "ArchbloxPlayerBeta.exe");
|
||||||
|
Console.WriteLine("ARCHBLOX");
|
||||||
|
Console.WriteLine("1) Join a Game");
|
||||||
|
Console.WriteLine("2) Host a Game");
|
||||||
|
string number = Console.ReadLine();
|
||||||
|
if (number == "1")
|
||||||
{
|
{
|
||||||
foreach (string s in args)
|
Console.Clear();
|
||||||
|
Console.WriteLine("Server IP:");
|
||||||
|
string ip = Console.ReadLine();
|
||||||
|
Console.WriteLine("Server Port:");
|
||||||
|
string port = Console.ReadLine();
|
||||||
|
Console.WriteLine("Username:");
|
||||||
|
string username = Console.ReadLine();
|
||||||
|
Console.WriteLine("User ID:");
|
||||||
|
string userid = Console.ReadLine();
|
||||||
|
Console.WriteLine("Membership: (None BuildersClub TurboBuildersClub OutrageousBuildersClub)");
|
||||||
|
string membership = Console.ReadLine();
|
||||||
|
using (System.Diagnostics.Process pProcess = new System.Diagnostics.Process())
|
||||||
{
|
{
|
||||||
ARCHBLOXProtocol.SharedVariables.Arguments = s;
|
pProcess.StartInfo.FileName = filePath;
|
||||||
|
pProcess.StartInfo.Arguments = "-a \"http://www.morblox.us/\" -j \"http://www.morblox.us/game/join.php?port=" + port + "&app=" + userid + "&ip=" + ip + "&username=" + username + "&id=" + userid + "&membership=" + membership + "\" -t \"1\"";
|
||||||
|
pProcess.StartInfo.UseShellExecute = false;
|
||||||
|
pProcess.StartInfo.RedirectStandardOutput = true;
|
||||||
|
pProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
||||||
|
pProcess.StartInfo.CreateNoWindow = false;
|
||||||
|
pProcess.Start();
|
||||||
|
Main();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Application.Run(new Form1());
|
else if (number == "2")
|
||||||
|
{
|
||||||
|
Console.Clear();
|
||||||
|
Console.WriteLine("Server Port:");
|
||||||
|
string port = Console.ReadLine();
|
||||||
|
using (System.Diagnostics.Process pProcess = new System.Diagnostics.Process())
|
||||||
|
{
|
||||||
|
pProcess.StartInfo.FileName = filePath;
|
||||||
|
pProcess.StartInfo.Arguments = "-a \"http://www.morblox.us/\" -j \"http://www.morblox.us/game/gameserver.php?port=" + port + "\" -t \"1\"";
|
||||||
|
pProcess.StartInfo.UseShellExecute = false;
|
||||||
|
pProcess.StartInfo.RedirectStandardOutput = true;
|
||||||
|
pProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
||||||
|
pProcess.StartInfo.CreateNoWindow = false;
|
||||||
|
pProcess.Start();
|
||||||
|
Main();
|
||||||
|
}
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
Main();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
||||||
-->
|
|
||||||
<Project>
|
|
||||||
<PropertyGroup>
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Any CPU</Platform>
|
|
||||||
<PublishDir>C:\Users\Thomas\OneDrive\Documents\ARCHBLOXLauncherGUI\x64</PublishDir>
|
|
||||||
<PublishProtocol>FileSystem</PublishProtocol>
|
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
||||||
<SelfContained>false</SelfContained>
|
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
|
||||||
<PublishReadyToRun>false</PublishReadyToRun>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
||||||
-->
|
|
||||||
<Project>
|
|
||||||
<PropertyGroup>
|
|
||||||
<History>True|2022-10-21T22:09:03.7775610Z;True|2022-08-28T12:03:45.2362021+10:00;True|2022-08-05T10:38:33.7761426+10:00;True|2022-07-26T15:16:38.5877346+10:00;True|2022-07-15T22:07:23.9248742+10:00;True|2022-07-15T22:05:25.5663085+10:00;True|2022-07-13T16:54:56.8432517+10:00;False|2022-07-13T16:52:26.5433436+10:00;True|2022-07-13T16:47:01.0681916+10:00;True|2022-07-13T16:28:49.6060671+10:00;False|2022-07-13T16:28:36.6234772+10:00;True|2022-07-13T16:27:25.2155759+10:00;True|2022-07-13T16:20:04.4747082+10:00;True|2022-07-13T00:37:48.5001758+10:00;True|2022-07-13T00:37:23.7218937+10:00;True|2022-07-13T00:35:56.1276705+10:00;True|2022-07-12T20:31:31.4891674+10:00;True|2022-07-12T07:42:57.8030421+10:00;True|2022-07-12T07:24:22.2110673+10:00;True|2022-07-12T07:12:22.1327523+10:00;True|2022-07-12T01:02:07.4142780+10:00;True|2022-07-12T01:01:55.1054218+10:00;True|2022-07-12T00:57:05.7704097+10:00;True|2022-07-11T19:45:06.3965836+10:00;True|2022-07-11T03:03:05.5235378+10:00;True|2022-07-11T01:29:52.2575986+10:00;True|2022-07-11T01:29:03.7081553+10:00;True|2022-07-11T01:07:30.8355486+10:00;True|2022-07-11T00:18:27.1107980+10:00;True|2022-07-10T21:59:11.0753271+10:00;True|2022-07-10T19:15:49.4105023+10:00;True|2022-07-10T19:13:41.3098116+10:00;True|2022-07-10T19:12:41.5715908+10:00;</History>
|
|
||||||
<LastFailureDetails />
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
||||||
-->
|
|
||||||
<Project>
|
|
||||||
<PropertyGroup>
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Any CPU</Platform>
|
|
||||||
<PublishDir>C:\Users\Thomas\OneDrive\Documents\archbloxnetfullbuildsd\launcher</PublishDir>
|
|
||||||
<PublishProtocol>FileSystem</PublishProtocol>
|
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
||||||
<SelfContained>true</SelfContained>
|
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
|
||||||
<PublishReadyToRun>false</PublishReadyToRun>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
||||||
-->
|
|
||||||
<Project>
|
|
||||||
<PropertyGroup>
|
|
||||||
<History>True|2022-07-20T06:57:33.4891575Z;</History>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
||||||
-->
|
|
||||||
<Project>
|
|
||||||
<PropertyGroup>
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Any CPU</Platform>
|
|
||||||
<PublishDir>C:\Users\Thomas\OneDrive\Documents\ARCHBLOXLauncherGUI\x86\</PublishDir>
|
|
||||||
<PublishProtocol>FileSystem</PublishProtocol>
|
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
||||||
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
|
||||||
<SelfContained>false</SelfContained>
|
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
|
||||||
<PublishReadyToRun>false</PublishReadyToRun>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
||||||
-->
|
|
||||||
<Project>
|
|
||||||
<PropertyGroup>
|
|
||||||
<History>True|2022-10-21T22:08:47.1592665Z;True|2022-08-28T12:03:58.5410881+10:00;True|2022-08-05T10:38:25.0782355+10:00;True|2022-07-26T15:16:51.0859791+10:00;True|2022-07-15T22:08:58.3308190+10:00;True|2022-07-15T22:07:37.1469826+10:00;True|2022-07-13T16:19:59.8973544+10:00;True|2022-07-13T00:38:04.2388491+10:00;True|2022-07-13T00:37:19.8958675+10:00;True|2022-07-13T00:36:07.1078472+10:00;True|2022-07-12T20:31:25.7325840+10:00;True|2022-07-12T07:43:08.7666080+10:00;True|2022-07-12T07:24:17.3722228+10:00;True|2022-07-12T07:12:29.3685122+10:00;True|2022-07-12T01:01:59.7182995+10:00;True|2022-07-12T00:56:51.3800489+10:00;True|2022-07-11T19:45:17.8917634+10:00;True|2022-07-11T03:02:35.7176035+10:00;True|2022-07-11T01:29:59.8179775+10:00;True|2022-07-11T01:28:57.8645143+10:00;True|2022-07-11T01:07:39.1190996+10:00;True|2022-07-11T00:18:18.9541704+10:00;True|2022-07-10T21:59:16.0892178+10:00;True|2022-07-10T19:13:19.3369745+10:00;True|2022-07-10T19:13:01.5256770+10:00;</History>
|
|
||||||
<LastFailureDetails />
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,113 +0,0 @@
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
// Runtime Version:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace ARCHBLOXLauncherGUI.Properties {
|
|
||||||
using System;
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
||||||
/// </summary>
|
|
||||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
||||||
// class via a tool like ResGen or Visual Studio.
|
|
||||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
||||||
// with the /str option, or rebuild your VS project.
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
||||||
internal class Resources {
|
|
||||||
|
|
||||||
private static global::System.Resources.ResourceManager resourceMan;
|
|
||||||
|
|
||||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
||||||
|
|
||||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
||||||
internal Resources() {
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Returns the cached ResourceManager instance used by this class.
|
|
||||||
/// </summary>
|
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
||||||
get {
|
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ARCHBLOXLauncherGUI.Properties.Resources", typeof(Resources).Assembly);
|
|
||||||
resourceMan = temp;
|
|
||||||
}
|
|
||||||
return resourceMan;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Overrides the current thread's CurrentUICulture property for all
|
|
||||||
/// resource lookups using this strongly typed resource class.
|
|
||||||
/// </summary>
|
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
|
||||||
get {
|
|
||||||
return resourceCulture;
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
resourceCulture = value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
||||||
/// </summary>
|
|
||||||
internal static System.Drawing.Bitmap animated {
|
|
||||||
get {
|
|
||||||
object obj = ResourceManager.GetObject("animated", resourceCulture);
|
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
||||||
/// </summary>
|
|
||||||
internal static System.Drawing.Bitmap archblox {
|
|
||||||
get {
|
|
||||||
object obj = ResourceManager.GetObject("archblox", resourceCulture);
|
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
||||||
/// </summary>
|
|
||||||
internal static System.Drawing.Bitmap buttonblue {
|
|
||||||
get {
|
|
||||||
object obj = ResourceManager.GetObject("buttonblue", resourceCulture);
|
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
||||||
/// </summary>
|
|
||||||
internal static System.Drawing.Bitmap buttongreen {
|
|
||||||
get {
|
|
||||||
object obj = ResourceManager.GetObject("buttongreen", resourceCulture);
|
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
||||||
/// </summary>
|
|
||||||
internal static System.Drawing.Bitmap unknown {
|
|
||||||
get {
|
|
||||||
object obj = ResourceManager.GetObject("unknown", resourceCulture);
|
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,136 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<root>
|
|
||||||
<!--
|
|
||||||
Microsoft ResX Schema
|
|
||||||
|
|
||||||
Version 2.0
|
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
|
||||||
that is mostly human readable. The generation and parsing of the
|
|
||||||
various data types are done through the TypeConverter classes
|
|
||||||
associated with the data types.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
||||||
<resheader name="version">2.0</resheader>
|
|
||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
||||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
||||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
||||||
</data>
|
|
||||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
||||||
<comment>This is a comment</comment>
|
|
||||||
</data>
|
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
|
||||||
name/value pairs.
|
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
|
||||||
text/value conversion through the TypeConverter architecture.
|
|
||||||
Classes that don't support this are serialized and stored with the
|
|
||||||
mimetype set.
|
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
|
||||||
read any of the formats listed below.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
||||||
value : The object must be serialized into a byte array
|
|
||||||
: using a System.ComponentModel.TypeConverter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
-->
|
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
||||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:choice maxOccurs="unbounded">
|
|
||||||
<xsd:element name="metadata">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
||||||
<xsd:attribute ref="xml:space" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="assembly">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:attribute name="alias" type="xsd:string" />
|
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="data">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
||||||
<xsd:attribute ref="xml:space" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="resheader">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:choice>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:schema>
|
|
||||||
<resheader name="resmimetype">
|
|
||||||
<value>text/microsoft-resx</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="version">
|
|
||||||
<value>2.0</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="reader">
|
|
||||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="writer">
|
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
<data name="archblox" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\archblox.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="buttonblue" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\buttonblue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="animated" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\animated.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="unknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\unknown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="buttongreen" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\buttongreen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
## ARCHBLOXLauncher
|
|
||||||
A Launcher for ARCHBLOX.
|
|
||||||
|
|
||||||
# Credits
|
|
||||||
p0s0: Helped out with URI
|
|
||||||
BakonBot: Binary RBXL detection
|
|
||||||
Stack Exchange members: Most of the funny methods used for a lot of things.
|
|
||||||
You: for being awesome. B)
|
|
||||||
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 407 KiB |
|
Before Width: | Height: | Size: 799 KiB |
|
Before Width: | Height: | Size: 283 KiB |
43
URI_Maker.cs
|
|
@ -1,43 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
using System.Security.Permissions;
|
|
||||||
using Microsoft.Win32;
|
|
||||||
using System.Text;
|
|
||||||
using System.Net;
|
|
||||||
using System.IO;
|
|
||||||
|
|
||||||
namespace ARCHBLOXProtocol
|
|
||||||
{
|
|
||||||
class SharedVariables
|
|
||||||
{
|
|
||||||
public static string Arguments = "";
|
|
||||||
};
|
|
||||||
internal static class ARCHBLOXURIProtocol
|
|
||||||
{
|
|
||||||
private static RegistryKey softwareClasses = Registry.CurrentUser.OpenSubKey("Software").OpenSubKey("Classes", true);
|
|
||||||
|
|
||||||
internal static void Register()
|
|
||||||
{
|
|
||||||
// credit to p0s0 for helping me with this
|
|
||||||
if (softwareClasses.OpenSubKey("archblox") == null) {} else { softwareClasses.DeleteSubKeyTree("archblox"); }
|
|
||||||
RegistryKey key = softwareClasses.CreateSubKey("archblox", true);
|
|
||||||
key.SetValue("", "URL: archblox Protocol");
|
|
||||||
key.SetValue("URL Protocol", "");
|
|
||||||
|
|
||||||
RegistryKey key1 = key.CreateSubKey("DefaultIcon", true);
|
|
||||||
key1.SetValue("", ARCHBLOXLauncherGUI.Extensions.GetExecutablePath());
|
|
||||||
|
|
||||||
RegistryKey key2 = key.CreateSubKey("shell", true);
|
|
||||||
RegistryKey key3 = key2.CreateSubKey("open", true);
|
|
||||||
|
|
||||||
RegistryKey key4 = key3.CreateSubKey("command", true);
|
|
||||||
key4.SetValue("", "\"" + ARCHBLOXLauncherGUI.Extensions.GetExecutablePath() + "\" %1");
|
|
||||||
|
|
||||||
key.Close();
|
|
||||||
key1.Close();
|
|
||||||
key2.Close();
|
|
||||||
key3.Close();
|
|
||||||
key4.Close();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,120 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v3.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.0": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"DiscordRichPresence": "1.0.175",
|
|
||||||
"Interop.IWshRuntimeLibrary": "1.0.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"ARCHBLOXLauncherGUI.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.Registry": "4.5.0",
|
|
||||||
"Newtonsoft.Json": "12.0.2"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/DiscordRPC.dll": {
|
|
||||||
"assemblyVersion": "1.0.175.0",
|
|
||||||
"fileVersion": "1.0.175.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"System.Security.AccessControl": "4.5.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "12.0.0.0",
|
|
||||||
"fileVersion": "12.0.2.23222"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"Interop.IWshRuntimeLibrary.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "1.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==",
|
|
||||||
"path": "discordrichpresence/1.0.175",
|
|
||||||
"hashPath": "discordrichpresence.1.0.175.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
|
|
||||||
"path": "microsoft.netcore.platforms/2.0.0",
|
|
||||||
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
||||||
"path": "microsoft.win32.registry/4.5.0",
|
|
||||||
"hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
||||||
"path": "newtonsoft.json/12.0.2",
|
|
||||||
"hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
||||||
"path": "system.security.accesscontrol/4.5.0",
|
|
||||||
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
|
|
||||||
"path": "system.security.principal.windows/4.5.0",
|
|
||||||
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"type": "reference",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\Thomas\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.0",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "3.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v3.1",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.1": {
|
|
||||||
"ARCHBLOXLauncher1/1.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"ARCHBLOXLauncher1.dll": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ARCHBLOXLauncher1/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\Thomas\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,120 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v3.1",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.1": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"DiscordRichPresence": "1.0.175",
|
|
||||||
"Interop.IWshRuntimeLibrary": "1.0.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"ARCHBLOXLauncherGUI.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.Registry": "4.5.0",
|
|
||||||
"Newtonsoft.Json": "12.0.2"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/DiscordRPC.dll": {
|
|
||||||
"assemblyVersion": "1.0.175.0",
|
|
||||||
"fileVersion": "1.0.175.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"System.Security.AccessControl": "4.5.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "12.0.0.0",
|
|
||||||
"fileVersion": "12.0.2.23222"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"Interop.IWshRuntimeLibrary.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "1.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==",
|
|
||||||
"path": "discordrichpresence/1.0.175",
|
|
||||||
"hashPath": "discordrichpresence.1.0.175.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
|
|
||||||
"path": "microsoft.netcore.platforms/2.0.0",
|
|
||||||
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
||||||
"path": "microsoft.win32.registry/4.5.0",
|
|
||||||
"hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
||||||
"path": "newtonsoft.json/12.0.2",
|
|
||||||
"hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
||||||
"path": "system.security.accesscontrol/4.5.0",
|
|
||||||
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
|
|
||||||
"path": "system.security.principal.windows/4.5.0",
|
|
||||||
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"type": "reference",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\Thomas\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,106 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v3.1",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.1": {
|
|
||||||
"ARCHBLOXLauncher1/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"DiscordRichPresence": "1.0.175"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"ARCHBLOXLauncher1.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.Registry": "4.5.0",
|
|
||||||
"Newtonsoft.Json": "12.0.2"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/DiscordRPC.dll": {
|
|
||||||
"assemblyVersion": "1.0.175.0",
|
|
||||||
"fileVersion": "1.0.175.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"System.Security.AccessControl": "4.5.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "12.0.0.0",
|
|
||||||
"fileVersion": "12.0.2.23222"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ARCHBLOXLauncher1/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==",
|
|
||||||
"path": "discordrichpresence/1.0.175",
|
|
||||||
"hashPath": "discordrichpresence.1.0.175.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
|
|
||||||
"path": "microsoft.netcore.platforms/2.0.0",
|
|
||||||
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
||||||
"path": "microsoft.win32.registry/4.5.0",
|
|
||||||
"hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
||||||
"path": "newtonsoft.json/12.0.2",
|
|
||||||
"hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
||||||
"path": "system.security.accesscontrol/4.5.0",
|
|
||||||
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
|
|
||||||
"path": "system.security.principal.windows/4.5.0",
|
|
||||||
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\Thomas\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,120 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v3.1",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.1": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"DiscordRichPresence": "1.0.175",
|
|
||||||
"Interop.IWshRuntimeLibrary": "1.0.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"ARCHBLOXLauncherGUI.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.Registry": "4.5.0",
|
|
||||||
"Newtonsoft.Json": "12.0.2"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/DiscordRPC.dll": {
|
|
||||||
"assemblyVersion": "1.0.175.0",
|
|
||||||
"fileVersion": "1.0.175.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"System.Security.AccessControl": "4.5.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "12.0.0.0",
|
|
||||||
"fileVersion": "12.0.2.23222"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"Interop.IWshRuntimeLibrary.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "1.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==",
|
|
||||||
"path": "discordrichpresence/1.0.175",
|
|
||||||
"hashPath": "discordrichpresence.1.0.175.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
|
|
||||||
"path": "microsoft.netcore.platforms/2.0.0",
|
|
||||||
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
||||||
"path": "microsoft.win32.registry/4.5.0",
|
|
||||||
"hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
||||||
"path": "newtonsoft.json/12.0.2",
|
|
||||||
"hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
||||||
"path": "system.security.accesscontrol/4.5.0",
|
|
||||||
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
|
|
||||||
"path": "system.security.principal.windows/4.5.0",
|
|
||||||
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"type": "reference",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\Thomas\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,107 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v3.1/win-x64",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.1": {},
|
|
||||||
".NETCoreApp,Version=v3.1/win-x64": {
|
|
||||||
"ARCHBLOXLauncher1/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"DiscordRichPresence": "1.0.175"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"ARCHBLOXLauncher1.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.Registry": "4.5.0",
|
|
||||||
"Newtonsoft.Json": "12.0.2"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/DiscordRPC.dll": {
|
|
||||||
"assemblyVersion": "1.0.175.0",
|
|
||||||
"fileVersion": "1.0.175.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"System.Security.AccessControl": "4.5.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "12.0.0.0",
|
|
||||||
"fileVersion": "12.0.2.23222"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ARCHBLOXLauncher1/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==",
|
|
||||||
"path": "discordrichpresence/1.0.175",
|
|
||||||
"hashPath": "discordrichpresence.1.0.175.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
|
|
||||||
"path": "microsoft.netcore.platforms/2.0.0",
|
|
||||||
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
||||||
"path": "microsoft.win32.registry/4.5.0",
|
|
||||||
"hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
||||||
"path": "newtonsoft.json/12.0.2",
|
|
||||||
"hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
||||||
"path": "system.security.accesscontrol/4.5.0",
|
|
||||||
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
|
|
||||||
"path": "system.security.principal.windows/4.5.0",
|
|
||||||
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\Thomas\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,121 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v3.1/win-x64",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.1": {},
|
|
||||||
".NETCoreApp,Version=v3.1/win-x64": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"DiscordRichPresence": "1.0.175",
|
|
||||||
"Interop.IWshRuntimeLibrary": "1.0.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"ARCHBLOXLauncherGUI.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.Registry": "4.5.0",
|
|
||||||
"Newtonsoft.Json": "12.0.2"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/DiscordRPC.dll": {
|
|
||||||
"assemblyVersion": "1.0.175.0",
|
|
||||||
"fileVersion": "1.0.175.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"System.Security.AccessControl": "4.5.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "12.0.0.0",
|
|
||||||
"fileVersion": "12.0.2.23222"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
||||||
"System.Security.Principal.Windows": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"Interop.IWshRuntimeLibrary.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "1.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ARCHBLOXLauncherGUI/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"DiscordRichPresence/1.0.175": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==",
|
|
||||||
"path": "discordrichpresence/1.0.175",
|
|
||||||
"hashPath": "discordrichpresence.1.0.175.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
|
|
||||||
"path": "microsoft.netcore.platforms/2.0.0",
|
|
||||||
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.Registry/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
||||||
"path": "microsoft.win32.registry/4.5.0",
|
|
||||||
"hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
||||||
"path": "newtonsoft.json/12.0.2",
|
|
||||||
"hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
||||||
"path": "system.security.accesscontrol/4.5.0",
|
|
||||||
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows/4.5.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
|
|
||||||
"path": "system.security.principal.windows/4.5.0",
|
|
||||||
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Interop.IWshRuntimeLibrary/1.0.0.0": {
|
|
||||||
"type": "reference",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\Thomas\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||