-
Notifications
You must be signed in to change notification settings - Fork 6
/
System.IO.Abstractions.Analyzers.sln
28 lines (28 loc) · 1.86 KB
/
System.IO.Abstractions.Analyzers.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.IO.Abstractions.Analyzers", "System.IO.Abstractions.Analyzers\System.IO.Abstractions.Analyzers.csproj", "{220D98E4-533E-4A3D-82C5-02E8530FF698}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Roslyn.Testing", "Roslyn.Testing\Roslyn.Testing.csproj", "{129198CC-F00E-470E-B504-5EE8E38DE16C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.IO.Abstractions.Analyzers.Tests", "System.IO.Abstractions.Analyzers.Tests\System.IO.Abstractions.Analyzers.Tests.csproj", "{540281A9-1726-4C99-91DA-2EBD9FE78E34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{220D98E4-533E-4A3D-82C5-02E8530FF698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{220D98E4-533E-4A3D-82C5-02E8530FF698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{220D98E4-533E-4A3D-82C5-02E8530FF698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{220D98E4-533E-4A3D-82C5-02E8530FF698}.Release|Any CPU.Build.0 = Release|Any CPU
{129198CC-F00E-470E-B504-5EE8E38DE16C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{129198CC-F00E-470E-B504-5EE8E38DE16C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{129198CC-F00E-470E-B504-5EE8E38DE16C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{129198CC-F00E-470E-B504-5EE8E38DE16C}.Release|Any CPU.Build.0 = Release|Any CPU
{540281A9-1726-4C99-91DA-2EBD9FE78E34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{540281A9-1726-4C99-91DA-2EBD9FE78E34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{540281A9-1726-4C99-91DA-2EBD9FE78E34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{540281A9-1726-4C99-91DA-2EBD9FE78E34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal