-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNovelParser.sln
More file actions
49 lines (49 loc) · 3.06 KB
/
NovelParser.sln
File metadata and controls
49 lines (49 loc) · 3.06 KB
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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NovelParserBLL", "NovelParserBLL\NovelParserBLL.csproj", "{B8763F51-B8B7-46A6-944E-FFD7EA7BF5FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NovelParserWPF", "NovelParserWPF\NovelParserWPF.csproj", "{70FA83F8-716E-4A9A-BEC1-6CA4B6457409}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NovelParserBLLTests", "NovelParserBLLTests\NovelParserBLLTests.csproj", "{77CC6381-193E-4EEB-8CAC-9C2CB5B1AB63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleUsingPDFFileGenerator", "ExampleUsingPDFFileGenerator\ExampleUsingPDFFileGenerator.csproj", "{9859CE98-B647-41A1-86DA-91505E03F62B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HTMLQuestPDF", "HTMLQuestPDF\HTMLQuestPDF.csproj", "{4A990109-E829-46A3-8559-F8DE7771BE4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8763F51-B8B7-46A6-944E-FFD7EA7BF5FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8763F51-B8B7-46A6-944E-FFD7EA7BF5FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8763F51-B8B7-46A6-944E-FFD7EA7BF5FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8763F51-B8B7-46A6-944E-FFD7EA7BF5FD}.Release|Any CPU.Build.0 = Release|Any CPU
{70FA83F8-716E-4A9A-BEC1-6CA4B6457409}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70FA83F8-716E-4A9A-BEC1-6CA4B6457409}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70FA83F8-716E-4A9A-BEC1-6CA4B6457409}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70FA83F8-716E-4A9A-BEC1-6CA4B6457409}.Release|Any CPU.Build.0 = Release|Any CPU
{77CC6381-193E-4EEB-8CAC-9C2CB5B1AB63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77CC6381-193E-4EEB-8CAC-9C2CB5B1AB63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77CC6381-193E-4EEB-8CAC-9C2CB5B1AB63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77CC6381-193E-4EEB-8CAC-9C2CB5B1AB63}.Release|Any CPU.Build.0 = Release|Any CPU
{9859CE98-B647-41A1-86DA-91505E03F62B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9859CE98-B647-41A1-86DA-91505E03F62B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9859CE98-B647-41A1-86DA-91505E03F62B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9859CE98-B647-41A1-86DA-91505E03F62B}.Release|Any CPU.Build.0 = Release|Any CPU
{4A990109-E829-46A3-8559-F8DE7771BE4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A990109-E829-46A3-8559-F8DE7771BE4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A990109-E829-46A3-8559-F8DE7771BE4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A990109-E829-46A3-8559-F8DE7771BE4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF62D0A7-2AB7-4CA8-AE58-C627BED86B01}
EndGlobalSection
EndGlobal