-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathButters.Extensions.String.sln
More file actions
58 lines (58 loc) · 2.88 KB
/
Butters.Extensions.String.sln
File metadata and controls
58 lines (58 loc) · 2.88 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
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45462358-EEA0-4261-B3F2-EE43EB8BB170}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
butters.png = butters.png
Directory.Build.props = Directory.Build.props
global.json = global.json
docs\index.md = docs\index.md
License.txt = License.txt
nuget.config = nuget.config
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butters.Extensions.String", "Butters.Extensions.String\Butters.Extensions.String.csproj", "{87FE80B2-C010-4BE8-A83F-94E2BCC743C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FCB18016-08DE-4B8C-8564-B7A50A831CB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E88D7C07-D0AF-49D2-AAC9-002B9412B688}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butters.Extensions.String.Tests", "tests\Butters.Extensions.String.Tests\Butters.Extensions.String.Tests.csproj", "{A4EC91AA-F8FA-47E8-9075-797766D9B58A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EFDCF303-EA0E-44B9-B71C-F00F12DDA7FB}"
ProjectSection(SolutionItems) = preProject
docs\index.md = docs\index.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87FE80B2-C010-4BE8-A83F-94E2BCC743C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87FE80B2-C010-4BE8-A83F-94E2BCC743C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87FE80B2-C010-4BE8-A83F-94E2BCC743C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87FE80B2-C010-4BE8-A83F-94E2BCC743C0}.Release|Any CPU.Build.0 = Release|Any CPU
{A4EC91AA-F8FA-47E8-9075-797766D9B58A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4EC91AA-F8FA-47E8-9075-797766D9B58A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4EC91AA-F8FA-47E8-9075-797766D9B58A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4EC91AA-F8FA-47E8-9075-797766D9B58A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{87FE80B2-C010-4BE8-A83F-94E2BCC743C0} = {FCB18016-08DE-4B8C-8564-B7A50A831CB5}
{A4EC91AA-F8FA-47E8-9075-797766D9B58A} = {E88D7C07-D0AF-49D2-AAC9-002B9412B688}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E16F0DB2-AA4E-4B35-8E3D-A9350BA9FA28}
EndGlobalSection
EndGlobal