-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWindowExplorer.sln
More file actions
48 lines (48 loc) · 2.82 KB
/
Copy pathWindowExplorer.sln
File metadata and controls
48 lines (48 loc) · 2.82 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
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "tests\IntegrationTests\IntegrationTests.csproj", "{64C4DAFC-6E65-4FC8-874C-94854EE0ECBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "src\Infrastructure\Infrastructure.csproj", "{DCA38D81-B839-42A3-8F43-250E27DC00E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationCore", "src\ApplicationCore\ApplicationCore.csproj", "{9A1600F7-1A6F-4D14-A2A7-23B1B7A7C029}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5AFE7A09-F2A6-4F11-AC8B-102E4CCA074E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowExplorer", "src\WindowExplorer\WindowExplorer.csproj", "{70B9C5D1-602B-4AF7-ADDA-154AAF2371B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64C4DAFC-6E65-4FC8-874C-94854EE0ECBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64C4DAFC-6E65-4FC8-874C-94854EE0ECBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64C4DAFC-6E65-4FC8-874C-94854EE0ECBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64C4DAFC-6E65-4FC8-874C-94854EE0ECBF}.Release|Any CPU.Build.0 = Release|Any CPU
{DCA38D81-B839-42A3-8F43-250E27DC00E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCA38D81-B839-42A3-8F43-250E27DC00E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCA38D81-B839-42A3-8F43-250E27DC00E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCA38D81-B839-42A3-8F43-250E27DC00E2}.Release|Any CPU.Build.0 = Release|Any CPU
{9A1600F7-1A6F-4D14-A2A7-23B1B7A7C029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A1600F7-1A6F-4D14-A2A7-23B1B7A7C029}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A1600F7-1A6F-4D14-A2A7-23B1B7A7C029}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A1600F7-1A6F-4D14-A2A7-23B1B7A7C029}.Release|Any CPU.Build.0 = Release|Any CPU
{70B9C5D1-602B-4AF7-ADDA-154AAF2371B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70B9C5D1-602B-4AF7-ADDA-154AAF2371B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70B9C5D1-602B-4AF7-ADDA-154AAF2371B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70B9C5D1-602B-4AF7-ADDA-154AAF2371B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64C4DAFC-6E65-4FC8-874C-94854EE0ECBF} = {5AFE7A09-F2A6-4F11-AC8B-102E4CCA074E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E14EE5DA-528E-4366-875C-1097478FCCA5}
EndGlobalSection
EndGlobal