-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathObsługaArduinoPrzyPalmie.sln
37 lines (37 loc) · 1.89 KB
/
ObsługaArduinoPrzyPalmie.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1703.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OdczytDanych", "OdczytDanych\OdczytDanych.csproj", "{39E00B7B-AC65-43F2-9BAC-6355AEBF6B81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemperaturyAPI", "TemperaturyAPI\TemperaturyAPI.csproj", "{32ACB2B0-C0BB-40F5-9E88-4D8F1DCAC6D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5A611C1-2200-406F-BEAC-C81252EED877}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
ObsługaArduinoPrzyPalmie.sln = ObsługaArduinoPrzyPalmie.sln
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39E00B7B-AC65-43F2-9BAC-6355AEBF6B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E00B7B-AC65-43F2-9BAC-6355AEBF6B81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E00B7B-AC65-43F2-9BAC-6355AEBF6B81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E00B7B-AC65-43F2-9BAC-6355AEBF6B81}.Release|Any CPU.Build.0 = Release|Any CPU
{32ACB2B0-C0BB-40F5-9E88-4D8F1DCAC6D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32ACB2B0-C0BB-40F5-9E88-4D8F1DCAC6D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32ACB2B0-C0BB-40F5-9E88-4D8F1DCAC6D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32ACB2B0-C0BB-40F5-9E88-4D8F1DCAC6D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {203414D6-C2A0-431C-B69E-F4233C0FDE51}
EndGlobalSection
EndGlobal