-
Notifications
You must be signed in to change notification settings - Fork 0
/
Eknowledger.Language.Xpress.sln
45 lines (45 loc) · 2.19 KB
/
Eknowledger.Language.Xpress.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eknowledger.Language.Xpress", "src\Eknowledger.Language.Xpress\Eknowledger.Language.Xpress.csproj", "{371BE057-8F01-4351-BB13-EB6F369D23D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eknowledger.Language.Xpress.Test", "src\Eknowledger.Language.Xpress.Test\Eknowledger.Language.Xpress.Test.csproj", "{FC2367C4-52CD-465B-BAF6-FF212F55E8C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{51CD808B-41A2-47F0-A1C1-968777C2A301}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
debug.ps1 = debug.ps1
release.ps1 = release.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D29E8F5-80BF-4809-A05E-737D00A95CD9}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{371BE057-8F01-4351-BB13-EB6F369D23D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{371BE057-8F01-4351-BB13-EB6F369D23D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{371BE057-8F01-4351-BB13-EB6F369D23D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{371BE057-8F01-4351-BB13-EB6F369D23D8}.Release|Any CPU.Build.0 = Release|Any CPU
{FC2367C4-52CD-465B-BAF6-FF212F55E8C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC2367C4-52CD-465B-BAF6-FF212F55E8C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC2367C4-52CD-465B-BAF6-FF212F55E8C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC2367C4-52CD-465B-BAF6-FF212F55E8C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97CE3E89-FAFE-4223-A22E-009B17A3D9FE}
EndGlobalSection
EndGlobal