minor file updates

هذا الالتزام موجود في:
Chris Ayers
2023-10-31 09:29:47 -04:00
الأصل 8c0bfc0021
التزام 52b7423ece
2 ملفات معدلة مع 26 إضافات و1 حذوفات

عرض الملف

@@ -52,7 +52,7 @@ jobs:
# Reference a specific commit # Reference a specific commit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
# Reference the major version of a release # Reference the major version of a release
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4
# Reference a specific version # Reference a specific version
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4.1.1
# Reference a branch # Reference a branch

عرض الملف

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-sample", "dotnet-sample.csproj", "{9F64ACA8-AC68-4997-8BCB-9DDC42A84792}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C410A2A-5BA9-41BD-AFC4-220FD9EA110F}
EndGlobalSection
EndGlobal