From 30d8d19b4b2e59f762bce8da1903ed1391f324db Mon Sep 17 00:00:00 2001 From: "junghyuk.park" Date: Mon, 25 Jun 2018 16:12:39 +0900 Subject: [Tizen] Add BuildTools 2.1.0-rc1-02804-05 --- Tools/resolveContract.targets | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 Tools/resolveContract.targets (limited to 'Tools/resolveContract.targets') diff --git a/Tools/resolveContract.targets b/Tools/resolveContract.targets new file mode 100755 index 0000000000..1bce2266d3 --- /dev/null +++ b/Tools/resolveContract.targets @@ -0,0 +1,36 @@ + + + + + + ResolveMatchingContract; + $(AddProjectReferencesDynamicallyDependsOn); + + + $(ResolveReferencesDependsOn); + VerifyMatchingContract + + + + + + $(SourceDir)/$(MSBuildProjectName)/ref/$(MSBuildProjectName).csproj + true + $(ContractOutputPath)/$(MSBuildProjectName).dll + + + + + + + + false + ResolvedMatchingContract + + + + + + + + \ No newline at end of file -- cgit v1.2.3