-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGithub-Actions.Experiment.sln
42 lines (42 loc) · 2.44 KB
/
Github-Actions.Experiment.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build-Test-Package-Deploy", "Build-Test-Package-Deploy\Build-Test-Package-Deploy.csproj", "{B179D9B3-116B-4A28-BD55-7AA113437F80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build-Test-Package-Deploy.Tests", "Build-Test-Package-Deploy.Tests\Build-Test-Package-Deploy.Tests.csproj", "{BEB2FB16-BF07-4BC3-878B-2D2377D2CC73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build-Test-Package-Deploy-Dependent", "Build-Test-Package-Deploy-Dependent\Build-Test-Package-Deploy-Dependent.csproj", "{48A7D7CC-A65D-455C-8121-7A9833D4D84F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{477298C7-C6EC-4743-AC0B-B838F6AD64AF}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B179D9B3-116B-4A28-BD55-7AA113437F80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B179D9B3-116B-4A28-BD55-7AA113437F80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B179D9B3-116B-4A28-BD55-7AA113437F80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B179D9B3-116B-4A28-BD55-7AA113437F80}.Release|Any CPU.Build.0 = Release|Any CPU
{BEB2FB16-BF07-4BC3-878B-2D2377D2CC73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEB2FB16-BF07-4BC3-878B-2D2377D2CC73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEB2FB16-BF07-4BC3-878B-2D2377D2CC73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB2FB16-BF07-4BC3-878B-2D2377D2CC73}.Release|Any CPU.Build.0 = Release|Any CPU
{48A7D7CC-A65D-455C-8121-7A9833D4D84F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48A7D7CC-A65D-455C-8121-7A9833D4D84F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48A7D7CC-A65D-455C-8121-7A9833D4D84F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48A7D7CC-A65D-455C-8121-7A9833D4D84F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66FDBD26-487A-4712-8B76-BAB65F6BC522}
EndGlobalSection
EndGlobal