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/libmonoutils.vcxproj
parent8938bfd2324848684c9dd7660bb4699ed9412173 (diff)
Refactored VS depdencies + restructring VS solution and projects.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj17
1 files changed, 13 insertions, 4 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 481e6fbcb9a..88101452d9d 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -156,6 +156,11 @@
<FileType>Document</FileType>
</MASM>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="eglib.vcxproj">
+ <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
+ </ProjectReference>
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8FC2B0C8-51AD-49DF-851F-5D01A77A75E4}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
@@ -238,7 +243,8 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PreBuildEvent>
- <Command>winsetup.bat</Command>
+ <Command>
+ </Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -256,7 +262,8 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PreBuildEvent>
- <Command>winsetup.bat</Command>
+ <Command>
+ </Command>
</PreBuildEvent>
<MASM>
<PreprocessorDefinitions>X64</PreprocessorDefinitions>
@@ -280,7 +287,8 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PreBuildEvent>
- <Command>winsetup.bat</Command>
+ <Command>
+ </Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -301,7 +309,8 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PreBuildEvent>
- <Command>winsetup.bat</Command>
+ <Command>
+ </Command>
</PreBuildEvent>
<MASM>
<PreprocessorDefinitions>X64</PreprocessorDefinitions>