-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
profanity-filter.sln
74 lines (74 loc) · 4.56 KB
/
profanity-filter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34004.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfanityFilter.Action", "src\ProfanityFilter.Action\ProfanityFilter.Action.csproj", "{6FBF4FCA-D1E5-4BE3-8BA5-48EF90D8E966}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D15A4762-7188-4307-9654-627275F5AE7E}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.github\workflows\release-api.yml = .github\workflows\release-api.yml
action.yml = action.yml
Directory.Packages.props = Directory.Packages.props
.github\workflows\dogfood.yml = .github\workflows\dogfood.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfanityFilter.Services", "src\ProfanityFilter.Services\ProfanityFilter.Services.csproj", "{F2750329-F469-4BD8-A0D3-7E1CE2D62E19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfanityFilter.Services.Tests", "tests\ProfanityFilter.Services.Tests\ProfanityFilter.Services.Tests.csproj", "{A1F889D2-290B-42C2-A61C-877C97F9D5EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfanityFilter.Action.Tests", "tests\ProfanityFilter.Action.Tests\ProfanityFilter.Action.Tests.csproj", "{37D19359-799E-468B-B404-7A920C7FD1CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{28623E11-D15F-4448-82F6-B86A7D59B1D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EAC63754-09D3-49C9-ACDF-ECF73AA1D922}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfanityFilter.WebApi", "src\ProfanityFilter.WebApi\ProfanityFilter.WebApi.csproj", "{163A89FA-5F97-4332-B5DA-3E7BDDA97E7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{163A89FA-5F97-4332-B5DA-3E7BDDA97E7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163A89FA-5F97-4332-B5DA-3E7BDDA97E7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163A89FA-5F97-4332-B5DA-3E7BDDA97E7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163A89FA-5F97-4332-B5DA-3E7BDDA97E7C}.Release|Any CPU.Build.0 = Release|Any CPU
{6FBF4FCA-D1E5-4BE3-8BA5-48EF90D8E966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FBF4FCA-D1E5-4BE3-8BA5-48EF90D8E966}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FBF4FCA-D1E5-4BE3-8BA5-48EF90D8E966}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FBF4FCA-D1E5-4BE3-8BA5-48EF90D8E966}.Release|Any CPU.Build.0 = Release|Any CPU
{F2750329-F469-4BD8-A0D3-7E1CE2D62E19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2750329-F469-4BD8-A0D3-7E1CE2D62E19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2750329-F469-4BD8-A0D3-7E1CE2D62E19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2750329-F469-4BD8-A0D3-7E1CE2D62E19}.Release|Any CPU.Build.0 = Release|Any CPU
{A1F889D2-290B-42C2-A61C-877C97F9D5EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1F889D2-290B-42C2-A61C-877C97F9D5EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1F889D2-290B-42C2-A61C-877C97F9D5EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1F889D2-290B-42C2-A61C-877C97F9D5EB}.Release|Any CPU.Build.0 = Release|Any CPU
{37D19359-799E-468B-B404-7A920C7FD1CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D19359-799E-468B-B404-7A920C7FD1CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D19359-799E-468B-B404-7A920C7FD1CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D19359-799E-468B-B404-7A920C7FD1CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{163A89FA-5F97-4332-B5DA-3E7BDDA97E7C} = {28623E11-D15F-4448-82F6-B86A7D59B1D4}
{6FBF4FCA-D1E5-4BE3-8BA5-48EF90D8E966} = {28623E11-D15F-4448-82F6-B86A7D59B1D4}
{F2750329-F469-4BD8-A0D3-7E1CE2D62E19} = {28623E11-D15F-4448-82F6-B86A7D59B1D4}
{A1F889D2-290B-42C2-A61C-877C97F9D5EB} = {EAC63754-09D3-49C9-ACDF-ECF73AA1D922}
{37D19359-799E-468B-B404-7A920C7FD1CA} = {EAC63754-09D3-49C9-ACDF-ECF73AA1D922}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72DBDAF8-D0CD-4A55-A944-0E1787FFA5C6}
EndGlobalSection
EndGlobal