-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathNCronJob.slnx
More file actions
29 lines (29 loc) · 988 Bytes
/
Copy pathNCronJob.slnx
File metadata and controls
29 lines (29 loc) · 988 Bytes
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
<Solution>
<Folder Name="/.items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
</Folder>
<Folder Name="/.text/">
<File Path="CHANGELOG.md" />
<File Path="README.md" />
</Folder>
<Folder Name="/.workflows/">
<File Path=".github/workflows/codeql.yml" />
<File Path=".github/workflows/create-release.yml" />
<File Path=".github/workflows/docs.yml" />
<File Path=".github/workflows/dotnet.yml" />
</Folder>
<Folder Name="/sample/">
<Project Path="sample/MinimalSample/MinimalSample.csproj" />
<Project Path="sample/NCronJobSample/NCronJobSample.csproj" />
<Project Path="sample/RunOnceSample/RunOnceSample.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/NCronJob/NCronJob.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/NCronJob.Tests/NCronJob.Tests.csproj" />
</Folder>
</Solution>