-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAuraScheduler.sln
61 lines (61 loc) · 3.23 KB
/
AuraScheduler.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuraScheduler.Worker", "AuraScheduler.Worker\AuraScheduler.Worker.csproj", "{134FCF87-6773-4EB9-8B46-04762EF08938}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuraScheduler.Worker.Tests", "AuraScheduler.Worker.Tests\AuraScheduler.Worker.Tests.csproj", "{F0293A12-638A-40C9-9165-261DD92B36F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{AC9AB885-2573-4EB7-B78A-BC0AC4E0F559}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
InstallerSandbox.wsb = InstallerSandbox.wsb
InstallerSandboxStart.cmd = InstallerSandboxStart.cmd
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Setup", "Setup\Setup.wixproj", "{A06C8C3D-52B6-4265-96F8-1C61EB9BC9DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuraScheduler.UI", "AuraScheduler.UI\AuraScheduler.UI.csproj", "{9C45A10E-7618-46E2-A273-992B2315CA99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{DF13FA0D-6301-41B9-8C1D-922047FB097E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D4A0CA6D-294D-4D6E-82A4-CACB2268B76E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{134FCF87-6773-4EB9-8B46-04762EF08938}.Debug|x64.ActiveCfg = Debug|x64
{134FCF87-6773-4EB9-8B46-04762EF08938}.Debug|x64.Build.0 = Debug|x64
{134FCF87-6773-4EB9-8B46-04762EF08938}.Release|x64.ActiveCfg = Release|x64
{134FCF87-6773-4EB9-8B46-04762EF08938}.Release|x64.Build.0 = Release|x64
{F0293A12-638A-40C9-9165-261DD92B36F3}.Debug|x64.ActiveCfg = Debug|x64
{F0293A12-638A-40C9-9165-261DD92B36F3}.Debug|x64.Build.0 = Debug|x64
{F0293A12-638A-40C9-9165-261DD92B36F3}.Release|x64.ActiveCfg = Release|x64
{F0293A12-638A-40C9-9165-261DD92B36F3}.Release|x64.Build.0 = Release|x64
{A06C8C3D-52B6-4265-96F8-1C61EB9BC9DE}.Debug|x64.ActiveCfg = Debug|x64
{A06C8C3D-52B6-4265-96F8-1C61EB9BC9DE}.Release|x64.ActiveCfg = Release|x64
{A06C8C3D-52B6-4265-96F8-1C61EB9BC9DE}.Release|x64.Build.0 = Release|x64
{9C45A10E-7618-46E2-A273-992B2315CA99}.Debug|x64.ActiveCfg = Debug|x64
{9C45A10E-7618-46E2-A273-992B2315CA99}.Debug|x64.Build.0 = Debug|x64
{9C45A10E-7618-46E2-A273-992B2315CA99}.Release|x64.ActiveCfg = Release|x64
{9C45A10E-7618-46E2-A273-992B2315CA99}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4A0CA6D-294D-4D6E-82A4-CACB2268B76E} = {DF13FA0D-6301-41B9-8C1D-922047FB097E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDC4F8D3-6A38-411E-A07D-066ED73EAC29}
EndGlobalSection
EndGlobal