This repository was archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathPythonBlinkyServer.pyproj
More file actions
97 lines (97 loc) · 5.18 KB
/
PythonBlinkyServer.pyproj
File metadata and controls
97 lines (97 loc) · 5.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<PropertyGroup>
<Name>PythonBlinkyServer</Name>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == 'Any CPU' ">x86</Platform>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10586.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<AppContainerApplication>true</AppContainerApplication>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<ProjectGuid>273c9935-a746-4ea8-b687-1943f4a99b9a</ProjectGuid>
<ProjectHome>.</ProjectHome>
<WorkingDirectory>.</WorkingDirectory>
<StartupFile>StartupTask.py</StartupFile>
<ContainsStartupTask>true</ContainsStartupTask>
<SearchPath />
<PackageCertificateKeyFile>PythonBlinkyServer_TemporaryKey.pfx</PackageCertificateKeyFile>
<DefaultLanguage>en-US</DefaultLanguage>
<ProjectTypeGuids>{2b557614-1a2b-4903-b9df-ed20d7b63f3a};{888888A0-9F3D-457C-B088-3A5042F75D52}</ProjectTypeGuids>
<InterpreterId>PythonUwpIoT|3.5|$(MSBuildProjectFullPath)</InterpreterId>
<InterpreterVersion>3.5</InterpreterVersion>
<RemoteDebugEnabled>true</RemoteDebugEnabled>
<RootNamespace>PythonBlinkyServer</RootNamespace>
<UserSettingsChanged>
</UserSettingsChanged>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.WindowsSDK.props" />
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<OutputPath>bin\Debug\$(Platform)\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<OutputPath>bin\Release\$(Platform)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="StartupTask.py" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="PythonBlinkyServer_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Reference Include="windevices\ARM\Microsoft.IoT.Lightning.Providers.dll" Condition=" '$(Platform)' == 'ARM' ">
<Name>Microsoft.IoT.Lightning.Providers.dll</Name>
<PythonExtension>windevices\ARM\Microsoft.IoT.Lightning.Providers.dll</PythonExtension>
</Reference>
<Reference Include="windevices\Win32\Microsoft.IoT.Lightning.Providers.dll" Condition=" '$(Platform)' == 'x86' ">
<Name>Microsoft.IoT.Lightning.Providers.dll</Name>
<PythonExtension>windevices\Win32\Microsoft.IoT.Lightning.Providers.dll</PythonExtension>
</Reference>
<Reference Include="windevices\x64\Microsoft.IoT.Lightning.Providers.dll" Condition=" '$(Platform)' == 'x64' ">
<Name>Microsoft.IoT.Lightning.Providers.dll</Name>
<PythonExtension>windevices\x64\Microsoft.IoT.Lightning.Providers.dll</PythonExtension>
</Reference>
<Reference Include="windevices\ARM\_wingpio_d.pyd" Condition=" '$(RedistConfiguration)|$(Platform)' == 'Debug|ARM' ">
<Name>_wingpio_d.pyd</Name>
<PythonExtension>windevices\ARM\_wingpio_d.pyd</PythonExtension>
</Reference>
<Reference Include="windevices\ARM\_wingpio.pyd" Condition=" '$(RedistConfiguration)|$(Platform)' == 'Retail|ARM' ">
<Name>_wingpio.pyd</Name>
<PythonExtension>windevices\ARM\_wingpio.pyd</PythonExtension>
</Reference>
<Reference Include="windevices\Win32\_wingpio_d.pyd" Condition=" '$(RedistConfiguration)|$(Platform)' == 'Debug|x86' ">
<Name>_wingpio_d.pyd</Name>
<PythonExtension>windevices\Win32\_wingpio_d.pyd</PythonExtension>
</Reference>
<Reference Include="windevices\Win32\_wingpio.pyd" Condition=" '$(RedistConfiguration)|$(Platform)' == 'Retail|x86' ">
<Name>_wingpio.pyd</Name>
<PythonExtension>windevices\Win32\_wingpio.pyd</PythonExtension>
</Reference>
<Reference Include="windevices\x64\_wingpio_d.pyd" Condition=" '$(RedistConfiguration)|$(Platform)' == 'Debug|x64' ">
<Name>_wingpio_d.pyd</Name>
<PythonExtension>windevices\x64\_wingpio_d.pyd</PythonExtension>
</Reference>
<Reference Include="windevices\x64\_wingpio.pyd" Condition=" '$(RedistConfiguration)|$(Platform)' == 'Retail|x64' ">
<Name>_wingpio.pyd</Name>
<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>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Uwp.targets" />
</Project>