-
Notifications
You must be signed in to change notification settings - Fork 1
/
reportgenerator-coverage-bitbucket-pipe.sln
56 lines (56 loc) · 2.98 KB
/
reportgenerator-coverage-bitbucket-pipe.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportGenerator.BitbucketPipe", "src\ReportGenerator.BitbucketPipe\ReportGenerator.BitbucketPipe.csproj", "{6AFCBF3C-2251-4BD4-AB78-9536F26564D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D06BA7D8-B399-4DD2-98DF-2A68A380BA05}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Dockerfile = Dockerfile
inspectcode.config = inspectcode.config
pipe.yml = pipe.yml
README.md = README.md
CONTRIBUTING.md = CONTRIBUTING.md
.dockerignore = .dockerignore
bitbucket-pipelines.yml = bitbucket-pipelines.yml
LICENSE = LICENSE
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{159AB7B9-379B-4D45-8A7D-417D63EC2BFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C3DBC274-CBD2-4CBA-8D12-1C9F974C8ADB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportGenerator.BitbucketPipe.Tests", "tests\ReportGenerator.BitbucketPipe.Tests\ReportGenerator.BitbucketPipe.Tests.csproj", "{8643BE55-B74B-489F-9050-BB36CF4A5AB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit", "Unit", "{145F0A3B-574F-4BE3-8ACC-D2E441849D1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{71BC3863-3ACF-4302-9FF4-4D352ABCC590}"
ProjectSection(SolutionItems) = preProject
scripts\docker-build.ps1 = scripts\docker-build.ps1
scripts\docker-push.ps1 = scripts\docker-push.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AFCBF3C-2251-4BD4-AB78-9536F26564D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AFCBF3C-2251-4BD4-AB78-9536F26564D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AFCBF3C-2251-4BD4-AB78-9536F26564D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AFCBF3C-2251-4BD4-AB78-9536F26564D0}.Release|Any CPU.Build.0 = Release|Any CPU
{8643BE55-B74B-489F-9050-BB36CF4A5AB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8643BE55-B74B-489F-9050-BB36CF4A5AB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8643BE55-B74B-489F-9050-BB36CF4A5AB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8643BE55-B74B-489F-9050-BB36CF4A5AB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6AFCBF3C-2251-4BD4-AB78-9536F26564D0} = {159AB7B9-379B-4D45-8A7D-417D63EC2BFA}
{145F0A3B-574F-4BE3-8ACC-D2E441849D1B} = {C3DBC274-CBD2-4CBA-8D12-1C9F974C8ADB}
{8643BE55-B74B-489F-9050-BB36CF4A5AB8} = {145F0A3B-574F-4BE3-8ACC-D2E441849D1B}
{71BC3863-3ACF-4302-9FF4-4D352ABCC590} = {D06BA7D8-B399-4DD2-98DF-2A68A380BA05}
EndGlobalSection
EndGlobal