Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 91e7423

Browse files
authored
Merge pull request #141 from davidkline-ms/master
update project and solution to vs 2017
2 parents fd7d0cf + 076c7b8 commit 91e7423

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

HoloLensCommander/HoloLensCommander.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.10
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HoloLensCommander", "HoloLensCommander\HoloLensCommander.csproj", "{8B5388DA-FE17-430A-85C1-5EF7C9AF0F7D}"
77
EndProject

HoloLensCommander/HoloLensCommander/HoloLensCommander.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -241,8 +241,8 @@
241241
<Generator>MSBuild:Compile</Generator>
242242
</Page>
243243
</ItemGroup>
244-
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
245-
<VisualStudioVersion>14.0</VisualStudioVersion>
244+
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0' ">
245+
<VisualStudioVersion>15.0</VisualStudioVersion>
246246
</PropertyGroup>
247247
<PropertyGroup />
248248
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />

0 commit comments

Comments
 (0)