Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Harindulk committed Jan 25, 2021
1 parent 5ae076e commit c96b3a3
Show file tree
Hide file tree
Showing 3 changed files with 1,437 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 1.0 2 D Jump Game.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{682C4B83-C892-8B22-68DB-4208DADC5D7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextToTMP.Editor", "TextToTMP.Editor.csproj", "{81B9F08F-311B-F82D-C814-420FA29635FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{682C4B83-C892-8B22-68DB-4208DADC5D7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{682C4B83-C892-8B22-68DB-4208DADC5D7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{682C4B83-C892-8B22-68DB-4208DADC5D7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{682C4B83-C892-8B22-68DB-4208DADC5D7D}.Release|Any CPU.Build.0 = Release|Any CPU
{81B9F08F-311B-F82D-C814-420FA29635FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81B9F08F-311B-F82D-C814-420FA29635FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81B9F08F-311B-F82D-C814-420FA29635FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81B9F08F-311B-F82D-C814-420FA29635FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit c96b3a3

Please sign in to comment.