Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
USh-MK78 authored Jun 28, 2021
1 parent 43dc694 commit 6b3ea3a
Show file tree
Hide file tree
Showing 37 changed files with 23,602 additions and 0 deletions.
25 changes: 25 additions & 0 deletions MK7_UIMapGenerator.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 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MK7_UIMapGenerator", "MK7_UIMapGenerator\MK7_UIMapGenerator.csproj", "{BC61ADE0-036D-4676-8E7C-2A4964A2CB6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC61ADE0-036D-4676-8E7C-2A4964A2CB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC61ADE0-036D-4676-8E7C-2A4964A2CB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC61ADE0-036D-4676-8E7C-2A4964A2CB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC61ADE0-036D-4676-8E7C-2A4964A2CB6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93C053D9-E732-4346-9188-D3C9137E833A}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions MK7_UIMapGenerator/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
186 changes: 186 additions & 0 deletions MK7_UIMapGenerator/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 6b3ea3a

Please sign in to comment.