-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnanoFramework.Serialization.Helper.sln
More file actions
48 lines (48 loc) · 2.95 KB
/
Copy pathnanoFramework.Serialization.Helper.sln
File metadata and controls
48 lines (48 loc) · 2.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nanoFramework.Serialization.Helper", "nanoFramework.Serialization.Helper\nanoFramework.Serialization.Helper.csproj", "{45E8B3BC-FFA8-45B0-8A14-DE1CFF3400D4}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Serialization.Shared", "Serialization.Shared\Serialization.Shared.shproj", "{88D19908-57C1-4B09-9993-DE00CEE88BF4}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "UnitTests.Shared", "Tests\UnitTests.Shared\UnitTests.Shared.shproj", "{1CE3C165-8FDA-494C-A0E0-DFE45A65C526}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{92246160-9877-4300-8234-B2A298003AF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelperTests", "Tests\HelperTests\HelperTests.csproj", "{CC095582-F9FA-4FBD-80A6-E1A9B3866813}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45E8B3BC-FFA8-45B0-8A14-DE1CFF3400D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45E8B3BC-FFA8-45B0-8A14-DE1CFF3400D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45E8B3BC-FFA8-45B0-8A14-DE1CFF3400D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45E8B3BC-FFA8-45B0-8A14-DE1CFF3400D4}.Release|Any CPU.Build.0 = Release|Any CPU
{CC095582-F9FA-4FBD-80A6-E1A9B3866813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC095582-F9FA-4FBD-80A6-E1A9B3866813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC095582-F9FA-4FBD-80A6-E1A9B3866813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC095582-F9FA-4FBD-80A6-E1A9B3866813}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1CE3C165-8FDA-494C-A0E0-DFE45A65C526} = {92246160-9877-4300-8234-B2A298003AF1}
{CC095582-F9FA-4FBD-80A6-E1A9B3866813} = {92246160-9877-4300-8234-B2A298003AF1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AC242BB-2739-49F8-A2BF-D243BDFBDE9E}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Tests\UnitTests.Shared\UnitTests.Shared.projitems*{1ce3c165-8fda-494c-a0e0-dfe45a65c526}*SharedItemsImports = 13
Serialization.Shared\Serialization.Shared.projitems*{45e8b3bc-ffa8-45b0-8a14-de1cff3400d4}*SharedItemsImports = 5
Serialization.Shared\Serialization.Shared.projitems*{88d19908-57c1-4b09-9993-de00cee88bf4}*SharedItemsImports = 13
Serialization.Shared\Serialization.Shared.projitems*{cc095582-f9fa-4fbd-80a6-e1a9b3866813}*SharedItemsImports = 5
Tests\UnitTests.Shared\UnitTests.Shared.projitems*{cc095582-f9fa-4fbd-80a6-e1a9b3866813}*SharedItemsImports = 5
EndGlobalSection
EndGlobal