Repository: reef Updated Branches: refs/heads/master b0efd4428 -> 7f8793952
[REEF-1781] Ensure REEF.NET builds on Windows 10 with only VS 2017 installed * Modified the bridge project file to use the 10.xx+ Windows SDK when the version of visual studio is greater than or equal to 15.0. * Updated the latest 10.0.15063 Windows 10 platform SDK. * Switched to using MSBuildAssemblyVersion for platform version decision. JIRA: [REEF-1781](https://issues.apache.org/jira/browse/REEF-1781) Closes #1297 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/7f879395 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/7f879395 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/7f879395 Branch: refs/heads/master Commit: 7f8793952b9cd5bedc8c581900c8508d7dc58404 Parents: b0efd44 Author: Doug Service <[email protected]> Authored: Wed Apr 26 02:38:04 2017 +0000 Committer: Sergiy Matusevych <[email protected]> Committed: Mon Jul 10 16:21:18 2017 -0700 ---------------------------------------------------------------------- lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/7f879395/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.vcxproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.vcxproj b/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.vcxproj index 43e0776..ef98904 100644 --- a/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.vcxproj +++ b/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.vcxproj @@ -41,6 +41,7 @@ under the License. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <Keyword>ManagedCProj</Keyword> <RootNamespace>Org.Apache.REEF.Bridge</RootNamespace> + <WindowsTargetPlatformVersion Condition="'$(MSBuildAssemblyVersion)' >= '15.0'">10.0.15063.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <!-- @@ -202,4 +203,4 @@ under the License. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> \ No newline at end of file +</Project>
