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.sln
More file actions
40 lines (40 loc) · 2.02 KB
/
PythonBlinkyServer.sln
File metadata and controls
40 lines (40 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# 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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|ARM.ActiveCfg = Debug|ARM
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|ARM.Build.0 = Debug|ARM
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|ARM.Deploy.0 = Debug|ARM
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|x64.ActiveCfg = Debug|x64
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|x64.Build.0 = Debug|x64
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|x64.Deploy.0 = Debug|x64
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|x86.ActiveCfg = Debug|x86
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|x86.Build.0 = Debug|x86
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Debug|x86.Deploy.0 = Debug|x86
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|ARM.ActiveCfg = Release|ARM
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|ARM.Build.0 = Release|ARM
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|ARM.Deploy.0 = Release|ARM
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|x64.ActiveCfg = Release|x64
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|x64.Build.0 = Release|x64
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|x64.Deploy.0 = Release|x64
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|x86.ActiveCfg = Release|x86
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|x86.Build.0 = Release|x86
{273C9935-A746-4EA8-B687-1943F4A99B9A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal