forked from jcoutch/NCrontab-Advanced
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNCrontab.Advanced.sln
More file actions
39 lines (39 loc) · 1.89 KB
/
NCrontab.Advanced.sln
File metadata and controls
39 lines (39 loc) · 1.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NCrontab.Advanced", "NCrontab.Advanced\NCrontab.Advanced.csproj", "{D56BC51A-E8F9-4911-8C4C-EAB2763699CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NCrontab.Advanced.Tests", "NCrontab.Advanced.Tests\NCrontab.Advanced.Tests.csproj", "{CCAD3304-0882-4244-8F66-1890126AC5C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{A4AC8C8C-BB8C-4904-95CE-F15183D24EF6}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
COPYING.txt = COPYING.txt
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
{D56BC51A-E8F9-4911-8C4C-EAB2763699CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D56BC51A-E8F9-4911-8C4C-EAB2763699CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D56BC51A-E8F9-4911-8C4C-EAB2763699CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D56BC51A-E8F9-4911-8C4C-EAB2763699CD}.Release|Any CPU.Build.0 = Release|Any CPU
{CCAD3304-0882-4244-8F66-1890126AC5C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCAD3304-0882-4244-8F66-1890126AC5C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCAD3304-0882-4244-8F66-1890126AC5C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCAD3304-0882-4244-8F66-1890126AC5C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB8503DB-B7F2-4771-B766-4453A59C29CB}
EndGlobalSection
EndGlobal