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-05-04 10:12:45 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 10:40:06 +0300
commit35f830a6f2786cd4e9d405afafd067e606821a21 (patch)
tree78408e821520fb98abd0351829956591817c3b54 /msvc/mono-mini-regression-test.vcxproj
parentaa4f4e69629ade0ac91cdf3440cdf514b28d63cf (diff)
Added additional build dependecies + setting up source availabilty depending on platform.
Diffstat (limited to 'msvc/mono-mini-regression-test.vcxproj')
-rw-r--r--msvc/mono-mini-regression-test.vcxproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/msvc/mono-mini-regression-test.vcxproj b/msvc/mono-mini-regression-test.vcxproj
index 81b48977d64..3f9723de5b1 100644
--- a/msvc/mono-mini-regression-test.vcxproj
+++ b/msvc/mono-mini-regression-test.vcxproj
@@ -18,6 +18,11 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="mono.vcxproj">
+ <Project>{a0eddcd9-940f-432c-a28f-7ef322437d79}</Project>
+ </ProjectReference>
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{3E0D229E-C39F-4EDA-9A6A-A33ECEA0322D}</ProjectGuid>
<RootNamespace>monoregressiontest</RootNamespace>
@@ -189,11 +194,6 @@ $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
- <ItemGroup>
- <ProjectReference Include="build-all.vcxproj">
- <Project>{5362490b-8516-44ee-9987-014c015a080a}</Project>
- </ProjectReference>
- </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>