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:
authorlateralusX <lateralusx.github@gmail.com>2016-04-12 15:11:36 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 10:40:06 +0300
commit01551beda67cddfd502e26b7df5e3d1c99d7d45d (patch)
treed5993f6b27728e1b19c74fd4ea75b0f93a8b2502 /msvc/monodis.vcxproj
parent8938bfd2324848684c9dd7660bb4699ed9412173 (diff)
Refactored VS depdencies + restructring VS solution and projects.
Diffstat (limited to 'msvc/monodis.vcxproj')
-rw-r--r--msvc/monodis.vcxproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/msvc/monodis.vcxproj b/msvc/monodis.vcxproj
index 1dccce00097..e80bf6ce031 100644
--- a/msvc/monodis.vcxproj
+++ b/msvc/monodis.vcxproj
@@ -214,6 +214,14 @@
<ClInclude Include="..\mono\dis\push-pop.h" />
<ClInclude Include="..\mono\dis\util.h" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="eglib.vcxproj">
+ <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
+ </ProjectReference>
+ <ProjectReference Include="libmono.vcxproj">
+ <Project>{cb0d9e92-293c-439c-9ac7-c5f59b6e0771}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>