From 4be0bdf637fe9805ec36bafb16f6415c48d3ba86 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 13 Feb 2023 22:44:17 +0100 Subject: [PATCH] Update solution items --- Pal.sln | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Pal.sln b/Pal.sln index e980846..c019bbb 100644 --- a/Pal.sln +++ b/Pal.sln @@ -12,14 +12,18 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{753F1752-AB41-4908-8359-C5809A79E5E7}" ProjectSection(SolutionItems) = preProject Dockerfile = Dockerfile - .github\workflows\build.yml = .github\workflows\build.yml README.md = README.md - .github\workflows\server.yml = .github\workflows\server.yml - .github\workflows\upload-crowdin.yml = .github\workflows\upload-crowdin.yml EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommons", "vendor\ECommons\ECommons\ECommons.csproj", "{D0B37096-5BC3-41B0-8D81-203CBA3932B0}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github-workflows", "github-workflows", "{FEE47161-1F89-4D70-A2CA-2A1B92D43B1F}" + ProjectSection(SolutionItems) = preProject + .github\workflows\build.yml = .github\workflows\build.yml + .github\workflows\server.yml = .github\workflows\server.yml + .github\workflows\upload-crowdin.yml = .github\workflows\upload-crowdin.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -64,6 +68,9 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {FEE47161-1F89-4D70-A2CA-2A1B92D43B1F} = {753F1752-AB41-4908-8359-C5809A79E5E7} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {EC5A100E-8143-4C3E-BE54-C62E507771E2} EndGlobalSection