Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2019-10-29 14:44:25 +0300
committerGitHub <noreply@github.com>2019-10-29 14:44:25 +0300
commit61b525770e280602f74a8e20047fb5653be35881 (patch)
tree86060b18c74ab84a416df5178831fe6382c9a4b7 /eng/resolveContract.targets
parent269553bd8af1e98d792d34c870f61b9e6f1a9cf8 (diff)
Prepare corefx for repo consolidation (dotnet/corefx#42175)
* Prepare corefx for repo consolidation into runtime Commit migrated from https://github.com/dotnet/corefx/commit/e160dd972d958fbe9594dc1001da4d1b94bba949
Diffstat (limited to 'eng/resolveContract.targets')
-rw-r--r--eng/resolveContract.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/resolveContract.targets b/eng/resolveContract.targets
index c4a95eae082..9598aec36c4 100644
--- a/eng/resolveContract.targets
+++ b/eng/resolveContract.targets
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Condition="'$(IsSourceProject)' == 'true'">
- <ContractProject Condition="'$(ContractProject)' == ''">$(SourceDir)/$(MSBuildProjectName)/ref/$(MSBuildProjectName).csproj</ContractProject>
+ <ContractProject Condition="'$(ContractProject)' == ''">$(LibrariesProjectRoot)$(MSBuildProjectName)/ref/$(MSBuildProjectName).csproj</ContractProject>
<HasMatchingContract Condition="'$(HasMatchingContract)' == '' and Exists('$(ContractProject)')">true</HasMatchingContract>
<ContractAssemblyPath Condition="'$(ContractAssemblyPath)' == ''">$(RefPath)/$(MSBuildProjectName).dll</ContractAssemblyPath>