Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohne authored Nov 13, 2018
1 parent 8ee698e commit defec4c
Show file tree
Hide file tree
Showing 38 changed files with 20,445 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Starcreate.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Starcreate", "Starcreate\Starcreate.csproj", "{517B29FE-D3B9-49B0-8081-42626A077D40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{517B29FE-D3B9-49B0-8081-42626A077D40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{517B29FE-D3B9-49B0-8081-42626A077D40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{517B29FE-D3B9-49B0-8081-42626A077D40}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{517B29FE-D3B9-49B0-8081-42626A077D40}.Debug|x64.ActiveCfg = Debug|x64
{517B29FE-D3B9-49B0-8081-42626A077D40}.Debug|x64.Build.0 = Debug|x64
{517B29FE-D3B9-49B0-8081-42626A077D40}.Debug|x86.ActiveCfg = Debug|x86
{517B29FE-D3B9-49B0-8081-42626A077D40}.Debug|x86.Build.0 = Debug|x86
{517B29FE-D3B9-49B0-8081-42626A077D40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{517B29FE-D3B9-49B0-8081-42626A077D40}.Release|Any CPU.Build.0 = Release|Any CPU
{517B29FE-D3B9-49B0-8081-42626A077D40}.Release|x64.ActiveCfg = Release|x64
{517B29FE-D3B9-49B0-8081-42626A077D40}.Release|x64.Build.0 = Release|x64
{517B29FE-D3B9-49B0-8081-42626A077D40}.Release|x86.ActiveCfg = Release|x86
{517B29FE-D3B9-49B0-8081-42626A077D40}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions Starcreate/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.0"/></startup>
</configuration>
114 changes: 114 additions & 0 deletions Starcreate/CreateSystemForm.Designer.cs

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

Loading

0 comments on commit defec4c

Please # to comment.