Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xD3N1Z committed Oct 13, 2023
1 parent 8eddf60 commit 9072992
Show file tree
Hide file tree
Showing 16 changed files with 694 additions and 0 deletions.
25 changes: 25 additions & 0 deletions KKTCMB.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KKTCMB", "KKTCMB\KKTCMB.csproj", "{73D099AA-5946-41CC-B118-753C59C5ED40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73D099AA-5946-41CC-B118-753C59C5ED40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73D099AA-5946-41CC-B118-753C59C5ED40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73D099AA-5946-41CC-B118-753C59C5ED40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73D099AA-5946-41CC-B118-753C59C5ED40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B29F18B0-1A68-468E-9243-0EFF94A5DB35}
EndGlobalSection
EndGlobal
286 changes: 286 additions & 0 deletions KKTCMB/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 9072992

Please sign in to comment.