-
Notifications
You must be signed in to change notification settings - Fork 0
/
resharper-inspections-bitbucket-pipe.sln
51 lines (51 loc) · 2.77 KB
/
resharper-inspections-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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resharper.CodeInspections.BitbucketPipe", "src\Resharper.CodeInspections.BitbucketPipe\Resharper.CodeInspections.BitbucketPipe.csproj", "{53392CB8-3EFC-440A-B51A-50FBB8DAC4FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A52C4FA-50EB-43AC-BEB3-8760B50CB46C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
inspectcode.config = inspectcode.config
Dockerfile = Dockerfile
pipe.yml = pipe.yml
README.md = README.md
.dockerignore = .dockerignore
bitbucket-pipelines.yml = bitbucket-pipelines.yml
CONTRIBUTING.md = CONTRIBUTING.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resharper.CodeInspections.BitbucketPipe.Tests", "tests\Resharper.CodeInspections.BitbucketPipe.Tests\Resharper.CodeInspections.BitbucketPipe.Tests.csproj", "{CA6F7D57-75F8-4E17-B59D-C4469E96384D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{39D624AA-F446-4E86-B0BC-09FC0825DDFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{47B8A0A0-0CD9-4D96-BF2E-5DD3604190D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{3A21F475-9BF6-475E-B465-866477D4415E}"
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
{53392CB8-3EFC-440A-B51A-50FBB8DAC4FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53392CB8-3EFC-440A-B51A-50FBB8DAC4FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53392CB8-3EFC-440A-B51A-50FBB8DAC4FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53392CB8-3EFC-440A-B51A-50FBB8DAC4FB}.Release|Any CPU.Build.0 = Release|Any CPU
{CA6F7D57-75F8-4E17-B59D-C4469E96384D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA6F7D57-75F8-4E17-B59D-C4469E96384D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA6F7D57-75F8-4E17-B59D-C4469E96384D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA6F7D57-75F8-4E17-B59D-C4469E96384D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{53392CB8-3EFC-440A-B51A-50FBB8DAC4FB} = {39D624AA-F446-4E86-B0BC-09FC0825DDFD}
{CA6F7D57-75F8-4E17-B59D-C4469E96384D} = {47B8A0A0-0CD9-4D96-BF2E-5DD3604190D1}
{3A21F475-9BF6-475E-B465-866477D4415E} = {6A52C4FA-50EB-43AC-BEB3-8760B50CB46C}
EndGlobalSection
EndGlobal