-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebApi.Formatting.JsonMask.sln
46 lines (46 loc) · 2.52 KB
/
WebApi.Formatting.JsonMask.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi.Formatting.JsonMask", "src\WebApi.Formatting.JsonMask\WebApi.Formatting.JsonMask.csproj", "{03E4BA06-6CD0-416E-B1B9-422773F383BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1962E3C8-AB3C-4CCA-ADE7-32D0EE428E6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{22FFBAFC-4F07-4FBB-9E9C-E24B1FD1642C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi.Formatting.JsonMask.Tests", "test\WebApi.Formatting.JsonMask.Tests\WebApi.Formatting.JsonMask.Tests.csproj", "{79BF0EA8-A443-48B9-9D0B-95C2B48FB228}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C46E682-72B8-4313-8932-A24DA96C016F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src-examples", "src-examples", "{75583F5B-5A6B-45DF-9484-747ECA4A5B98}"
ProjectSection(SolutionItems) = preProject
src\Package-Examples\FormatterConfig-Example.cs.pp = src\Package-Examples\FormatterConfig-Example.cs.pp
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03E4BA06-6CD0-416E-B1B9-422773F383BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03E4BA06-6CD0-416E-B1B9-422773F383BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03E4BA06-6CD0-416E-B1B9-422773F383BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03E4BA06-6CD0-416E-B1B9-422773F383BB}.Release|Any CPU.Build.0 = Release|Any CPU
{79BF0EA8-A443-48B9-9D0B-95C2B48FB228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BF0EA8-A443-48B9-9D0B-95C2B48FB228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79BF0EA8-A443-48B9-9D0B-95C2B48FB228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79BF0EA8-A443-48B9-9D0B-95C2B48FB228}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03E4BA06-6CD0-416E-B1B9-422773F383BB} = {1962E3C8-AB3C-4CCA-ADE7-32D0EE428E6E}
{79BF0EA8-A443-48B9-9D0B-95C2B48FB228} = {22FFBAFC-4F07-4FBB-9E9C-E24B1FD1642C}
EndGlobalSection
EndGlobal