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
path: root/msvc
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2017-09-28 16:43:10 +0300
committerlateralusX <lateralusx.github@gmail.com>2017-10-03 10:20:11 +0300
commit8ae01a69f2020a99a8a22eee262aad839536c364 (patch)
tree08786c29ff8bfef63774cfd25db61c0d06334f0b /msvc
parent4c144cfacfbfc8b67e78fe6d864329003bf94a93 (diff)
Add missing dependency for libmini.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmini.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/libmini.vcxproj b/msvc/libmini.vcxproj
index a0cd5a22319..63f573ac737 100644
--- a/msvc/libmini.vcxproj
+++ b/msvc/libmini.vcxproj
@@ -22,6 +22,9 @@
<ProjectReference Include="eglib.vcxproj">
<Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
</ProjectReference>
+ <ProjectReference Include="genmdesc.vcxproj">
+ <Project>{b7098dfa-31e6-4006-8a15-1c9a4e925149}</Project>
+ </ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{88D2EB79-592D-45F8-B849-AE021C1D983A}</ProjectGuid>