commit 1bed76ca7053664ac1ed0dab3809b1f60ffa6d93 Author: mikeb Date: Tue Feb 23 15:57:09 2021 +0000 init git-svn-id: svn://ammerhai.com/home/mike/pokemon_repo@1 24008968-59e6-ed4c-a10b-0b2c954b24ab diff --git a/bin/pokemon.exe b/bin/pokemon.exe new file mode 100644 index 0000000..78e1e75 Binary files /dev/null and b/bin/pokemon.exe differ diff --git a/bin/pokemon.pdb b/bin/pokemon.pdb new file mode 100644 index 0000000..0eb70aa Binary files /dev/null and b/bin/pokemon.pdb differ diff --git a/pokemon.sln b/pokemon.sln new file mode 100644 index 0000000..ed941b2 --- /dev/null +++ b/pokemon.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31019.35 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pokemon", "pokemon.vcxproj", "{07F7D6C3-29D6-4D4C-BA7D-0D867747FB24}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {07F7D6C3-29D6-4D4C-BA7D-0D867747FB24}.Debug|x64.ActiveCfg = Debug|x64 + {07F7D6C3-29D6-4D4C-BA7D-0D867747FB24}.Debug|x64.Build.0 = Debug|x64 + {07F7D6C3-29D6-4D4C-BA7D-0D867747FB24}.Release|x64.ActiveCfg = Release|x64 + {07F7D6C3-29D6-4D4C-BA7D-0D867747FB24}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {76FF3DF6-55C6-4086-A14E-72265775BD39} + EndGlobalSection +EndGlobal diff --git a/pokemon.vcxproj b/pokemon.vcxproj new file mode 100644 index 0000000..7914699 --- /dev/null +++ b/pokemon.vcxproj @@ -0,0 +1,115 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {07F7D6C3-29D6-4D4C-BA7D-0D867747FB24} + Win32Proj + 10.0 + + + + Application + true + v142 + + + Application + false + v142 + + + Application + true + ClangCL + + + Application + false + ClangCL + + + + + + + + + + + + + + + + + + + + + true + + + true + + + $(SolutionDir)bin + $(SolutionDir)vs_trash + + + $(SolutionDir)bin + $(SolutionDir)vs_trash + + + + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + + + MachineX86 + true + Console + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + MachineX86 + true + Console + true + true + + + + + + + + + \ No newline at end of file diff --git a/pokemon.vcxproj.filters b/pokemon.vcxproj.filters new file mode 100644 index 0000000..58beaf5 --- /dev/null +++ b/pokemon.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + \ No newline at end of file diff --git a/pokemon.vcxproj.user b/pokemon.vcxproj.user new file mode 100644 index 0000000..429333d --- /dev/null +++ b/pokemon.vcxproj.user @@ -0,0 +1,6 @@ + + + + true + + \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..115d3cc --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,3 @@ +int main() { + +} \ No newline at end of file