-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadmeLinkVerifier.sln
43 lines (43 loc) · 2.66 KB
/
ReadmeLinkVerifier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadmeLinkVerifier", "ReadmeLinkVerifier\ReadmeLinkVerifier.csproj", "{B0469823-640A-4208-A1FA-311480FB698A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadmeLinkVerifier.UnitTests", "ReadmeLinkVerifier.UnitTests\ReadmeLinkVerifier.UnitTests.csproj", "{7491BA2A-B52A-4549-BD4A-B3B7C44D84AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadmeLinkVerifier.IntegrationTests", "ReadmeLinkVerifier.IntegrationTests\ReadmeLinkVerifier.IntegrationTests.csproj", "{0787DB01-3C88-48AC-AB00-0CDEC052F416}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReadmeLinkVerifierTool", "ReadmeLinkVerifierTool\ReadmeLinkVerifierTool.csproj", "{BA173F71-1052-4922-B3B0-3E4AFD777C90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0469823-640A-4208-A1FA-311480FB698A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0469823-640A-4208-A1FA-311480FB698A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0469823-640A-4208-A1FA-311480FB698A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0469823-640A-4208-A1FA-311480FB698A}.Release|Any CPU.Build.0 = Release|Any CPU
{7491BA2A-B52A-4549-BD4A-B3B7C44D84AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7491BA2A-B52A-4549-BD4A-B3B7C44D84AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7491BA2A-B52A-4549-BD4A-B3B7C44D84AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7491BA2A-B52A-4549-BD4A-B3B7C44D84AF}.Release|Any CPU.Build.0 = Release|Any CPU
{0787DB01-3C88-48AC-AB00-0CDEC052F416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0787DB01-3C88-48AC-AB00-0CDEC052F416}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0787DB01-3C88-48AC-AB00-0CDEC052F416}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0787DB01-3C88-48AC-AB00-0CDEC052F416}.Release|Any CPU.Build.0 = Release|Any CPU
{BA173F71-1052-4922-B3B0-3E4AFD777C90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA173F71-1052-4922-B3B0-3E4AFD777C90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA173F71-1052-4922-B3B0-3E4AFD777C90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA173F71-1052-4922-B3B0-3E4AFD777C90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {262AECA5-FFC0-4586-B622-D0DEE56867A6}
EndGlobalSection
EndGlobal