-
Notifications
You must be signed in to change notification settings - Fork 2
/
PocketToKindle.sln
43 lines (43 loc) · 2.42 KB
/
PocketToKindle.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 Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{862FC2EE-7657-40A1-AD7E-2D4E9FC09A3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parsers", "Parsers\Parsers.csproj", "{7689AAA5-028E-44FD-9FD0-2BE64FE18288}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{7F4D52C3-7AF6-4B0A-86EC-37ECF442DD2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{2A9183ED-F537-4D1E-AFB8-9733D00DB092}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{862FC2EE-7657-40A1-AD7E-2D4E9FC09A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{862FC2EE-7657-40A1-AD7E-2D4E9FC09A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{862FC2EE-7657-40A1-AD7E-2D4E9FC09A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{862FC2EE-7657-40A1-AD7E-2D4E9FC09A3B}.Release|Any CPU.Build.0 = Release|Any CPU
{7689AAA5-028E-44FD-9FD0-2BE64FE18288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7689AAA5-028E-44FD-9FD0-2BE64FE18288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7689AAA5-028E-44FD-9FD0-2BE64FE18288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7689AAA5-028E-44FD-9FD0-2BE64FE18288}.Release|Any CPU.Build.0 = Release|Any CPU
{7F4D52C3-7AF6-4B0A-86EC-37ECF442DD2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F4D52C3-7AF6-4B0A-86EC-37ECF442DD2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F4D52C3-7AF6-4B0A-86EC-37ECF442DD2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F4D52C3-7AF6-4B0A-86EC-37ECF442DD2E}.Release|Any CPU.Build.0 = Release|Any CPU
{2A9183ED-F537-4D1E-AFB8-9733D00DB092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A9183ED-F537-4D1E-AFB8-9733D00DB092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A9183ED-F537-4D1E-AFB8-9733D00DB092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A9183ED-F537-4D1E-AFB8-9733D00DB092}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A4A6D86-A712-48F3-955E-7A8475762AC8}
EndGlobalSection
EndGlobal