-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeowners-parser.sln
30 lines (30 loc) · 1.83 KB
/
codeowners-parser.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeOwners", "src\CodeOwners\CodeOwners.csproj", "{3280E767-7294-4865-A1AE-9F94D3571929}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeOwners.Tests", "tests\CodeOwners.Tests\CodeOwners.Tests.csproj", "{5534E36E-2362-4940-B49E-7E19C3FD446E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeOwners.Benchmarks", "benchmarks\CodeOwners.Benchmarks\CodeOwners.Benchmarks.csproj", "{33FA15AD-8517-487F-95F3-FE4919ECF1DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3280E767-7294-4865-A1AE-9F94D3571929}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3280E767-7294-4865-A1AE-9F94D3571929}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3280E767-7294-4865-A1AE-9F94D3571929}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3280E767-7294-4865-A1AE-9F94D3571929}.Release|Any CPU.Build.0 = Release|Any CPU
{5534E36E-2362-4940-B49E-7E19C3FD446E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5534E36E-2362-4940-B49E-7E19C3FD446E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5534E36E-2362-4940-B49E-7E19C3FD446E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5534E36E-2362-4940-B49E-7E19C3FD446E}.Release|Any CPU.Build.0 = Release|Any CPU
{33FA15AD-8517-487F-95F3-FE4919ECF1DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33FA15AD-8517-487F-95F3-FE4919ECF1DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33FA15AD-8517-487F-95F3-FE4919ECF1DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33FA15AD-8517-487F-95F3-FE4919ECF1DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal