Skip to content

Commit

Permalink
source files
Browse files Browse the repository at this point in the history
  • Loading branch information
programminglaboratorys committed Nov 9, 2024
1 parent d7dec55 commit ebd9083
Show file tree
Hide file tree
Showing 12 changed files with 2,184 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@

Debug/*
Backup/*
.vs/*
.vs
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

Binary file added dll_fs.VC.db
Binary file not shown.
22 changes: 22 additions & 0 deletions dll_fs.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dll_fs", "dll_fs.vcxproj", "{E6559166-1CD7-45EB-BCC2-3A5595DBEE2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6559166-1CD7-45EB-BCC2-3A5595DBEE2A}.Debug|Win32.ActiveCfg = Debug|Win32
{E6559166-1CD7-45EB-BCC2-3A5595DBEE2A}.Debug|Win32.Build.0 = Debug|Win32
{E6559166-1CD7-45EB-BCC2-3A5595DBEE2A}.Release|Win32.ActiveCfg = Release|Win32
{E6559166-1CD7-45EB-BCC2-3A5595DBEE2A}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit ebd9083

Please sign in to comment.