-
Notifications
You must be signed in to change notification settings - Fork 0
/
WikipediaExtractor.sln
42 lines (42 loc) · 2.31 KB
/
WikipediaExtractor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68DC563D-29E2-4133-8B31-95774928BE37}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WikipediaExtractor", "WikipediaExtractor\WikipediaExtractor.csproj", "{8628D047-6ECE-4229-AB15-742CF2253CF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WikipediaExtractor.Tests", "WikipediaExtractor.Tests\WikipediaExtractor.Tests.csproj", "{569F0BA5-1D6D-4014-AF34-DB7161C662C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTest", "ConsoleTest\ConsoleTest.csproj", "{7E34128F-39D0-413D-B518-A2FC5E5E1D39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8628D047-6ECE-4229-AB15-742CF2253CF3}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{8628D047-6ECE-4229-AB15-742CF2253CF3}.Debug|Any CPU.Build.0 = Release|Any CPU
{8628D047-6ECE-4229-AB15-742CF2253CF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8628D047-6ECE-4229-AB15-742CF2253CF3}.Release|Any CPU.Build.0 = Release|Any CPU
{569F0BA5-1D6D-4014-AF34-DB7161C662C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{569F0BA5-1D6D-4014-AF34-DB7161C662C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{569F0BA5-1D6D-4014-AF34-DB7161C662C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{569F0BA5-1D6D-4014-AF34-DB7161C662C6}.Release|Any CPU.Build.0 = Release|Any CPU
{7E34128F-39D0-413D-B518-A2FC5E5E1D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E34128F-39D0-413D-B518-A2FC5E5E1D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E34128F-39D0-413D-B518-A2FC5E5E1D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E34128F-39D0-413D-B518-A2FC5E5E1D39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50369ECE-C160-412D-86B1-046401E061BD}
EndGlobalSection
EndGlobal