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-06-24 19:47:01 +0300
committerAleksey Kliger (λgeek) <akliger@gmail.com>2016-06-24 19:47:01 +0300
commite70a8aca1cd575582459db406ab3410e53074b73 (patch)
tree2c2df220fce8b1f099f8201c1565e926f47c3107 /msvc/libmonoutils.vcxproj
parentcafe2f929064cbdcca09c0434e8a35b5a5b158f2 (diff)
Enhanced logging - attempt 2.5 (#3191)
* Revert "Revert "Enhance log tracing"" This reverts commit 565c6ac0802eedf68755bd5776c80b00ab388415. * Better handle legacy log handler processing with suggestions from lamdageek * Remove unnecessary assignment * Restore mono_trace_set_log_handler parameters to their original specification
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index b18b8bc0d21..ca9ce67c465 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -61,6 +61,8 @@
<ClCompile Include="..\mono\utils\mono-io-portability.c" />
<ClCompile Include="..\mono\utils\mono-linked-list-set.c" />
<ClCompile Include="..\mono\utils\mono-logger.c" />
+ <ClCompile Include="..\mono\utils\mono-log-windows.c" />
+ <ClCompile Include="..\mono\utils\mono-log-common.c" />
<ClCompile Include="..\mono\utils\mono-math.c" />
<ClCompile Include="..\mono\utils\mono-md5.c" />
<ClCompile Include="..\mono\utils\mono-mmap.c" />
@@ -372,4 +374,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>