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:
Diffstat (limited to 'msvc/mono.external.targets')
-rw-r--r--msvc/mono.external.targets2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/mono.external.targets b/msvc/mono.external.targets
index e6c998118a4..022246be92d 100644
--- a/msvc/mono.external.targets
+++ b/msvc/mono.external.targets
@@ -106,6 +106,8 @@
<PropertyGroup>
<_MonoSourceDir>$([System.IO.Path]::GetFullPath('$(MONO_DIR)').TrimEnd('\'))</_MonoSourceDir>
<_MonoOutputDir>$([System.IO.Path]::GetFullPath('$(OutDir)'))</_MonoOutputDir>
+ <_MonoExternalBuildForceMSBuild Condition="'$(MONO_EXTERNAL_BUILD_FORCE_MSBUILD)' == 'true'">true</_MonoExternalBuildForceMSBuild>
+ <_MonoExternalBuildForceMSBuild Condition="'$(MONO_EXTERNAL_BUILD_FORCE_MSBUILD)' != 'true'">false</_MonoExternalBuildForceMSBuild>
</PropertyGroup>
<PropertyGroup>