-
Notifications
You must be signed in to change notification settings - Fork 0
/
ByteDev.Io.sln
57 lines (57 loc) · 3.04 KB
/
ByteDev.Io.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
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Io", "src\ByteDev.Io\ByteDev.Io.csproj", "{3D21595C-C100-41F4-AF14-4BAF5016CB7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Io.UnitTests", "tests\ByteDev.Io.UnitTests\ByteDev.Io.UnitTests.csproj", "{5F97FB91-62E8-4614-AE60-621D02A75871}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Io.IntTests", "tests\ByteDev.Io.IntTests\ByteDev.Io.IntTests.csproj", "{82A967E6-41D2-44DD-BBD1-BD425B313611}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{78207A9F-B975-49A2-96D4-D8C11A0D709B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{4620C436-C894-4173-82D6-BD6B50C0CFA2}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
docs\RELEASE-NOTES.md = docs\RELEASE-NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CA07D0A1-A3AE-41FE-B73B-4EEBE40BBBAC}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\build.cake = build\build.cake
build\ByteDev.Io.nuspec = build\ByteDev.Io.nuspec
build\ByteDev.Utilities.cake = build\ByteDev.Utilities.cake
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D21595C-C100-41F4-AF14-4BAF5016CB7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D21595C-C100-41F4-AF14-4BAF5016CB7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D21595C-C100-41F4-AF14-4BAF5016CB7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D21595C-C100-41F4-AF14-4BAF5016CB7B}.Release|Any CPU.Build.0 = Release|Any CPU
{5F97FB91-62E8-4614-AE60-621D02A75871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F97FB91-62E8-4614-AE60-621D02A75871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F97FB91-62E8-4614-AE60-621D02A75871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F97FB91-62E8-4614-AE60-621D02A75871}.Release|Any CPU.Build.0 = Release|Any CPU
{82A967E6-41D2-44DD-BBD1-BD425B313611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82A967E6-41D2-44DD-BBD1-BD425B313611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82A967E6-41D2-44DD-BBD1-BD425B313611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82A967E6-41D2-44DD-BBD1-BD425B313611}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5F97FB91-62E8-4614-AE60-621D02A75871} = {78207A9F-B975-49A2-96D4-D8C11A0D709B}
{82A967E6-41D2-44DD-BBD1-BD425B313611} = {78207A9F-B975-49A2-96D4-D8C11A0D709B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {959285D9-55E0-4EE5-AEEB-75355EEA9076}
EndGlobalSection
EndGlobal