diff --git a/Windows/PPSSPP.vcxproj b/Windows/PPSSPP.vcxproj index dec7df727b..a111b93095 100644 --- a/Windows/PPSSPP.vcxproj +++ b/Windows/PPSSPP.vcxproj @@ -345,7 +345,9 @@ + + diff --git a/Windows/PPSSPP.vcxproj.filters b/Windows/PPSSPP.vcxproj.filters index 2ba3c25dd6..cf5d0bda83 100644 --- a/Windows/PPSSPP.vcxproj.filters +++ b/Windows/PPSSPP.vcxproj.filters @@ -227,6 +227,12 @@ + + Resource Files + + + Resource Files + diff --git a/Windows/aboutbox.rc b/Windows/aboutbox.rc new file mode 100644 index 0000000000..1e669a134b Binary files /dev/null and b/Windows/aboutbox.rc differ diff --git a/Windows/ppsspp.rc b/Windows/ppsspp.rc index cc3796a771..db44e3b3dd 100644 Binary files a/Windows/ppsspp.rc and b/Windows/ppsspp.rc differ diff --git a/Windows/version.rc b/Windows/version.rc new file mode 100644 index 0000000000..c943c7b04b Binary files /dev/null and b/Windows/version.rc differ