-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOBeautifulCode.IO.sln
More file actions
64 lines (64 loc) · 4.1 KB
/
Copy pathOBeautifulCode.IO.sln
File metadata and controls
64 lines (64 loc) · 4.1 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
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.IO.Recipes", "OBeautifulCode.IO.Recipes\OBeautifulCode.IO.Recipes.csproj", "{A33F158C-8DF9-4AE6-A357-E88DD3DE90BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.IO.Recipes.Test", "OBeautifulCode.IO.Recipes.Test\OBeautifulCode.IO.Recipes.Test.csproj", "{AD93CFFE-15C9-460C-841F-D107DC5ED536}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{23162827-910C-443D-B1B2-E8CE2FDFA14C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
OBeautifulCode.IO.sln.DotSettings = OBeautifulCode.IO.sln.DotSettings
README.md = README.md
RepoConfig.state = RepoConfig.state
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.IO", "OBeautifulCode.IO\OBeautifulCode.IO.csproj", "{51863218-7A00-4656-BFC9-1480EEDAE2FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.IO.Test", "OBeautifulCode.IO.Test\OBeautifulCode.IO.Test.csproj", "{984C3F60-79D1-409B-A5FD-0ABD70CBCC5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.IO.Serialization.Bson", "OBeautifulCode.IO.Serialization.Bson\OBeautifulCode.IO.Serialization.Bson.csproj", "{3FBC9ABB-91AE-469D-BB4D-04EB2F185F18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.IO.Serialization.Json", "OBeautifulCode.IO.Serialization.Json\OBeautifulCode.IO.Serialization.Json.csproj", "{114ED410-AFAB-4588-8908-804852B9D916}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A33F158C-8DF9-4AE6-A357-E88DD3DE90BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A33F158C-8DF9-4AE6-A357-E88DD3DE90BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A33F158C-8DF9-4AE6-A357-E88DD3DE90BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A33F158C-8DF9-4AE6-A357-E88DD3DE90BB}.Release|Any CPU.Build.0 = Release|Any CPU
{AD93CFFE-15C9-460C-841F-D107DC5ED536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD93CFFE-15C9-460C-841F-D107DC5ED536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD93CFFE-15C9-460C-841F-D107DC5ED536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD93CFFE-15C9-460C-841F-D107DC5ED536}.Release|Any CPU.Build.0 = Release|Any CPU
{51863218-7A00-4656-BFC9-1480EEDAE2FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51863218-7A00-4656-BFC9-1480EEDAE2FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51863218-7A00-4656-BFC9-1480EEDAE2FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51863218-7A00-4656-BFC9-1480EEDAE2FA}.Release|Any CPU.Build.0 = Release|Any CPU
{984C3F60-79D1-409B-A5FD-0ABD70CBCC5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{984C3F60-79D1-409B-A5FD-0ABD70CBCC5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{984C3F60-79D1-409B-A5FD-0ABD70CBCC5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{984C3F60-79D1-409B-A5FD-0ABD70CBCC5E}.Release|Any CPU.Build.0 = Release|Any CPU
{3FBC9ABB-91AE-469D-BB4D-04EB2F185F18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FBC9ABB-91AE-469D-BB4D-04EB2F185F18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FBC9ABB-91AE-469D-BB4D-04EB2F185F18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FBC9ABB-91AE-469D-BB4D-04EB2F185F18}.Release|Any CPU.Build.0 = Release|Any CPU
{114ED410-AFAB-4588-8908-804852B9D916}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{114ED410-AFAB-4588-8908-804852B9D916}.Debug|Any CPU.Build.0 = Debug|Any CPU
{114ED410-AFAB-4588-8908-804852B9D916}.Release|Any CPU.ActiveCfg = Release|Any CPU
{114ED410-AFAB-4588-8908-804852B9D916}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05206869-D2BF-4374-9EA1-B41E2E82D9F3}
EndGlobalSection
EndGlobal