From 106f6594c9e2ad601deb7ad9bdf5eab8a568c01b Mon Sep 17 00:00:00 2001 From: iCatButler Date: Tue, 22 Mar 2016 20:00:22 +0000 Subject: Update to VS 2015 --- win32/pcsxr.rc | 10 +++------- win32/pcsxr.vcxproj | 4 +++- win32/plugins/PadSSSPSX/PadSSSPSX.vcxproj | 4 +++- win32/plugins/bladesio1/bladesio1.vcxproj | 4 +++- win32/plugins/dfsound/DFSound.vcxproj | 4 +++- win32/plugins/dfxvideo/DFXVideo.vcxproj | 4 +++- win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj | 4 +++- 7 files changed, 21 insertions(+), 13 deletions(-) diff --git a/win32/pcsxr.rc b/win32/pcsxr.rc index 02433f74..abb6f806 100755 --- a/win32/pcsxr.rc +++ b/win32/pcsxr.rc @@ -98,7 +98,7 @@ BEGIN CTEXT "PCSXR EMU\nVersion x.x",IDC_PCSXR_ABOUT_TEXT,22,10,112,15,0,WS_EX_TRANSPARENT CTEXT "PCSXR a psx emulator...",IDC_PCSXR_ABOUT_AUTHORS,10,35,135,63,0,WS_EX_TRANSPARENT CTEXT "Greets to...",IDC_PCSXR_ABOUT_GREETS,45,110,232,65 - CONTROL 113,IDC_STATIC,"Static",SS_BITMAP | WS_BORDER,155,10,171,101 + CONTROL SPLASH_LOGO,IDC_STATIC,"Static",SS_BITMAP | WS_BORDER,155,10,171,101 GROUPBOX "",IDC_STATIC,5,25,145,77 GROUPBOX "",IDC_STATIC,43,100,234,79 END @@ -350,20 +350,16 @@ END // remains consistent on all systems. IDI_APP_ICON ICON "gui\\pcsxr.ico" + ///////////////////////////////////////////////////////////////////////////// // // Bitmap // SPLASH_LOGO BITMAP "gui\\about.bmp" -MAIN_LOGO BITMAP "gui\\pcsxr.bmp" -///////////////////////////////////////////////////////////////////////////// -// -// RT_MANIFEST -// +MAIN_LOGO BITMAP "gui\\pcsxr.bmp" -1 RT_MANIFEST "gui\\pcsxr.exe.manifest" #endif // English (United States) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/win32/pcsxr.vcxproj b/win32/pcsxr.vcxproj index 7633ae92..6a273ff5 100755 --- a/win32/pcsxr.vcxproj +++ b/win32/pcsxr.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,11 +19,13 @@ Application false MultiByte + v140 Application false MultiByte + v140 diff --git a/win32/plugins/PadSSSPSX/PadSSSPSX.vcxproj b/win32/plugins/PadSSSPSX/PadSSSPSX.vcxproj index 8404f69b..9c562bbb 100755 --- a/win32/plugins/PadSSSPSX/PadSSSPSX.vcxproj +++ b/win32/plugins/PadSSSPSX/PadSSSPSX.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -20,11 +20,13 @@ DynamicLibrary false MultiByte + v140 DynamicLibrary false MultiByte + v140 diff --git a/win32/plugins/bladesio1/bladesio1.vcxproj b/win32/plugins/bladesio1/bladesio1.vcxproj index 33f7bdba..fa49daa2 100755 --- a/win32/plugins/bladesio1/bladesio1.vcxproj +++ b/win32/plugins/bladesio1/bladesio1.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -18,10 +18,12 @@ DynamicLibrary false + v140 DynamicLibrary false + v140 diff --git a/win32/plugins/dfsound/DFSound.vcxproj b/win32/plugins/dfsound/DFSound.vcxproj index ebc87986..a917dbc6 100755 --- a/win32/plugins/dfsound/DFSound.vcxproj +++ b/win32/plugins/dfsound/DFSound.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -18,10 +18,12 @@ DynamicLibrary false + v140 DynamicLibrary false + v140 diff --git a/win32/plugins/dfxvideo/DFXVideo.vcxproj b/win32/plugins/dfxvideo/DFXVideo.vcxproj index 300c3c49..cac25064 100755 --- a/win32/plugins/dfxvideo/DFXVideo.vcxproj +++ b/win32/plugins/dfxvideo/DFXVideo.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -18,10 +18,12 @@ DynamicLibrary false + v140 DynamicLibrary false + v140 diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj b/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj index c1e4ef23..b72348bd 100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -18,10 +18,12 @@ DynamicLibrary false + v140 DynamicLibrary false + v140 -- cgit v1.2.3