Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
brosck authored Oct 24, 2024
1 parent 2825ff1 commit 26b45a0
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 0 deletions.
31 changes: 31 additions & 0 deletions L1LKiller.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.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "L1LKiller", "L1LKiller\L1LKiller.vcxproj", "{67795FD9-A564-42EA-943B-A2A82172765B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67795FD9-A564-42EA-943B-A2A82172765B}.Debug|x64.ActiveCfg = Debug|x64
{67795FD9-A564-42EA-943B-A2A82172765B}.Debug|x64.Build.0 = Debug|x64
{67795FD9-A564-42EA-943B-A2A82172765B}.Debug|x86.ActiveCfg = Debug|Win32
{67795FD9-A564-42EA-943B-A2A82172765B}.Debug|x86.Build.0 = Debug|Win32
{67795FD9-A564-42EA-943B-A2A82172765B}.Release|x64.ActiveCfg = Release|x64
{67795FD9-A564-42EA-943B-A2A82172765B}.Release|x64.Build.0 = Release|x64
{67795FD9-A564-42EA-943B-A2A82172765B}.Release|x86.ActiveCfg = Release|Win32
{67795FD9-A564-42EA-943B-A2A82172765B}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82996B47-DC84-43C3-9F27-F611039CA337}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 26b45a0

Please sign in to comment.