Skip to content

Commit

Permalink
create
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Oct 13, 2022
1 parent 13e276b commit 93c329b
Show file tree
Hide file tree
Showing 25 changed files with 6,418 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

25 changes: 25 additions & 0 deletions Mitsubishi Block.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.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Mitsubishi Block", "Mitsubishi Block\Mitsubishi Block.vbproj", "{07B6CBE0-290E-4F4D-A7AC-627C77DF07E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07B6CBE0-290E-4F4D-A7AC-627C77DF07E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B6CBE0-290E-4F4D-A7AC-627C77DF07E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B6CBE0-290E-4F4D-A7AC-627C77DF07E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B6CBE0-290E-4F4D-A7AC-627C77DF07E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21666541-69B9-4DBA-BC49-33744BB348BA}
EndGlobalSection
EndGlobal
18 changes: 18 additions & 0 deletions Mitsubishi Block/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Mitsubishi_Block.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" />
</startup>
<userSettings>
<Mitsubishi_Block.My.MySettings>
<setting name="Chk_Key" serializeAs="String">
<value>False</value>
</setting>
</Mitsubishi_Block.My.MySettings>
</userSettings>
</configuration>
151 changes: 151 additions & 0 deletions Mitsubishi Block/Control/FrmUpdate.Designer.vb

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

Loading

0 comments on commit 93c329b

Please sign in to comment.