-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRaspberryIRDotNet.sln
37 lines (37 loc) · 2.13 KB
/
RaspberryIRDotNet.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 = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaspberryIRDotNet", "RaspberryIRDotNet\RaspberryIRDotNet.csproj", "{F99BBFAA-F5A1-4C06-A158-187D0F81AF6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaspberryIRDotNetExamples", "RaspberryIRDotNetExamples\RaspberryIRDotNetExamples.csproj", "{D3B0D821-5E46-4C45-8900-10B0C9E530B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaspberryIRDotNet.Tests.Unit", "RaspberryIRDotNet.Tests.Unit\RaspberryIRDotNet.Tests.Unit.csproj", "{985BCBEF-C87F-4124-8E4E-E8F43A804E59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F99BBFAA-F5A1-4C06-A158-187D0F81AF6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F99BBFAA-F5A1-4C06-A158-187D0F81AF6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F99BBFAA-F5A1-4C06-A158-187D0F81AF6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F99BBFAA-F5A1-4C06-A158-187D0F81AF6C}.Release|Any CPU.Build.0 = Release|Any CPU
{D3B0D821-5E46-4C45-8900-10B0C9E530B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3B0D821-5E46-4C45-8900-10B0C9E530B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3B0D821-5E46-4C45-8900-10B0C9E530B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3B0D821-5E46-4C45-8900-10B0C9E530B8}.Release|Any CPU.Build.0 = Release|Any CPU
{985BCBEF-C87F-4124-8E4E-E8F43A804E59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{985BCBEF-C87F-4124-8E4E-E8F43A804E59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{985BCBEF-C87F-4124-8E4E-E8F43A804E59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{985BCBEF-C87F-4124-8E4E-E8F43A804E59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FD808CB-7DE9-4808-BD08-F41330690EAA}
EndGlobalSection
EndGlobal