From 4ee445ea2c9837c5800710ceb40a446f56db1e3c Mon Sep 17 00:00:00 2001 From: Avernar Date: Fri, 15 May 2020 23:36:05 -0400 Subject: Add Visual Studio 2019 project files. Signed-off-by: Avernar Signed-off-by: Hans Verkuil --- vs/edid-decode.vcxproj | 114 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 vs/edid-decode.vcxproj (limited to 'vs/edid-decode.vcxproj') diff --git a/vs/edid-decode.vcxproj b/vs/edid-decode.vcxproj new file mode 100644 index 0000000..c9213ab --- /dev/null +++ b/vs/edid-decode.vcxproj @@ -0,0 +1,114 @@ + + + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {245F601B-02E4-43DF-B64C-B49088673764} + Win32Proj + ediddecode + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + true + + + false + + + + + + Level3 + true + _CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(ProjectDir);%(AdditionalIncludeDirectories) + 4244; 4018; 4267; 4996; 26451; 6385; 6001 + + + Console + true + + + + + + + + + + + + + + + Level3 + true + true + true + _CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(ProjectDir);%(AdditionalIncludeDirectories) + 4244; 4018; 4267; 4996; 26451; 6385; 6001 + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1