forked from ulex/ZenSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZenSharp.sln
45 lines (45 loc) · 2.4 KB
/
ZenSharp.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.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "ZenSharp.Core", "ZenSharp.Core\ZenSharp.Core.nproj", "{EFA574E2-DE9C-4017-BB5C-8FC4CD8D5E80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZenSharp.Core.Tests", "ZenSharp.Core\ZenSharp.Core.Tests\ZenSharp.Core.Tests.csproj", "{1390A507-A540-4FCD-B2F5-5455D21F35F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DAADCB1B-EC51-4030-A54B-C037312AC013}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7D63C907-EF8D-43B0-B94A-18A316C8D6C0}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
buildNuPack.ps1 = buildNuPack.ps1
ZenSharp.nuspec = ZenSharp.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZenSharp.Integration", "ZenSharp.Integration\ZenSharp.Integration.csproj", "{0F533A6E-E130-11E4-88A7-74D435B9EFD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFA574E2-DE9C-4017-BB5C-8FC4CD8D5E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFA574E2-DE9C-4017-BB5C-8FC4CD8D5E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFA574E2-DE9C-4017-BB5C-8FC4CD8D5E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFA574E2-DE9C-4017-BB5C-8FC4CD8D5E80}.Release|Any CPU.Build.0 = Release|Any CPU
{1390A507-A540-4FCD-B2F5-5455D21F35F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1390A507-A540-4FCD-B2F5-5455D21F35F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1390A507-A540-4FCD-B2F5-5455D21F35F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F533A6E-E130-11E4-88A7-74D435B9EFD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F533A6E-E130-11E4-88A7-74D435B9EFD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F533A6E-E130-11E4-88A7-74D435B9EFD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F533A6E-E130-11E4-88A7-74D435B9EFD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {749E95FE-73F6-40C5-8C5F-D462882FEEB7}
EndGlobalSection
EndGlobal