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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-31 23:58:21 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-31 23:58:21 +0300
commitcf0e2dd97253007b3e0f4b3ddea64436073753f4 (patch)
tree997af69b4dc229210a87efab7cc1ff567c8ede28 /msvc/monoposixhelper.targets
parent431bb95c715abd830a5cfd3e9c37cf79f863cf45 (diff)
[zlib] Fix typo in readme and remove deleted file from msvc projects
Diffstat (limited to 'msvc/monoposixhelper.targets')
-rw-r--r--msvc/monoposixhelper.targets3
1 files changed, 1 insertions, 2 deletions
diff --git a/msvc/monoposixhelper.targets b/msvc/monoposixhelper.targets
index e56d0fb2fc9..52646e02e35 100644
--- a/msvc/monoposixhelper.targets
+++ b/msvc/monoposixhelper.targets
@@ -29,14 +29,13 @@
<ClInclude Include="$(MonoSourceLocation)\support\inffast.h" />
<ClInclude Include="$(MonoSourceLocation)\support\crc32.h" />
<ClInclude Include="$(MonoSourceLocation)\support\deflate.h" />
- <ClInclude Include="$(MonoSourceLocation)\support\gzguts.h" />
+ <ClInclude Include="$(MonoSourceLocation)\support\gzguts.h" />
<ClInclude Include="$(MonoSourceLocation)\support\inffixed.h" />
<ClInclude Include="$(MonoSourceLocation)\support\inflate.h" />
<ClInclude Include="$(MonoSourceLocation)\support\inftrees.h" />
<ClInclude Include="$(MonoSourceLocation)\support\map.h" />
<ClInclude Include="$(MonoSourceLocation)\support\minizip\crypt.h" />
<ClInclude Include="$(MonoSourceLocation)\support\minizip\ioapi.h" />
- <ClInclude Include="$(MonoSourceLocation)\support\minizip\iowin32.h" />
<ClInclude Include="$(MonoSourceLocation)\support\minizip\unzip.h" />
<ClInclude Include="$(MonoSourceLocation)\support\minizip\zip.h" />
<ClInclude Include="$(MonoSourceLocation)\support\mph.h" />