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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-02-24 21:56:52 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-24 22:04:25 +0300
commit733d166917d9610afeee65a72286e0e65bdd947e (patch)
tree95a6baffdcd015991e008bc9b6c0c19c906752b1 /external/portable/portable.depproj
parent83ecd322e3c6190870f4855fa7104ab3ac0a6404 (diff)
Use consistent casing for BinPlace
Diffstat (limited to 'external/portable/portable.depproj')
-rw-r--r--external/portable/portable.depproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/portable/portable.depproj b/external/portable/portable.depproj
index 3521f89523..3251b5ecad 100644
--- a/external/portable/portable.depproj
+++ b/external/portable/portable.depproj
@@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<!-- for all configurations this project provides refs for that configuration -->
- <BinplaceConfiguration Include="$(Configuration)">
+ <BinPlaceConfiguration Include="$(Configuration)">
<RefPath>$(RefPath)</RefPath>
- </BinplaceConfiguration>
+ </BinPlaceConfiguration>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file