|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.7.34221.43 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Moq.Analyzers.Tests", "tests\Moq.Analyzers.Tests\Moq.Analyzers.Tests.csproj", "{DEE86A7E-8338-4C3D-822B-E8FB976D9905}" |
| 7 | +EndProject |
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Moq.Analyzers", "src\Moq.Analyzers\Moq.Analyzers.csproj", "{1962BEF9-E6DF-4485-A113-E255C84177D4}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D59B801-B4D3-44FC-A2BE-F2F53AC54061}" |
| 11 | + ProjectSection(SolutionItems) = preProject |
| 12 | + .editorconfig = .editorconfig |
| 13 | + .gitignore = .gitignore |
| 14 | + CodeCoverage.runsettings = CodeCoverage.runsettings |
| 15 | + Directory.Build.props = Directory.Build.props |
| 16 | + LICENSE = LICENSE |
| 17 | + README.md = README.md |
| 18 | + stylecop.json = stylecop.json |
| 19 | + EndProjectSection |
| 20 | +EndProject |
| 21 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{4C3E1C72-8977-4ABD-8360-A8707DBBA5AE}" |
| 22 | + ProjectSection(SolutionItems) = preProject |
| 23 | + build\azure-pipelines-ci.yaml = build\azure-pipelines-ci.yaml |
| 24 | + build\azure-pipelines-release.yaml = build\azure-pipelines-release.yaml |
| 25 | + EndProjectSection |
| 26 | +EndProject |
| 27 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DC2CDF77-88A9-490D-84ED-34832943104A}" |
| 28 | + ProjectSection(SolutionItems) = preProject |
| 29 | + tests\.editorconfig = tests\.editorconfig |
| 30 | + EndProjectSection |
| 31 | +EndProject |
| 32 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{3C20D95F-AB5F-44EC-8FB6-CB9827B7FD63}" |
| 33 | +EndProject |
| 34 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "design", "design", "{815BE8D0-C7D5-4B4E-82E0-DE29C11F258E}" |
| 35 | + ProjectSection(SolutionItems) = preProject |
| 36 | + docs\design\MQ1000.md = docs\design\MQ1000.md |
| 37 | + docs\design\MQ1001.md = docs\design\MQ1001.md |
| 38 | + EndProjectSection |
| 39 | +EndProject |
| 40 | +Global |
| 41 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 42 | + Debug|Any CPU = Debug|Any CPU |
| 43 | + Release|Any CPU = Release|Any CPU |
| 44 | + EndGlobalSection |
| 45 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 46 | + {DEE86A7E-8338-4C3D-822B-E8FB976D9905}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 47 | + {DEE86A7E-8338-4C3D-822B-E8FB976D9905}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 48 | + {DEE86A7E-8338-4C3D-822B-E8FB976D9905}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 49 | + {DEE86A7E-8338-4C3D-822B-E8FB976D9905}.Release|Any CPU.Build.0 = Release|Any CPU |
| 50 | + {1962BEF9-E6DF-4485-A113-E255C84177D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 51 | + {1962BEF9-E6DF-4485-A113-E255C84177D4}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 52 | + {1962BEF9-E6DF-4485-A113-E255C84177D4}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 53 | + {1962BEF9-E6DF-4485-A113-E255C84177D4}.Release|Any CPU.Build.0 = Release|Any CPU |
| 54 | + EndGlobalSection |
| 55 | + GlobalSection(SolutionProperties) = preSolution |
| 56 | + HideSolutionNode = FALSE |
| 57 | + EndGlobalSection |
| 58 | + GlobalSection(NestedProjects) = preSolution |
| 59 | + {4C3E1C72-8977-4ABD-8360-A8707DBBA5AE} = {1D59B801-B4D3-44FC-A2BE-F2F53AC54061} |
| 60 | + {DC2CDF77-88A9-490D-84ED-34832943104A} = {1D59B801-B4D3-44FC-A2BE-F2F53AC54061} |
| 61 | + {3C20D95F-AB5F-44EC-8FB6-CB9827B7FD63} = {1D59B801-B4D3-44FC-A2BE-F2F53AC54061} |
| 62 | + {815BE8D0-C7D5-4B4E-82E0-DE29C11F258E} = {3C20D95F-AB5F-44EC-8FB6-CB9827B7FD63} |
| 63 | + EndGlobalSection |
| 64 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 65 | + SolutionGuid = {3307E7F7-9CD7-4C12-B34A-943F5A8B62A4} |
| 66 | + EndGlobalSection |
| 67 | +EndGlobal |
0 commit comments