From 8f729aa172d784a1e2fd1d38e8c95b257693cb04 Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 10 Nov 2020 13:22:14 -0800 Subject: [PATCH] updated readme --- PTM.sln | 22 ++++++++++++++++++++++ README.md | 6 +++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 PTM.sln diff --git a/PTM.sln b/PTM.sln new file mode 100644 index 0000000..3331787 --- /dev/null +++ b/PTM.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30114.105 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PTM", "PTM\PTM.vcxproj", "{0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Release|x64.ActiveCfg = Release|x64 + {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0C5D746C-EAC0-4C44-A5A1-A9E3973F40FC} + EndGlobalSection +EndGlobal diff --git a/README.md b/README.md index ebc21f6..6118e18 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ - +
+
+ +
+
# credit * buck - inspiration for most of this.