This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeeTurbo.sln
35 lines (35 loc) · 1.73 KB
/
BeeTurbo.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D24883E6-EC9D-48F5-9977-AFDC9900EA80}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
nuget.config = nuget.config
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeeTurbo", "src\BeeTurbo\BeeTurbo.csproj", "{41265068-0289-4718-A0C0-7BE6D0E7EC34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BC8B908F-0A65-4E3D-BD12-1F38C87BBC43}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{8AC33738-1D77-4D8C-AF20-2BB2FA69D024}"
ProjectSection(SolutionItems) = preProject
.github\workflows\unstable-release.yml = .github\workflows\unstable-release.yml
.github\workflows\stable-release.yml = .github\workflows\stable-release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41265068-0289-4718-A0C0-7BE6D0E7EC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41265068-0289-4718-A0C0-7BE6D0E7EC34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41265068-0289-4718-A0C0-7BE6D0E7EC34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41265068-0289-4718-A0C0-7BE6D0E7EC34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{41265068-0289-4718-A0C0-7BE6D0E7EC34} = {BC8B908F-0A65-4E3D-BD12-1F38C87BBC43}
{8AC33738-1D77-4D8C-AF20-2BB2FA69D024} = {D24883E6-EC9D-48F5-9977-AFDC9900EA80}
EndGlobalSection
EndGlobal