-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathEco2.sln
41 lines (40 loc) · 2.43 KB
/
Eco2.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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE476386-E7BE-4973-AEA3-3BEE1DBBE37E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE-xxtea-dotnet.md = LICENSE-xxtea-dotnet.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eco2Tests", "Eco2Tests\Eco2Tests.csproj", "{C4E3A5DB-3745-4FF3-8465-5F984F151D35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eco2Foundation", "Eco2Foundation\Eco2Foundation.csproj", "{6C14B3D1-E357-483E-BD37-FA06E69620AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eco2MacOS", "Eco2MacOS\Eco2MacOS.csproj", "{4A920A6B-38D2-4582-B1B8-3963253CFA45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eco2BluetoothApi", "Eco2BluetoothApi\Eco2BluetoothApi.csproj", "{6716A816-BE2B-417A-8355-D10C502204DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4E3A5DB-3745-4FF3-8465-5F984F151D35}.Debug|x86.ActiveCfg = Debug|Any CPU
{C4E3A5DB-3745-4FF3-8465-5F984F151D35}.Debug|x86.Build.0 = Debug|Any CPU
{C4E3A5DB-3745-4FF3-8465-5F984F151D35}.Release|x86.ActiveCfg = Release|Any CPU
{C4E3A5DB-3745-4FF3-8465-5F984F151D35}.Release|x86.Build.0 = Release|Any CPU
{6C14B3D1-E357-483E-BD37-FA06E69620AE}.Debug|x86.ActiveCfg = Debug|Any CPU
{6C14B3D1-E357-483E-BD37-FA06E69620AE}.Debug|x86.Build.0 = Debug|Any CPU
{6C14B3D1-E357-483E-BD37-FA06E69620AE}.Release|x86.ActiveCfg = Release|Any CPU
{6C14B3D1-E357-483E-BD37-FA06E69620AE}.Release|x86.Build.0 = Release|Any CPU
{4A920A6B-38D2-4582-B1B8-3963253CFA45}.Debug|x86.ActiveCfg = Debug|x86
{4A920A6B-38D2-4582-B1B8-3963253CFA45}.Debug|x86.Build.0 = Debug|x86
{4A920A6B-38D2-4582-B1B8-3963253CFA45}.Release|x86.ActiveCfg = Release|x86
{4A920A6B-38D2-4582-B1B8-3963253CFA45}.Release|x86.Build.0 = Release|x86
{6716A816-BE2B-417A-8355-D10C502204DD}.Debug|x86.ActiveCfg = Debug|Any CPU
{6716A816-BE2B-417A-8355-D10C502204DD}.Debug|x86.Build.0 = Debug|Any CPU
{6716A816-BE2B-417A-8355-D10C502204DD}.Release|x86.ActiveCfg = Release|Any CPU
{6716A816-BE2B-417A-8355-D10C502204DD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal