Skip to content

Commit 80366ae

Browse files
committed
Main Commit
Main commit for 0.0.11.x
1 parent e5fa26c commit 80366ae

File tree

65 files changed

+4810
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+4810
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# calm message command client&server vb.net
2+
3+
An implementation of calmclientandserver using a command system.
4+
5+
Created by Captain ALM {(C) Captain ALM 2017} under the BSD 2-Clause License.

msg_cmd_cs/msg_cmd_cs.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.40629.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "msg_cmd_cs", "msg_cmd_cs\msg_cmd_cs.vbproj", "{A27BA1C0-A086-435F-8851-5BFB86D22C47}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{A27BA1C0-A086-435F-8851-5BFB86D22C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{A27BA1C0-A086-435F-8851-5BFB86D22C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{A27BA1C0-A086-435F-8851-5BFB86D22C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{A27BA1C0-A086-435F-8851-5BFB86D22C47}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

msg_cmd_cs/msg_cmd_cs.v12.suo

76 KB
Binary file not shown.

msg_cmd_cs/msg_cmd_cs/AboutBx.designer.vb

Lines changed: 201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)