diff --git a/nasa-tables/nasa-tables.vcxproj b/PTM/PTM.vcxproj similarity index 99% rename from nasa-tables/nasa-tables.vcxproj rename to PTM/PTM.vcxproj index a211f5b..2bcbf73 100644 --- a/nasa-tables/nasa-tables.vcxproj +++ b/PTM/PTM.vcxproj @@ -24,6 +24,7 @@ {0d48757a-f5a2-4dca-a5a1-5a18a4e9afbc} nasatables 10.0 + PTM diff --git a/nasa-tables/nasa-tables.vcxproj.filters b/PTM/PTM.vcxproj.filters similarity index 100% rename from nasa-tables/nasa-tables.vcxproj.filters rename to PTM/PTM.vcxproj.filters diff --git a/nasa-tables/nasa-tables.vcxproj.user b/PTM/PTM.vcxproj.user similarity index 100% rename from nasa-tables/nasa-tables.vcxproj.user rename to PTM/PTM.vcxproj.user diff --git a/nasa-tables/main.cpp b/PTM/main.cpp similarity index 100% rename from nasa-tables/main.cpp rename to PTM/main.cpp diff --git a/nasa-tables/mem_ctx/mem_ctx.cpp b/PTM/mem_ctx/mem_ctx.cpp similarity index 100% rename from nasa-tables/mem_ctx/mem_ctx.cpp rename to PTM/mem_ctx/mem_ctx.cpp diff --git a/nasa-tables/mem_ctx/mem_ctx.hpp b/PTM/mem_ctx/mem_ctx.hpp similarity index 100% rename from nasa-tables/mem_ctx/mem_ctx.hpp rename to PTM/mem_ctx/mem_ctx.hpp diff --git a/nasa-tables/util/loadup.hpp b/PTM/util/loadup.hpp similarity index 100% rename from nasa-tables/util/loadup.hpp rename to PTM/util/loadup.hpp diff --git a/nasa-tables/util/nt.hpp b/PTM/util/nt.hpp similarity index 100% rename from nasa-tables/util/nt.hpp rename to PTM/util/nt.hpp diff --git a/nasa-tables/util/util.hpp b/PTM/util/util.hpp similarity index 100% rename from nasa-tables/util/util.hpp rename to PTM/util/util.hpp diff --git a/nasa-tables/vdm/raw_driver.hpp b/PTM/vdm/raw_driver.hpp similarity index 100% rename from nasa-tables/vdm/raw_driver.hpp rename to PTM/vdm/raw_driver.hpp diff --git a/nasa-tables/vdm/vdm.hpp b/PTM/vdm/vdm.hpp similarity index 100% rename from nasa-tables/vdm/vdm.hpp rename to PTM/vdm/vdm.hpp diff --git a/nasa-tables/vdm_ctx/vdm_ctx.cpp b/PTM/vdm_ctx/vdm_ctx.cpp similarity index 100% rename from nasa-tables/vdm_ctx/vdm_ctx.cpp rename to PTM/vdm_ctx/vdm_ctx.cpp diff --git a/nasa-tables/vdm_ctx/vdm_ctx.h b/PTM/vdm_ctx/vdm_ctx.h similarity index 100% rename from nasa-tables/vdm_ctx/vdm_ctx.h rename to PTM/vdm_ctx/vdm_ctx.h diff --git a/nasa-tables.sln b/nasa-tables.sln deleted file mode 100644 index 90d0b2c..0000000 --- a/nasa-tables.sln +++ /dev/null @@ -1,31 +0,0 @@ - -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}") = "nasa-tables", "nasa-tables\nasa-tables.vcxproj", "{0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Debug|x64.ActiveCfg = Debug|x64 - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Debug|x64.Build.0 = Debug|x64 - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Debug|x86.ActiveCfg = Debug|Win32 - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Debug|x86.Build.0 = Debug|Win32 - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Release|x64.ActiveCfg = Release|x64 - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Release|x64.Build.0 = Release|x64 - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Release|x86.ActiveCfg = Release|Win32 - {0D48757A-F5A2-4DCA-A5A1-5A18A4E9AFBC}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {0C5D746C-EAC0-4C44-A5A1-A9E3973F40FC} - EndGlobalSection -EndGlobal