-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpen.IO.Extensions.sln
42 lines (42 loc) · 2.36 KB
/
Open.IO.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.IO.Extensions", "Source\Open.IO.Extensions.csproj", "{D4D61853-ED65-4DB3-9D74-962843ADC9A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.IO.Extensions.Tests", "Open.IO.Extensions.Tests\Open.IO.Extensions.Tests.csproj", "{845E56F8-C772-412D-ABF9-7374C153DA8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E119909-4C4C-4769-A671-984F99C98D6A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.IO.Extensions.Benchmarks", "Open.IO.Extensions.Benchmarks\Open.IO.Extensions.Benchmarks.csproj", "{3B603F5F-D7D4-4852-8B6C-A9D8C8717E57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4D61853-ED65-4DB3-9D74-962843ADC9A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4D61853-ED65-4DB3-9D74-962843ADC9A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4D61853-ED65-4DB3-9D74-962843ADC9A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4D61853-ED65-4DB3-9D74-962843ADC9A1}.Release|Any CPU.Build.0 = Release|Any CPU
{845E56F8-C772-412D-ABF9-7374C153DA8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{845E56F8-C772-412D-ABF9-7374C153DA8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{845E56F8-C772-412D-ABF9-7374C153DA8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{845E56F8-C772-412D-ABF9-7374C153DA8F}.Release|Any CPU.Build.0 = Release|Any CPU
{3B603F5F-D7D4-4852-8B6C-A9D8C8717E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B603F5F-D7D4-4852-8B6C-A9D8C8717E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B603F5F-D7D4-4852-8B6C-A9D8C8717E57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B603F5F-D7D4-4852-8B6C-A9D8C8717E57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D90A3ECD-6EFA-47A9-97C9-AE676CB1C4A6}
EndGlobalSection
EndGlobal