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:
authorAlexis Christoforides <alexis@thenull.net>2014-08-26 23:48:53 +0400
committerAlexis Christoforides <alexis@thenull.net>2014-08-26 23:49:19 +0400
commit813d6610ecafd24e5cf428938b342810d70d5c25 (patch)
tree15fa5fb3f139da344cc8fbfb62e9ef73c5b3144f /msvc/libmonoutils.vcxproj
parent3ccd45f8f3a83f9cc5c9735fd37885367dcff0d6 (diff)
Resolve build issues on Windows.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 4f8fa0892c4..be579809125 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -30,6 +30,7 @@
<ClCompile Include="..\mono\utils\mach-support-x86.c" />
<ClCompile Include="..\mono\utils\mach-support.c" />
<ClCompile Include="..\mono\utils\mono-codeman.c" />
+ <ClCompile Include="..\mono\utils\mono-conc-hashtable.c" />
<ClCompile Include="..\mono\utils\mono-context.c" />
<ClCompile Include="..\mono\utils\mono-counters.c" />
<ClCompile Include="..\mono\utils\mono-dl.c" />
@@ -85,6 +86,7 @@
<ClInclude Include="..\mono\utils\memcheck.h" />
<ClInclude Include="..\mono\utils\mono-codeman.h" />
<ClInclude Include="..\mono\utils\mono-compiler.h" />
+ <ClInclude Include="..\mono\utils\mono-conc-hashtable.h" />
<ClInclude Include="..\mono\utils\mono-context.h" />
<ClInclude Include="..\mono\utils\mono-counters.h" />
<ClInclude Include="..\mono\utils\mono-digest.h" />