-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIEvangelist.GitHub.ProfanityFilter.sln
71 lines (71 loc) · 3.87 KB
/
IEvangelist.GitHub.ProfanityFilter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IEvangelist.GitHub.Webhooks", "IEvangelist.GitHub.Webhooks\IEvangelist.GitHub.Webhooks.csproj", "{8647BA85-06DC-47D2-8806-2A4CE43F3796}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IEvangelist.GitHub.Services", "IEvangelist.GitHub.Services\IEvangelist.GitHub.Services.csproj", "{9C39BF96-BA63-45D2-B615-B0D3C19554F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27837060-E9DA-46C3-840E-03CCA810AE1C}"
ProjectSection(SolutionItems) = preProject
docker-pull-latest.bat = docker-pull-latest.bat
docker-start-fast.bat = docker-start-fast.bat
docker-start-sweep.bat = docker-start-sweep.bat
docker-start.bat = docker-start.bat
docker-stop.bat = docker-stop.bat
PITCHME.md = PITCHME.md
PITCHME.yaml = PITCHME.yaml
profanity-filter.png = profanity-filter.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IEvangelist.GitHub.Sandbox", "IEvangelist.GitHub.Sandbox\IEvangelist.GitHub.Sandbox.csproj", "{3CC269A9-246D-4E4A-B44E-C0C04C163C20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IEvangelist.GitHub.Tests", "IEvangelist.GitHub.Tests\IEvangelist.GitHub.Tests.csproj", "{4C1C68CE-5B54-4179-B70F-E0173D37EBF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{A5803FF2-B14A-4601-B23E-2DD23DD8942D}"
ProjectSection(SolutionItems) = preProject
assets\azure-logo.png = assets\azure-logo.png
assets\creamcitycode.png = assets\creamcitycode.png
assets\gde.png = assets\gde.png
assets\me.png = assets\me.png
assets\mvp.png = assets\mvp.png
assets\slide-one.png = assets\slide-one.png
assets\styles.css = assets\styles.css
assets\twilio-mark-red.png = assets\twilio-mark-red.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8647BA85-06DC-47D2-8806-2A4CE43F3796}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8647BA85-06DC-47D2-8806-2A4CE43F3796}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8647BA85-06DC-47D2-8806-2A4CE43F3796}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8647BA85-06DC-47D2-8806-2A4CE43F3796}.Release|Any CPU.Build.0 = Release|Any CPU
{9C39BF96-BA63-45D2-B615-B0D3C19554F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C39BF96-BA63-45D2-B615-B0D3C19554F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C39BF96-BA63-45D2-B615-B0D3C19554F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C39BF96-BA63-45D2-B615-B0D3C19554F4}.Release|Any CPU.Build.0 = Release|Any CPU
{3CC269A9-246D-4E4A-B44E-C0C04C163C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CC269A9-246D-4E4A-B44E-C0C04C163C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CC269A9-246D-4E4A-B44E-C0C04C163C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CC269A9-246D-4E4A-B44E-C0C04C163C20}.Release|Any CPU.Build.0 = Release|Any CPU
{4C1C68CE-5B54-4179-B70F-E0173D37EBF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C1C68CE-5B54-4179-B70F-E0173D37EBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C1C68CE-5B54-4179-B70F-E0173D37EBF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C1C68CE-5B54-4179-B70F-E0173D37EBF5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A5803FF2-B14A-4601-B23E-2DD23DD8942D} = {27837060-E9DA-46C3-840E-03CCA810AE1C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9DC5B3FD-8F9A-44E7-A64F-2CCECA03558E}
EndGlobalSection
EndGlobal