forked from Gamer025/CodeOwnersParser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CodeOwnersParser.sln
35 lines (35 loc) · 1.53 KB
/
CodeOwnersParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeOwnersParser", "CodeOwnersParser\CodeOwnersParser.csproj", "{0498B1C2-6A6F-44CA-A484-82158D812FFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19BE45FC-47E3-41FD-ACD4-782A0EAECF41}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
action.yml = action.yml
Dockerfile = Dockerfile
example-assign-workflow.yml = example-assign-workflow.yml
example-comment-workflow.yml = example-comment-workflow.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0498B1C2-6A6F-44CA-A484-82158D812FFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0498B1C2-6A6F-44CA-A484-82158D812FFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0498B1C2-6A6F-44CA-A484-82158D812FFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0498B1C2-6A6F-44CA-A484-82158D812FFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A689139D-2CCE-4112-8083-B0021FE1F719}
EndGlobalSection
EndGlobal