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-02 18:59:45 +0300
committerNeale Ferguson <neale@sinenomine.net>2016-06-02 18:59:45 +0300
commitc5327b6a02df433fb63a97543f4463f001b08f79 (patch)
tree59c2a51b152d250d5927831b0ee0fec975193431 /msvc/libmonoutils.vcxproj
parent166a8df8f195078f858ebc160e7c83bb9a0e0cf8 (diff)
Correct conditional compilation & move logger source files to correct place
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 906e7815a2b..3807b9a4ff7 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -42,6 +42,9 @@
<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-log-posix.c" />
<ClCompile Include="..\mono\utils\mono-math.c" />
<ClCompile Include="..\mono\utils\mono-md5.c" />
<ClCompile Include="..\mono\utils\mono-mmap.c" />
@@ -110,9 +113,6 @@
<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" />