forked from NaosProject/Naos.Serialization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOBeautifulCode.Serialization.sln
More file actions
88 lines (88 loc) · 6.46 KB
/
Copy pathOBeautifulCode.Serialization.sln
File metadata and controls
88 lines (88 loc) · 6.46 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization", "OBeautifulCode.Serialization\OBeautifulCode.Serialization.csproj", "{3B80224F-F136-4C4B-8E91-AFE377755589}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E2F0AF9A-4F37-4C3C-922F-9612C75E321A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
OBeautifulCode.Serialization.sln.DotSettings = OBeautifulCode.Serialization.sln.DotSettings
README.md = README.md
RepoConfig.state = RepoConfig.state
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.Bson", "OBeautifulCode.Serialization.Bson\OBeautifulCode.Serialization.Bson.csproj", "{8BAE5798-2B82-4571-9D18-2A8753E6A7FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.Json", "OBeautifulCode.Serialization.Json\OBeautifulCode.Serialization.Json.csproj", "{02387B02-46F8-4271-B78A-76FB7BF08F7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.PropertyBag", "OBeautifulCode.Serialization.PropertyBag\OBeautifulCode.Serialization.PropertyBag.csproj", "{7C60B21D-9D91-4832-9C4E-C55BBC597165}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.Test", "OBeautifulCode.Serialization.Test\OBeautifulCode.Serialization.Test.csproj", "{9BE9CB99-0918-4AED-95C7-56F9DCC8B513}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.Recipes", "OBeautifulCode.Serialization.Recipes\OBeautifulCode.Serialization.Recipes.csproj", "{324605C9-A32E-4604-95E6-D0DC4252199C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.Bson.Test", "OBeautifulCode.Serialization.Bson.Test\OBeautifulCode.Serialization.Bson.Test.csproj", "{C539F9E1-D89D-4650-9DDB-E3EC20BAE21B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.Json.Test", "OBeautifulCode.Serialization.Json.Test\OBeautifulCode.Serialization.Json.Test.csproj", "{D6DCA557-9BCD-4F77-9007-0623A1E95520}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.PropertyBag.Test", "OBeautifulCode.Serialization.PropertyBag.Test\OBeautifulCode.Serialization.PropertyBag.Test.csproj", "{96459742-AFB4-4F66-9963-CBAC30C8D09B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBeautifulCode.Serialization.Recipes.Test", "OBeautifulCode.Serialization.Recipes.Test\OBeautifulCode.Serialization.Recipes.Test.csproj", "{61268D6D-5A04-4E76-9BF6-533D569E7EE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B80224F-F136-4C4B-8E91-AFE377755589}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B80224F-F136-4C4B-8E91-AFE377755589}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B80224F-F136-4C4B-8E91-AFE377755589}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B80224F-F136-4C4B-8E91-AFE377755589}.Release|Any CPU.Build.0 = Release|Any CPU
{8BAE5798-2B82-4571-9D18-2A8753E6A7FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BAE5798-2B82-4571-9D18-2A8753E6A7FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BAE5798-2B82-4571-9D18-2A8753E6A7FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BAE5798-2B82-4571-9D18-2A8753E6A7FE}.Release|Any CPU.Build.0 = Release|Any CPU
{02387B02-46F8-4271-B78A-76FB7BF08F7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02387B02-46F8-4271-B78A-76FB7BF08F7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02387B02-46F8-4271-B78A-76FB7BF08F7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02387B02-46F8-4271-B78A-76FB7BF08F7C}.Release|Any CPU.Build.0 = Release|Any CPU
{7C60B21D-9D91-4832-9C4E-C55BBC597165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C60B21D-9D91-4832-9C4E-C55BBC597165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C60B21D-9D91-4832-9C4E-C55BBC597165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C60B21D-9D91-4832-9C4E-C55BBC597165}.Release|Any CPU.Build.0 = Release|Any CPU
{9BE9CB99-0918-4AED-95C7-56F9DCC8B513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BE9CB99-0918-4AED-95C7-56F9DCC8B513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BE9CB99-0918-4AED-95C7-56F9DCC8B513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BE9CB99-0918-4AED-95C7-56F9DCC8B513}.Release|Any CPU.Build.0 = Release|Any CPU
{324605C9-A32E-4604-95E6-D0DC4252199C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{324605C9-A32E-4604-95E6-D0DC4252199C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{324605C9-A32E-4604-95E6-D0DC4252199C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{324605C9-A32E-4604-95E6-D0DC4252199C}.Release|Any CPU.Build.0 = Release|Any CPU
{C539F9E1-D89D-4650-9DDB-E3EC20BAE21B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C539F9E1-D89D-4650-9DDB-E3EC20BAE21B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C539F9E1-D89D-4650-9DDB-E3EC20BAE21B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C539F9E1-D89D-4650-9DDB-E3EC20BAE21B}.Release|Any CPU.Build.0 = Release|Any CPU
{D6DCA557-9BCD-4F77-9007-0623A1E95520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6DCA557-9BCD-4F77-9007-0623A1E95520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6DCA557-9BCD-4F77-9007-0623A1E95520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6DCA557-9BCD-4F77-9007-0623A1E95520}.Release|Any CPU.Build.0 = Release|Any CPU
{96459742-AFB4-4F66-9963-CBAC30C8D09B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96459742-AFB4-4F66-9963-CBAC30C8D09B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96459742-AFB4-4F66-9963-CBAC30C8D09B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96459742-AFB4-4F66-9963-CBAC30C8D09B}.Release|Any CPU.Build.0 = Release|Any CPU
{61268D6D-5A04-4E76-9BF6-533D569E7EE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61268D6D-5A04-4E76-9BF6-533D569E7EE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61268D6D-5A04-4E76-9BF6-533D569E7EE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61268D6D-5A04-4E76-9BF6-533D569E7EE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77DBB0A9-6C99-4FE2-B3A9-41EF8AA71ABB}
EndGlobalSection
EndGlobal