-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppManager.sln
More file actions
42 lines (42 loc) · 2.5 KB
/
AppManager.sln
File metadata and controls
42 lines (42 loc) · 2.5 KB
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
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11217.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppManager.Config", "Config\AppManager.Config.csproj", "{4BA7A811-1B79-4038-A772-097BA35B53F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppManager.Core", "Core\AppManager.Core.csproj", "{4344FB30-8276-4E37-9225-DE2B6C497BF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppManager", "AppManager\AppManager.csproj", "{36255CAE-6F01-43A8-95B0-36EF7DE1308E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppManager.Tests", "Tests\AppManager.Tests.csproj", "{8B5F1A2C-9D3E-4F7B-A8C5-6E2F4D1B9A7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BA7A811-1B79-4038-A772-097BA35B53F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BA7A811-1B79-4038-A772-097BA35B53F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BA7A811-1B79-4038-A772-097BA35B53F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BA7A811-1B79-4038-A772-097BA35B53F1}.Release|Any CPU.Build.0 = Release|Any CPU
{4344FB30-8276-4E37-9225-DE2B6C497BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4344FB30-8276-4E37-9225-DE2B6C497BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4344FB30-8276-4E37-9225-DE2B6C497BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4344FB30-8276-4E37-9225-DE2B6C497BF7}.Release|Any CPU.Build.0 = Release|Any CPU
{36255CAE-6F01-43A8-95B0-36EF7DE1308E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36255CAE-6F01-43A8-95B0-36EF7DE1308E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36255CAE-6F01-43A8-95B0-36EF7DE1308E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36255CAE-6F01-43A8-95B0-36EF7DE1308E}.Release|Any CPU.Build.0 = Release|Any CPU
{8B5F1A2C-9D3E-4F7B-A8C5-6E2F4D1B9A7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B5F1A2C-9D3E-4F7B-A8C5-6E2F4D1B9A7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B5F1A2C-9D3E-4F7B-A8C5-6E2F4D1B9A7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B5F1A2C-9D3E-4F7B-A8C5-6E2F4D1B9A7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B049FA07-4C7F-4833-B2E6-ABEB5D130A25}
EndGlobalSection
EndGlobal