From 23506defe3f2e9e1eee2968ababc9fb7fca918ae Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 5 Apr 2014 16:04:25 -0400 Subject: added video_core project to solution --- src/video_core/video_core.vcxproj | 129 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 src/video_core/video_core.vcxproj (limited to 'src/video_core/video_core.vcxproj') diff --git a/src/video_core/video_core.vcxproj b/src/video_core/video_core.vcxproj new file mode 100644 index 000000000..4a1429745 --- /dev/null +++ b/src/video_core/video_core.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + {6678D1A3-33A6-48A9-878B-48E5D2903D27} + input_common + video_core + + + + StaticLibrary + true + v120 + + + StaticLibrary + true + v120 + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + true + + + + + + true + true + true + + + + + + + + + true + true + true + + + + + + \ No newline at end of file -- cgit v1.2.3