-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoAdapter.Reflection.sln
More file actions
44 lines (44 loc) · 2.46 KB
/
AutoAdapter.Reflection.sln
File metadata and controls
44 lines (44 loc) · 2.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1321
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoAdapter.Reflection", "AutoAdapter.Reflection\AutoAdapter.Reflection.csproj", "{362D215F-B005-4F84-A0CD-1800FAC00121}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoAdapter.Reflection.Tests", "AutoAdapter.Reflection.Tests\AutoAdapter.Reflection.Tests.csproj", "{433DB420-F752-4AF5-BF79-C144A6475350}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoAdapter.Reflection.PowerShell.Tests", "AutoAdapter.Reflection.PowerShell.Tests\AutoAdapter.Reflection.PowerShell.Tests.csproj", "{49B20DC5-B1AE-49A3-83BE-3035D3E70BF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AD61F103-0980-46E0-B551-85836BFC4ABA}"
ProjectSection(SolutionItems) = preProject
CODEOWNERS = CODEOWNERS
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{362D215F-B005-4F84-A0CD-1800FAC00121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{362D215F-B005-4F84-A0CD-1800FAC00121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{362D215F-B005-4F84-A0CD-1800FAC00121}.Release|Any CPU.ActiveCfg = Release|Any CPU
{362D215F-B005-4F84-A0CD-1800FAC00121}.Release|Any CPU.Build.0 = Release|Any CPU
{433DB420-F752-4AF5-BF79-C144A6475350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{433DB420-F752-4AF5-BF79-C144A6475350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{433DB420-F752-4AF5-BF79-C144A6475350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{433DB420-F752-4AF5-BF79-C144A6475350}.Release|Any CPU.Build.0 = Release|Any CPU
{49B20DC5-B1AE-49A3-83BE-3035D3E70BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49B20DC5-B1AE-49A3-83BE-3035D3E70BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49B20DC5-B1AE-49A3-83BE-3035D3E70BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49B20DC5-B1AE-49A3-83BE-3035D3E70BF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAB6A1A2-DF43-4791-9BCE-E4DCB83CD9F8}
EndGlobalSection
EndGlobal