Skip to content

Commit

Permalink
Creaate SLN
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpinsoft committed Jan 6, 2024
1 parent 89abe75 commit e2fb584
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.vs
20 changes: 20 additions & 0 deletions Game4You.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{274304FC-C58C-4BB9-82D1-0825C7629008}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{EBAAFDE0-F89D-4A68-A1E2-90B48322AFC7}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D59CE8D1-A28E-42B3-8E29-282D3A6E0013}
EndGlobalSection
EndGlobal

0 comments on commit e2fb584

Please sign in to comment.