-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcrontab.sln
More file actions
49 lines (49 loc) · 2.46 KB
/
crontab.sln
File metadata and controls
49 lines (49 loc) · 2.46 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
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B7A6F3B1-5A1F-481F-AF8D-E27BF73D5A49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{506B9CDF-EED7-4D70-9B61-F07DDDB55D2C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{E031B909-90C6-4C57-9090-DC23571A6E9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yisoft.AspNetCore.Crontab", "src\Yisoft.AspNetCore.Crontab\Yisoft.AspNetCore.Crontab.csproj", "{01664723-F9D1-41AB-A0C1-F0EFBF5B03C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrontabSample.WebApp", "sample\CrontabSample.WebApp\CrontabSample.WebApp.csproj", "{A9AD5A7F-99DE-4AB9-8FF7-19A6377C7709}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01664723-F9D1-41AB-A0C1-F0EFBF5B03C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01664723-F9D1-41AB-A0C1-F0EFBF5B03C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01664723-F9D1-41AB-A0C1-F0EFBF5B03C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01664723-F9D1-41AB-A0C1-F0EFBF5B03C7}.Release|Any CPU.Build.0 = Release|Any CPU
{A9AD5A7F-99DE-4AB9-8FF7-19A6377C7709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9AD5A7F-99DE-4AB9-8FF7-19A6377C7709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9AD5A7F-99DE-4AB9-8FF7-19A6377C7709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9AD5A7F-99DE-4AB9-8FF7-19A6377C7709}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01664723-F9D1-41AB-A0C1-F0EFBF5B03C7} = {B7A6F3B1-5A1F-481F-AF8D-E27BF73D5A49}
{A9AD5A7F-99DE-4AB9-8FF7-19A6377C7709} = {E031B909-90C6-4C57-9090-DC23571A6E9B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_AutoCreateNewLanguageFiles = True
RESX_ResXSortingComparison = InvariantCultureIgnoreCase
RESX_SortFileContentOnSave = True
EndGlobalSection
EndGlobal