-
Notifications
You must be signed in to change notification settings - Fork 6
/
NETCoreWebJob.sln
31 lines (31 loc) · 1.59 KB
/
NETCoreWebJob.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NETCoreWebJob", "NETCoreWebJob\NETCoreWebJob.csproj", "{2B65EBAF-D2F8-415B-9EBB-5C080646C68B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NETCoreWebJob.Domain", "NETCoreWebJob.Domain\NETCoreWebJob.Domain.csproj", "{18FB90EC-6A07-47EF-820D-3E9E87C76A3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B65EBAF-D2F8-415B-9EBB-5C080646C68B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B65EBAF-D2F8-415B-9EBB-5C080646C68B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B65EBAF-D2F8-415B-9EBB-5C080646C68B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B65EBAF-D2F8-415B-9EBB-5C080646C68B}.Release|Any CPU.Build.0 = Release|Any CPU
{18FB90EC-6A07-47EF-820D-3E9E87C76A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18FB90EC-6A07-47EF-820D-3E9E87C76A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18FB90EC-6A07-47EF-820D-3E9E87C76A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18FB90EC-6A07-47EF-820D-3E9E87C76A3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {869EB42D-B97D-4312-B2E0-6C1E8A803511}
EndGlobalSection
EndGlobal