Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
487 changes: 487 additions & 0 deletions .gitignore

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
1,111 changes: 1,111 additions & 0 deletions Assembly-CSharp.csproj

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions KingPractice.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 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{33FCB238-5ED0-5788-AF6A-5732675B8C83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33FCB238-5ED0-5788-AF6A-5732675B8C83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33FCB238-5ED0-5788-AF6A-5732675B8C83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33FCB238-5ED0-5788-AF6A-5732675B8C83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33FCB238-5ED0-5788-AF6A-5732675B8C83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file added TextRPGAssignment/.vs/TextRPGAssignment/v17/.suo
Binary file not shown.
25 changes: 25 additions & 0 deletions TextRPGAssignment/TextRPGAssignment.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 Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextRPGAssignment", "TextRPGAssignment\TextRPGAssignment.csproj", "{92C90ED8-7DB8-4E09-BC4D-0B17F3422691}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92C90ED8-7DB8-4E09-BC4D-0B17F3422691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C90ED8-7DB8-4E09-BC4D-0B17F3422691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C90ED8-7DB8-4E09-BC4D-0B17F3422691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C90ED8-7DB8-4E09-BC4D-0B17F3422691}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {096FCE69-D996-48D7-9FC2-5C1EB2D9F2AF}
EndGlobalSection
EndGlobal
Loading