forked from kevin-montrose/Sigil
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Sigil.sln
42 lines (42 loc) · 1.94 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B252003-1909-4EA3-8BD9-2D20341F9143}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
global.json = global.json
LICENSE.txt = LICENSE.txt
NuGet-README.md = NuGet-README.md
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SigilTests", "SigilTests\SigilTests.csproj", "{53266E21-FEBB-4155-9937-75B909134D5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sigil", "Sigil\Sigil.csproj", "{3F959AB7-A1C2-41DA-A1F3-981EA89A0067}"
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
{3F959AB7-A1C2-41DA-A1F3-981EA89A0067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F959AB7-A1C2-41DA-A1F3-981EA89A0067}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F959AB7-A1C2-41DA-A1F3-981EA89A0067}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F959AB7-A1C2-41DA-A1F3-981EA89A0067}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F54B55B1-BB58-41FB-9310-485B788DF8DC}
EndGlobalSection
EndGlobal