diff --git a/pkg/msvc/RetroArch-msvc2012.sln b/pkg/msvc/RetroArch-msvc2012.sln new file mode 100644 index 0000000000..39a084d720 --- /dev/null +++ b/pkg/msvc/RetroArch-msvc2012.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msvc-2012", "msvc-2012\RetroArch-msvc2012.vcxproj", "{E1D4BAA1-50DB-428E-9462-4F1B31E38119}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E1D4BAA1-50DB-428E-9462-4F1B31E38119}.Debug|Win32.ActiveCfg = Debug|Win32 + {E1D4BAA1-50DB-428E-9462-4F1B31E38119}.Debug|Win32.Build.0 = Debug|Win32 + {E1D4BAA1-50DB-428E-9462-4F1B31E38119}.Release|Win32.ActiveCfg = Release|Win32 + {E1D4BAA1-50DB-428E-9462-4F1B31E38119}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/pkg/msvc/msvc-2012/RetroArch-msvc2012.vcxproj b/pkg/msvc/msvc-2012/RetroArch-msvc2012.vcxproj new file mode 100644 index 0000000000..20cac85fed --- /dev/null +++ b/pkg/msvc/msvc-2012/RetroArch-msvc2012.vcxproj @@ -0,0 +1,90 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {E1D4BAA1-50DB-428E-9462-4F1B31E38119} + Win32Proj + msvc2012 + RetroArch-msvc2012 + + + + Application + true + v110 + Unicode + + + Application + false + v110 + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + CompileAsC + CompileAsC + + + + + + + + \ No newline at end of file diff --git a/pkg/msvc/msvc-2012/RetroArch-msvc2012.vcxproj.filters b/pkg/msvc/msvc-2012/RetroArch-msvc2012.vcxproj.filters new file mode 100644 index 0000000000..0d9661f43a --- /dev/null +++ b/pkg/msvc/msvc-2012/RetroArch-msvc2012.vcxproj.filters @@ -0,0 +1,28 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;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;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file