From fdbda7b7dd47fc78edb865e0cc38028cd2e157be Mon Sep 17 00:00:00 2001 From: degasus Date: Thu, 9 Jun 2016 23:11:34 +0200 Subject: Null: Create Visual Studio project file. Why is this so stupid on linux..... --- Source/Core/DolphinWX/DolphinWX.vcxproj | 3 ++ Source/Core/VideoBackends/Null/Null.vcxproj | 63 +++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 Source/Core/VideoBackends/Null/Null.vcxproj (limited to 'Source/Core') diff --git a/Source/Core/DolphinWX/DolphinWX.vcxproj b/Source/Core/DolphinWX/DolphinWX.vcxproj index 2f8183249d..ba66d9a20c 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcxproj +++ b/Source/Core/DolphinWX/DolphinWX.vcxproj @@ -230,6 +230,9 @@ {a4c423aa-f57c-46c7-a172-d1a777017d29} + + {53A5391B-737E-49A8-BC8F-312ADA00736F} + {3de9ee35-3e91-4f27-a014-2866ad8c3fe3} diff --git a/Source/Core/VideoBackends/Null/Null.vcxproj b/Source/Core/VideoBackends/Null/Null.vcxproj new file mode 100644 index 0000000000..7497675a73 --- /dev/null +++ b/Source/Core/VideoBackends/Null/Null.vcxproj @@ -0,0 +1,63 @@ + + + + + Debug + x64 + + + Release + x64 + + + + {53A5391B-737E-49A8-BC8F-312ADA00736F} + + + + StaticLibrary + v140 + Unicode + + + true + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {3de9ee35-3e91-4f27-a014-2866ad8c3fe3} + + + + + + -- cgit v1.2.3