forked from nanoframework/nanoFramework.IoT.Device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
System.Buffers.Binary.BinaryPrimitives.sln
43 lines (43 loc) · 2.28 KB
/
System.Buffers.Binary.BinaryPrimitives.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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Buffers.Binary.BinaryPrimitives", "System.Buffers.Binary.BinaryPrimitives.nfproj", "{40E8B868-73EF-4BEA-A75F-8B5585B9D70F}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "BinaryPrimitivesUnitTests", "..\..\tests\BinaryPrimitivesUnitTests\BinaryPrimitivesUnitTests.nfproj", "{B195FAF3-7089-4061-9D2C-D8C1C131B8D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3206CCF4-1174-4647-8A2C-DDD7CDBB4E7B}"
ProjectSection(SolutionItems) = preProject
.runsettings = .runsettings
category.txt = category.txt
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40E8B868-73EF-4BEA-A75F-8B5585B9D70F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40E8B868-73EF-4BEA-A75F-8B5585B9D70F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40E8B868-73EF-4BEA-A75F-8B5585B9D70F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{40E8B868-73EF-4BEA-A75F-8B5585B9D70F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40E8B868-73EF-4BEA-A75F-8B5585B9D70F}.Release|Any CPU.Build.0 = Release|Any CPU
{40E8B868-73EF-4BEA-A75F-8B5585B9D70F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B195FAF3-7089-4061-9D2C-D8C1C131B8D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B195FAF3-7089-4061-9D2C-D8C1C131B8D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B195FAF3-7089-4061-9D2C-D8C1C131B8D0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B195FAF3-7089-4061-9D2C-D8C1C131B8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B195FAF3-7089-4061-9D2C-D8C1C131B8D0}.Release|Any CPU.Build.0 = Release|Any CPU
{B195FAF3-7089-4061-9D2C-D8C1C131B8D0}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {140CBD63-3C29-429D-93B7-19FD6CB66017}
EndGlobalSection
EndGlobal