-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExeAsService.sln
35 lines (35 loc) · 1.87 KB
/
ExeAsService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExeAsService", "ExeAsService.csproj", "{1F47A2AA-70E4-4F82-AAEB-DFAAA1FBD868}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autolaunch", "Autolaunch\Autolaunch.csproj", "{2949814C-5127-4E50-B4A2-F7385787B428}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Fast Startup Installer", "Fast Startup Installer\Fast Startup Installer.vdproj", "{2D022B4D-7FF9-4F93-83CF-2E2CC9C3135B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F47A2AA-70E4-4F82-AAEB-DFAAA1FBD868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F47A2AA-70E4-4F82-AAEB-DFAAA1FBD868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F47A2AA-70E4-4F82-AAEB-DFAAA1FBD868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F47A2AA-70E4-4F82-AAEB-DFAAA1FBD868}.Release|Any CPU.Build.0 = Release|Any CPU
{2949814C-5127-4E50-B4A2-F7385787B428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2949814C-5127-4E50-B4A2-F7385787B428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2949814C-5127-4E50-B4A2-F7385787B428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2949814C-5127-4E50-B4A2-F7385787B428}.Release|Any CPU.Build.0 = Release|Any CPU
{2D022B4D-7FF9-4F93-83CF-2E2CC9C3135B}.Debug|Any CPU.ActiveCfg = Debug
{2D022B4D-7FF9-4F93-83CF-2E2CC9C3135B}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {267876B8-B620-4DB0-BA4F-B6C355776526}
EndGlobalSection
EndGlobal