-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
nanoFramework.System.Text.sln
55 lines (55 loc) · 3.27 KB
/
nanoFramework.System.Text.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
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.System.Text", "nanoFramework.System.Text\nanoFramework.System.Text.nfproj", "{9B99CAC1-E74B-4DF7-AC98-A4D4923AFB47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EEAC81E9-1F6B-4894-843A-B999D9B6DE2D}"
ProjectSection(SolutionItems) = preProject
.runsettings = .runsettings
nanoFramework.System.Text.nuspec = nanoFramework.System.Text.nuspec
NuGet.Config = NuGet.Config
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1A9B4D93-29BC-4314-ABF9-E4BC2A755032}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "NFUnitTestStringBuilder", "Tests\NFUnitTestStringBuilder\NFUnitTestStringBuilder.nfproj", "{C5331952-B712-4C77-939B-27589CED5A24}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.System.Text.Benchmark", "nanoFramework.System.Text.Benchmark\nanoFramework.System.Text.Benchmark.nfproj", "{3ADD8949-B5FB-4116-B4E0-5A218A0D8045}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B99CAC1-E74B-4DF7-AC98-A4D4923AFB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B99CAC1-E74B-4DF7-AC98-A4D4923AFB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B99CAC1-E74B-4DF7-AC98-A4D4923AFB47}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9B99CAC1-E74B-4DF7-AC98-A4D4923AFB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B99CAC1-E74B-4DF7-AC98-A4D4923AFB47}.Release|Any CPU.Build.0 = Release|Any CPU
{9B99CAC1-E74B-4DF7-AC98-A4D4923AFB47}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C5331952-B712-4C77-939B-27589CED5A24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5331952-B712-4C77-939B-27589CED5A24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5331952-B712-4C77-939B-27589CED5A24}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C5331952-B712-4C77-939B-27589CED5A24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5331952-B712-4C77-939B-27589CED5A24}.Release|Any CPU.Build.0 = Release|Any CPU
{C5331952-B712-4C77-939B-27589CED5A24}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3ADD8949-B5FB-4116-B4E0-5A218A0D8045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ADD8949-B5FB-4116-B4E0-5A218A0D8045}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ADD8949-B5FB-4116-B4E0-5A218A0D8045}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3ADD8949-B5FB-4116-B4E0-5A218A0D8045}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ADD8949-B5FB-4116-B4E0-5A218A0D8045}.Release|Any CPU.Build.0 = Release|Any CPU
{3ADD8949-B5FB-4116-B4E0-5A218A0D8045}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C5331952-B712-4C77-939B-27589CED5A24} = {1A9B4D93-29BC-4314-ABF9-E4BC2A755032}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {863DB2A2-5555-49B7-A921-C2EF51A150B1}
EndGlobalSection
EndGlobal