42 lines
2.5 KiB
Text
42 lines
2.5 KiB
Text
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
# Visual Studio Version 17
|
|||
|
VisualStudioVersion = 17.0.31903.59
|
|||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{53A44CCA-C5C6-4D98-91B8-D331D68BF7B0}"
|
|||
|
EndProject
|
|||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubActionsDemo.Api", "src\GitHubActionsDemo.Api\GitHubActionsDemo.Api.csproj", "{E3C34F79-B74E-44A4-99F0-B0B3C2D7CCB2}"
|
|||
|
EndProject
|
|||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubActionsDemo.Service", "src\GitHubActionsDemo.Service\GitHubActionsDemo.Service.csproj", "{F6807FFB-3C0D-4F84-8803-8ECAFD72EF76}"
|
|||
|
EndProject
|
|||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubActionsDemo.Persistance", "src\GitHubActionsDemo.Persistance\GitHubActionsDemo.Persistance.csproj", "{339301B3-E9BD-45D1-B6A9-94F41367DF16}"
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
Release|Any CPU = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{E3C34F79-B74E-44A4-99F0-B0B3C2D7CCB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{E3C34F79-B74E-44A4-99F0-B0B3C2D7CCB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{E3C34F79-B74E-44A4-99F0-B0B3C2D7CCB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{E3C34F79-B74E-44A4-99F0-B0B3C2D7CCB2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
{F6807FFB-3C0D-4F84-8803-8ECAFD72EF76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{F6807FFB-3C0D-4F84-8803-8ECAFD72EF76}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{F6807FFB-3C0D-4F84-8803-8ECAFD72EF76}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{F6807FFB-3C0D-4F84-8803-8ECAFD72EF76}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
{339301B3-E9BD-45D1-B6A9-94F41367DF16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{339301B3-E9BD-45D1-B6A9-94F41367DF16}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{339301B3-E9BD-45D1-B6A9-94F41367DF16}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{339301B3-E9BD-45D1-B6A9-94F41367DF16}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(NestedProjects) = preSolution
|
|||
|
{E3C34F79-B74E-44A4-99F0-B0B3C2D7CCB2} = {53A44CCA-C5C6-4D98-91B8-D331D68BF7B0}
|
|||
|
{F6807FFB-3C0D-4F84-8803-8ECAFD72EF76} = {53A44CCA-C5C6-4D98-91B8-D331D68BF7B0}
|
|||
|
{339301B3-E9BD-45D1-B6A9-94F41367DF16} = {53A44CCA-C5C6-4D98-91B8-D331D68BF7B0}
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|