From 736f4b35814b3c065311b7d25fd7b9602af13eed Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 5 Feb 2015 16:38:47 +0000 Subject: [PATCH] Build random_seed.c as well --- json-c.vcxproj | 1 + json-c.vcxproj.filters | 3 +++ 2 files changed, 4 insertions(+) diff --git a/json-c.vcxproj b/json-c.vcxproj index 008d724c..c39ef7e5 100644 --- a/json-c.vcxproj +++ b/json-c.vcxproj @@ -137,6 +137,7 @@ copy json_config.h.win32 json_config.h + diff --git a/json-c.vcxproj.filters b/json-c.vcxproj.filters index 8f40caa8..63b6fb14 100644 --- a/json-c.vcxproj.filters +++ b/json-c.vcxproj.filters @@ -39,6 +39,9 @@ Source Files + + Source Files + -- 2.39.5