This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathData.ComponentModel.Mutations.sln
75 lines (75 loc) · 4.37 KB
/
Data.ComponentModel.Mutations.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A6F46F0-B703-45BC-AB96-E649C21C7879}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build\build.props = build\build.props
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{E89D5C60-2ADE-4CF7-867D-4D3DE8AD23CF}"
ProjectSection(SolutionItems) = preProject
Documentation\CollectionDescriptor.md = Documentation\CollectionDescriptor.md
Documentation\IMutableObject.md = Documentation\IMutableObject.md
Documentation\README.md = Documentation\README.md
Documentation\TrimOptions.md = Documentation\TrimOptions.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Attributes", "Attributes", "{9AA0FD0E-80EF-457B-8BC8-19A3F53FBB98}"
ProjectSection(SolutionItems) = preProject
Documentation\Attributes\ApplyMaxLengthAttribute.md = Documentation\Attributes\ApplyMaxLengthAttribute.md
Documentation\Attributes\MutationAttribute.md = Documentation\Attributes\MutationAttribute.md
Documentation\Attributes\RegexReplaceAttribute.md = Documentation\Attributes\RegexReplaceAttribute.md
Documentation\Attributes\ReplaceAttribute.md = Documentation\Attributes\ReplaceAttribute.md
Documentation\Attributes\ToDefaultValueAttribute.md = Documentation\Attributes\ToDefaultValueAttribute.md
Documentation\Attributes\ToLowerAttribute.md = Documentation\Attributes\ToLowerAttribute.md
Documentation\Attributes\ToNullStringAttribute.md = Documentation\Attributes\ToNullStringAttribute.md
Documentation\Attributes\ToNumericAttribute.md = Documentation\Attributes\ToNumericAttribute.md
Documentation\Attributes\ToUpperAttribute.md = Documentation\Attributes\ToUpperAttribute.md
Documentation\Attributes\TrimAttribute.md = Documentation\Attributes\TrimAttribute.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Context", "Context", "{B1EA5C59-0437-4374-A5C2-C2E76F350478}"
ProjectSection(SolutionItems) = preProject
Documentation\Context\IMutationContext.md = Documentation\Context\IMutationContext.md
Documentation\Context\MutationContext.md = Documentation\Context\MutationContext.md
Documentation\Context\Mutator.md = Documentation\Context\Mutator.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dado.ComponentModel.Mutations", "src\Dado.ComponentModel.Mutations\Dado.ComponentModel.Mutations.csproj", "{1461C3FB-E239-43B4-84FD-230B741BF0F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dado.ComponentModel.Mutations.Test", "test\Dado.ComponentModel.Mutations.Test\Dado.ComponentModel.Mutations.Test.csproj", "{667AE136-5CBF-4349-B5EC-B7C0299F164E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1461C3FB-E239-43B4-84FD-230B741BF0F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1461C3FB-E239-43B4-84FD-230B741BF0F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1461C3FB-E239-43B4-84FD-230B741BF0F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1461C3FB-E239-43B4-84FD-230B741BF0F8}.Release|Any CPU.Build.0 = Release|Any CPU
{667AE136-5CBF-4349-B5EC-B7C0299F164E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{667AE136-5CBF-4349-B5EC-B7C0299F164E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{667AE136-5CBF-4349-B5EC-B7C0299F164E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{667AE136-5CBF-4349-B5EC-B7C0299F164E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9AA0FD0E-80EF-457B-8BC8-19A3F53FBB98} = {E89D5C60-2ADE-4CF7-867D-4D3DE8AD23CF}
{B1EA5C59-0437-4374-A5C2-C2E76F350478} = {E89D5C60-2ADE-4CF7-867D-4D3DE8AD23CF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {994789FE-C13D-4833-935D-D97E06C6B516}
EndGlobalSection
EndGlobal