diff --git a/.gitignore b/.gitignore index aef634a..4af9364 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ /lisp -/*.exe -/*.ilk -/*.pdb -/.vs/ -/vs/ -/*.exe +*.ilk +*.pdb *.exe +*.user +/vs/*/* diff --git a/vs/lisp.sln b/vs/lisp.sln new file mode 100644 index 0000000..4ce7f5a --- /dev/null +++ b/vs/lisp.sln @@ -0,0 +1,40 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27004.2005 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lisp", "lisp.vcxproj", "{1A47A3ED-871F-4CB4-875B-8CAA385B1771}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + testfile|x64 = testfile|x64 + testfile|x86 = testfile|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Debug|x64.ActiveCfg = Debug|x64 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Debug|x64.Build.0 = Debug|x64 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Debug|x86.ActiveCfg = Debug|Win32 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Debug|x86.Build.0 = Debug|Win32 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Release|x64.ActiveCfg = Release|x64 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Release|x64.Build.0 = Release|x64 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Release|x86.ActiveCfg = Release|Win32 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.Release|x86.Build.0 = Release|Win32 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.testfile|x64.ActiveCfg = testfile|x64 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.testfile|x64.Build.0 = testfile|x64 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.testfile|x86.ActiveCfg = testfile|Win32 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771}.testfile|x86.Build.0 = testfile|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {DA62D21C-8842-4114-B736-1F0E512AD86A} + EndGlobalSection + GlobalSection(Performance) = preSolution + HasPerformanceSessions = true + EndGlobalSection +EndGlobal diff --git a/vs/lisp.vcxproj b/vs/lisp.vcxproj new file mode 100644 index 0000000..76f9b77 --- /dev/null +++ b/vs/lisp.vcxproj @@ -0,0 +1,175 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + testfile + Win32 + + + testfile + x64 + + + + 15.0 + {1A47A3ED-871F-4CB4-875B-8CAA385B1771} + lisp + 10.0.16299.0 + + + + Application + true + v141 + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + + + true + + + + + Level3 + Disabled + true + + + true + + + + + Level3 + Disabled + true + CompileAsC + + + true + + + + + Level3 + Disabled + true + CompileAsC + + + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + CompileAsC + + + true + true + Windows + + + + + + + + + \ No newline at end of file