Skip to content

Commit

Permalink
UmodelHelper v1.0 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
NokisDemox committed Feb 13, 2022
1 parent 1758c8b commit 4d3c3b9
Show file tree
Hide file tree
Showing 31 changed files with 4,452 additions and 0 deletions.
37 changes: 37 additions & 0 deletions UmodelHelper/UmodelHelper.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UmodelHelper", "UmodelHelper\UmodelHelper.csproj", "{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}"
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
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Debug|x64.ActiveCfg = Debug|x64
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Debug|x64.Build.0 = Debug|x64
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Debug|x86.ActiveCfg = Debug|x86
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Debug|x86.Build.0 = Debug|x86
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Release|Any CPU.Build.0 = Release|Any CPU
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Release|x64.ActiveCfg = Release|x64
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Release|x64.Build.0 = Release|x64
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Release|x86.ActiveCfg = Release|x86
{C88C2D56-16E4-41F5-A4BA-DFD03272BB2C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B3EFE76-7D23-4C70-A89D-DB4F48A091BE}
EndGlobalSection
EndGlobal
288 changes: 288 additions & 0 deletions UmodelHelper/UmodelHelper/AddGameForm.Designer.cs

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

Loading

0 comments on commit 4d3c3b9

Please sign in to comment.