-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWikiExport.sln
45 lines (45 loc) · 2.42 KB
/
WikiExport.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30802.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WikiExport", "src\WikiExport\WikiExport.csproj", "{30161753-5442-45DA-AF8F-9AB0F2F722C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WikiExport.Core", "src\WikiExport.Core\WikiExport.Core.csproj", "{ED56E9A1-0911-4A24-A774-DA47B2F55CA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WikiExport.Core.Test", "src\WikiExport.Core.Test\WikiExport.Core.Test.csproj", "{577EE972-187E-45DE-9B34-63138352F5C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{61E40F26-59E0-4B9F-A281-33E44C7F8CFF}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yaml = azure-pipelines.yaml
coverlet.runsettings = coverlet.runsettings
gitversion.yml = gitversion.yml
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30161753-5442-45DA-AF8F-9AB0F2F722C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30161753-5442-45DA-AF8F-9AB0F2F722C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30161753-5442-45DA-AF8F-9AB0F2F722C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30161753-5442-45DA-AF8F-9AB0F2F722C4}.Release|Any CPU.Build.0 = Release|Any CPU
{ED56E9A1-0911-4A24-A774-DA47B2F55CA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED56E9A1-0911-4A24-A774-DA47B2F55CA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED56E9A1-0911-4A24-A774-DA47B2F55CA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED56E9A1-0911-4A24-A774-DA47B2F55CA7}.Release|Any CPU.Build.0 = Release|Any CPU
{577EE972-187E-45DE-9B34-63138352F5C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{577EE972-187E-45DE-9B34-63138352F5C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{577EE972-187E-45DE-9B34-63138352F5C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{577EE972-187E-45DE-9B34-63138352F5C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {481A4331-0FE7-4279-8550-A54066561E53}
EndGlobalSection
EndGlobal