-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Epub.sln
38 lines (38 loc) · 1.84 KB
/
Epub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Epub", "src\Epub\Epub.csproj", "{2ADB3D1D-C27B-45B9-9CCA-6EFE62EA64AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9FFE16B5-C478-4B9A-91F2-660C990732AF}"
ProjectSection(SolutionItems) = preProject
src\Directory.props = src\Directory.props
src\Directory.targets = src\Directory.targets
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.csproj", "{73C16DA3-85DF-414E-9FC2-67451B260FAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2ADB3D1D-C27B-45B9-9CCA-6EFE62EA64AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ADB3D1D-C27B-45B9-9CCA-6EFE62EA64AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ADB3D1D-C27B-45B9-9CCA-6EFE62EA64AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ADB3D1D-C27B-45B9-9CCA-6EFE62EA64AF}.Release|Any CPU.Build.0 = Release|Any CPU
{73C16DA3-85DF-414E-9FC2-67451B260FAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C16DA3-85DF-414E-9FC2-67451B260FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C16DA3-85DF-414E-9FC2-67451B260FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C16DA3-85DF-414E-9FC2-67451B260FAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDA3A126-CFA8-46C0-9F74-A4FC8757E8C4}
EndGlobalSection
EndGlobal