diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e022ad8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*.suo +*.ipch +*.aps +*.sdf +*.opendb +*.obj +*.exe +*.iobj +*.pch +*.tlog +*.pdb +*.res +*.log +*.ipdb +*.ilk +*.idb +*.db +*.obj.enc +*.user diff --git a/sln/x65.sln b/sln/x65.sln new file mode 100644 index 0000000..c00e950 --- /dev/null +++ b/sln/x65.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26403.3 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "x65", "x65.vcxproj", "{2823019A-A423-4A40-BB9C-5CE242019BD0}" +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 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Debug|x64.ActiveCfg = Debug|x64 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Debug|x64.Build.0 = Debug|x64 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Debug|x86.ActiveCfg = Debug|Win32 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Debug|x86.Build.0 = Debug|Win32 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Release|x64.ActiveCfg = Release|x64 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Release|x64.Build.0 = Release|x64 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Release|x86.ActiveCfg = Release|Win32 + {2823019A-A423-4A40-BB9C-5CE242019BD0}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/sln/x65.vcxproj b/sln/x65.vcxproj new file mode 100644 index 0000000..c69fc88 --- /dev/null +++ b/sln/x65.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {2823019A-A423-4A40-BB9C-5CE242019BD0} + Win32Proj + x65 + 10.0.15063.0 + + + + Application + true + v141 + NotSet + + + Application + false + v141 + true + NotSet + + + Application + true + v141 + NotSet + + + Application + false + v141 + true + NotSet + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + $(SolutionDir)..\bin\$(Platform)$(Configuration)\ + + + true + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + $(SolutionDir)..\bin\$(Platform)$(Configuration)\ + + + false + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + $(SolutionDir)..\bin\$(Platform)\ + + + false + $(SolutionDir)..\bin\$(Platform)\ + $(SolutionDir)..\obj\$(Platform)$(Configuration)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + + + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sln/x65.vcxproj.filters b/sln/x65.vcxproj.filters new file mode 100644 index 0000000..3ead0b6 --- /dev/null +++ b/sln/x65.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file