Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Commit for 1.0.0.3
Browse files Browse the repository at this point in the history
Commits all files for 1.0.0.3 as the first full commit.
  • Loading branch information
Captain-ALM committed Feb 14, 2018
1 parent c235314 commit eca3274
Show file tree
Hide file tree
Showing 176 changed files with 8,776 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# CALM-Console
This is a Win-forms GUI Command Console, with Library Loading Capability.
(C) Captain ALM 2013-2018 {Under the BSD - 2 Clause License}
40 changes: 40 additions & 0 deletions calmcon.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "calmcon", "calmcon\calmcon.vbproj", "{317DEBE6-AF7E-423C-A213-B9DAD867EF50}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "cnshare", "cnshare\cnshare.vbproj", "{77F88D17-414A-4044-86B6-11392FE5BBD7}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "specialmsg", "specialmsg\specialmsg.vbproj", "{36BCF1E7-256C-45DD-9A3C-A4CB92ECE740}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "calmextensionlib", "calmextensionlib\calmextensionlib.vbproj", "{6A0F1620-9409-4DFB-A473-7F8C4CB06B59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{317DEBE6-AF7E-423C-A213-B9DAD867EF50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{317DEBE6-AF7E-423C-A213-B9DAD867EF50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{317DEBE6-AF7E-423C-A213-B9DAD867EF50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{317DEBE6-AF7E-423C-A213-B9DAD867EF50}.Release|Any CPU.Build.0 = Release|Any CPU
{77F88D17-414A-4044-86B6-11392FE5BBD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77F88D17-414A-4044-86B6-11392FE5BBD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77F88D17-414A-4044-86B6-11392FE5BBD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77F88D17-414A-4044-86B6-11392FE5BBD7}.Release|Any CPU.Build.0 = Release|Any CPU
{36BCF1E7-256C-45DD-9A3C-A4CB92ECE740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36BCF1E7-256C-45DD-9A3C-A4CB92ECE740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36BCF1E7-256C-45DD-9A3C-A4CB92ECE740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36BCF1E7-256C-45DD-9A3C-A4CB92ECE740}.Release|Any CPU.Build.0 = Release|Any CPU
{6A0F1620-9409-4DFB-A473-7F8C4CB06B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0F1620-9409-4DFB-A473-7F8C4CB06B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0F1620-9409-4DFB-A473-7F8C4CB06B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0F1620-9409-4DFB-A473-7F8C4CB06B59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added calmcon.v12.suo
Binary file not shown.
201 changes: 201 additions & 0 deletions calmcon/AboutBx.designer.vb

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

Loading

0 comments on commit eca3274

Please sign in to comment.