-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
RunAsAdmin.sln
32 lines (32 loc) · 1.42 KB
/
RunAsAdmin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34FFEFE9-DE5F-45DF-A277-B92ED6A1C66F}"
ProjectSection(SolutionItems) = preProject
publish-manifest.json = publish-manifest.json
README.md = README.md
.github\workflows\workflow.yml = .github\workflows\workflow.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunAsAdmin", "RunAsAdmin\RunAsAdmin.csproj", "{62B3201D-A451-4A9E-B956-E44AD7152787}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62B3201D-A451-4A9E-B956-E44AD7152787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62B3201D-A451-4A9E-B956-E44AD7152787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62B3201D-A451-4A9E-B956-E44AD7152787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62B3201D-A451-4A9E-B956-E44AD7152787}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB591417-1FC2-47CF-BF21-7B186833A479}
EndGlobalSection
EndGlobal