-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCodacy.CSharp.sln
23 lines (23 loc) · 1.26 KB
/
Codacy.CSharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analyzer", "src\Analyzer\Analyzer.csproj", "{01A7D773-C70A-4790-96AF-F25E19F25006}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocsGenerator", "src\DocsGenerator\DocsGenerator.csproj", "{2142898A-040E-4AAC-A8CE-CF9869FB388B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01A7D773-C70A-4790-96AF-F25E19F25006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01A7D773-C70A-4790-96AF-F25E19F25006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01A7D773-C70A-4790-96AF-F25E19F25006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01A7D773-C70A-4790-96AF-F25E19F25006}.Release|Any CPU.Build.0 = Release|Any CPU
{2142898A-040E-4AAC-A8CE-CF9869FB388B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2142898A-040E-4AAC-A8CE-CF9869FB388B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2142898A-040E-4AAC-A8CE-CF9869FB388B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2142898A-040E-4AAC-A8CE-CF9869FB388B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal