Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeale Ferguson <neale@sinenomine.net>2016-03-18 23:28:40 +0300
committerNeale Ferguson <neale@sinenomine.net>2016-03-18 23:28:40 +0300
commita6bc6cda4adee39419672bf64148a9e0fa8bf9d1 (patch)
tree8cd947292f55ddbb3dcc7085bc7f36dd311f2e2d /msvc/libmonoutils.vcxproj
parent76ce319312c8f7b63b1011ff63e7bd33a89f9980 (diff)
mono-threads.c - Use the environment variable (if set) to determine the abort time
libmonoutils.vcxproj - Add new logging source code files to the project
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 5daad947262..906e7815a2b 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -110,6 +110,9 @@
<ClInclude Include="..\mono\utils\mono-dl.h" />
<ClInclude Include="..\mono\utils\mono-error-internals.h" />
<ClInclude Include="..\mono\utils\mono-error.h" />
+ <ClInclude Include="..\mono\utils\mono-log-windows.c" />
+ <ClInclude Include="..\mono\utils\mono-log-common.c" />
+ <ClInclude Include="..\mono\utils\mono-log-posix.c" />
<ClInclude Include="..\mono\utils\mono-internal-hash.h" />
<ClInclude Include="..\mono\utils\mono-io-portability.h" />
<ClInclude Include="..\mono\utils\mono-linked-list-set.h" />