Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Update Python's BlinkyServer and HelloBlinkyBackground to VS2017 #491

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions BlinkyServer/Python/PythonBlinkyServer/PythonBlinkyServer.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageCertificateKeyFile>PythonBlinkyServer_TemporaryKey.pfx</PackageCertificateKeyFile>
<DefaultLanguage>en-US</DefaultLanguage>
<ProjectTypeGuids>{2b557614-1a2b-4903-b9df-ed20d7b63f3a};{888888A0-9F3D-457C-B088-3A5042F75D52}</ProjectTypeGuids>
<InterpreterId>{86767848-40b4-4007-8bcc-a3835edf0e69}</InterpreterId>
<InterpreterId>PythonUwpIoT|3.5|$(MSBuildProjectFullPath)</InterpreterId>
<InterpreterVersion>3.5</InterpreterVersion>
<RemoteDebugEnabled>true</RemoteDebugEnabled>
<RootNamespace>PythonBlinkyServer</RootNamespace>
Expand Down Expand Up @@ -86,11 +86,12 @@
<PythonExtension>windevices\x64\_wingpio.pyd</PythonExtension>
</Reference>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="PythonUwpIoT|3.5|$(MSBuildProjectFullPath)" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<PtvsVersion Condition="'$(PtvsVersion)' == ''">2.2</PtvsVersion>
<PtvsTargetsFile>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio - UWP\$(PtvsVersion)\Microsoft.PythonTools.Uwp.targets</PtvsTargetsFile>
<PtvsTargetsFile Condition="'$(PtvsTargetsFile)' == '' or !Exists('$(PtvsTargetsFile)')">$(MSBuildProgramFiles32)\Microsoft Visual Studio $(VisualStudioVersion)\Common7\IDE\Extensions\Microsoft\Python Tools for Visual Studio - UWP\$(PtvsVersion)\Microsoft.PythonTools.Uwp.targets</PtvsTargetsFile>
</PropertyGroup>
<Import Project="$(PtvsTargetsFile)" />
</Project>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Uwp.targets" />
</Project>
4 changes: 2 additions & 2 deletions BlinkyServer/Python/PythonBlinkyServer/PythonBlinkyServer.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonBlinkyServer", "PythonBlinkyServer.pyproj", "{273C9935-A746-4EA8-B687-1943F4A99B9A}"
EndProject
Expand Down
11 changes: 6 additions & 5 deletions HelloBlinkyBackground/Python/PythonBlinkyHeadless.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageCertificateKeyFile>PythonBlinkyHeadless_TemporaryKey.pfx</PackageCertificateKeyFile>
<DefaultLanguage>en-US</DefaultLanguage>
<ProjectTypeGuids>{2b557614-1a2b-4903-b9df-ed20d7b63f3a};{888888A0-9F3D-457C-B088-3A5042F75D52}</ProjectTypeGuids>
<InterpreterId>{86767848-40b4-4007-8bcc-a3835edf0e69}</InterpreterId>
<InterpreterId>PythonUwpIoT|3.5|$(MSBuildProjectFullPath)</InterpreterId>
<InterpreterVersion>3.5</InterpreterVersion>
<RemoteDebugEnabled>true</RemoteDebugEnabled>
<RootNamespace>PythonBlinkyHeadless</RootNamespace>
Expand Down Expand Up @@ -86,11 +86,12 @@
<PythonExtension>windevices\x64\_wingpio.pyd</PythonExtension>
</Reference>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="PythonUwpIoT|3.5|$(MSBuildProjectFullPath)" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<PtvsVersion Condition="'$(PtvsVersion)' == ''">2.2</PtvsVersion>
<PtvsTargetsFile>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio - UWP\$(PtvsVersion)\Microsoft.PythonTools.Uwp.targets</PtvsTargetsFile>
<PtvsTargetsFile Condition="'$(PtvsTargetsFile)' == '' or !Exists('$(PtvsTargetsFile)')">$(MSBuildProgramFiles32)\Microsoft Visual Studio $(VisualStudioVersion)\Common7\IDE\Extensions\Microsoft\Python Tools for Visual Studio - UWP\$(PtvsVersion)\Microsoft.PythonTools.Uwp.targets</PtvsTargetsFile>
</PropertyGroup>
<Import Project="$(PtvsTargetsFile)" />
</Project>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Uwp.targets" />
</Project>
4 changes: 2 additions & 2 deletions HelloBlinkyBackground/Python/PythonBlinkyHeadless.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonBlinkyHeadless", "PythonBlinkyHeadless.pyproj", "{3E944B58-2349-48F5-89F7-34D205B4D27A}"
EndProject
Expand Down