-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSino.JobExecutor.sln
More file actions
46 lines (46 loc) · 2.31 KB
/
Sino.JobExecutor.sln
File metadata and controls
46 lines (46 loc) · 2.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1022
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{472C2FE7-CC3D-4459-B7B9-862A0541762A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{58158337-B25E-4588-9EEF-2680E0AE37EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".global", ".global", "{EAB4F267-9AA9-4147-BD71-E046686674BF}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sino.JobExecutor", "src\Sino.JobExecutor\Sino.JobExecutor.csproj", "{857B4385-9C3B-46D4-A326-7A4B58D60FD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JobExecutorUnitTest", "test\JobExecutorUnitTest\JobExecutorUnitTest.csproj", "{1040A65C-0D9E-4AEB-AD8D-88B8C5015A22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{857B4385-9C3B-46D4-A326-7A4B58D60FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{857B4385-9C3B-46D4-A326-7A4B58D60FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{857B4385-9C3B-46D4-A326-7A4B58D60FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{857B4385-9C3B-46D4-A326-7A4B58D60FD1}.Release|Any CPU.Build.0 = Release|Any CPU
{1040A65C-0D9E-4AEB-AD8D-88B8C5015A22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1040A65C-0D9E-4AEB-AD8D-88B8C5015A22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1040A65C-0D9E-4AEB-AD8D-88B8C5015A22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1040A65C-0D9E-4AEB-AD8D-88B8C5015A22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{857B4385-9C3B-46D4-A326-7A4B58D60FD1} = {472C2FE7-CC3D-4459-B7B9-862A0541762A}
{1040A65C-0D9E-4AEB-AD8D-88B8C5015A22} = {58158337-B25E-4588-9EEF-2680E0AE37EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2F44881-91F4-4D23-9C28-D7A7045EBF08}
EndGlobalSection
EndGlobal