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:
authorZoltan Varga <vargaz@gmail.com>2015-01-10 18:07:41 +0300
committerZoltan Varga <vargaz@gmail.com>2015-01-10 18:07:41 +0300
commit9130a8641e8244bf69dd483ea8cd800254c0d51b (patch)
tree051a039be8d054e595730934ec0e293816379126 /msvc/libmonoutils.vcxproj
parentedbde3b6be1c1dfd9675a456c61f084c38f744a4 (diff)
Add missing files to the windows build.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index be579809125..453c88dbf42 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -45,6 +45,8 @@
<ClCompile Include="..\mono\utils\mono-mmap.c" />
<ClCompile Include="..\mono\utils\mono-mutex.c" />
<ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />
+ <ClCompile Include="..\mono\utils\networking.c" />
+ <ClCompile Include="..\mono\utils\networking-posix.c" />
<ClCompile Include="..\mono\utils\mono-path.c" />
<ClCompile Include="..\mono\utils\mono-poll.c" />
<ClCompile Include="..\mono\utils\mono-proclib.c" />
@@ -284,4 +286,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>