-
Notifications
You must be signed in to change notification settings - Fork 92
/
Sigil.sln
55 lines (55 loc) · 2.61 KB
/
Sigil.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
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SigilTests", "tests\SigilTests\SigilTests.csproj", "{53266E21-FEBB-4155-9937-75B909134D5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B252003-1909-4EA3-8BD9-2D20341F9143}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE.txt = LICENSE.txt
NuGet.Config = NuGet.Config
README.markdown = README.markdown
Sigil.snk = Sigil.snk
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sigil", "src\Sigil\Sigil.csproj", "{86B7204B-A776-4414-B592-F96318E77818}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4F746F5E-38B4-4519-A7EB-83D6B546972D}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A15EB1CA-8E4E-40FA-A084-647F82E6DAE7}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53266E21-FEBB-4155-9937-75B909134D5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53266E21-FEBB-4155-9937-75B909134D5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53266E21-FEBB-4155-9937-75B909134D5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53266E21-FEBB-4155-9937-75B909134D5E}.Release|Any CPU.Build.0 = Release|Any CPU
{86B7204B-A776-4414-B592-F96318E77818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86B7204B-A776-4414-B592-F96318E77818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86B7204B-A776-4414-B592-F96318E77818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86B7204B-A776-4414-B592-F96318E77818}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{53266E21-FEBB-4155-9937-75B909134D5E} = {A15EB1CA-8E4E-40FA-A084-647F82E6DAE7}
{86B7204B-A776-4414-B592-F96318E77818} = {4F746F5E-38B4-4519-A7EB-83D6B546972D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6063DA5B-B74E-4E3A-948E-A7EBCBD0675C}
EndGlobalSection
EndGlobal