Skip to content

Commit

Permalink
added loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ailenei committed May 5, 2024
1 parent b79e9b8 commit c333bc3
Show file tree
Hide file tree
Showing 15 changed files with 1,187 additions and 0 deletions.
31 changes: 31 additions & 0 deletions SetupLoader/SetupLoader.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupLoader", "SetupLoader\SetupLoader.csproj", "{99E4A58E-A951-4FD1-AE99-16E741A00BB2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Debug|x64.ActiveCfg = Debug|x64
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Debug|x64.Build.0 = Debug|x64
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Release|Any CPU.Build.0 = Release|Any CPU
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Release|x64.ActiveCfg = Release|x64
{99E4A58E-A951-4FD1-AE99-16E741A00BB2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8634186A-5148-4C21-8FA2-35943D8E1769}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions SetupLoader/SetupLoader/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
192 changes: 192 additions & 0 deletions SetupLoader/SetupLoader/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c333bc3

Please sign in to comment.