This repository has been archived by the owner on Aug 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NuGetPackageExplorer.sln
66 lines (66 loc) · 4 KB
/
NuGetPackageExplorer.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageExplorer", "PackageExplorer\PackageExplorer.csproj", "{3B56B367-7763-4F70-9933-2B8B23718A0D}"
ProjectSection(ProjectDependencies) = postProject
{53973396-F433-4D77-BB00-A2B0EAB83625} = {53973396-F433-4D77-BB00-A2B0EAB83625}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageViewModel", "PackageViewModel\PackageViewModel.csproj", "{A1E66420-E485-4719-A37F-5B49AAFB43AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{57B4C84E-427E-4041-A4E0-14A3C00E6BA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{32DED69B-057F-4E5E-B171-A9B1557CA2BC}"
ProjectSection(SolutionItems) = preProject
Build\Build.proj = Build\Build.proj
Common\CommonAssemblyInfo.cs = Common\CommonAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Types", "Types\Types.csproj", "{E2EEEC5A-6A07-447E-9E95-C14307F57EDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows8Shim", "Windows8Shim\Windows8Shim.csproj", "{53973396-F433-4D77-BB00-A2B0EAB83625}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeExecutor", "CodeExecutor\CodeExecutor.csproj", "{0DE0AF9F-4D53-4900-8D15-F02C3542584F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9BCEC868-73D3-4393-8099-D4DF2DC6DB74}"
ProjectSection(SolutionItems) = preProject
LICENSE. = LICENSE.
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B56B367-7763-4F70-9933-2B8B23718A0D}.Debug|Any CPU.ActiveCfg = Debug|x86
{3B56B367-7763-4F70-9933-2B8B23718A0D}.Debug|Any CPU.Build.0 = Debug|x86
{3B56B367-7763-4F70-9933-2B8B23718A0D}.Release|Any CPU.ActiveCfg = Release|x86
{3B56B367-7763-4F70-9933-2B8B23718A0D}.Release|Any CPU.Build.0 = Release|x86
{A1E66420-E485-4719-A37F-5B49AAFB43AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1E66420-E485-4719-A37F-5B49AAFB43AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1E66420-E485-4719-A37F-5B49AAFB43AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1E66420-E485-4719-A37F-5B49AAFB43AB}.Release|Any CPU.Build.0 = Release|Any CPU
{57B4C84E-427E-4041-A4E0-14A3C00E6BA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B4C84E-427E-4041-A4E0-14A3C00E6BA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B4C84E-427E-4041-A4E0-14A3C00E6BA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B4C84E-427E-4041-A4E0-14A3C00E6BA5}.Release|Any CPU.Build.0 = Release|Any CPU
{E2EEEC5A-6A07-447E-9E95-C14307F57EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2EEEC5A-6A07-447E-9E95-C14307F57EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2EEEC5A-6A07-447E-9E95-C14307F57EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2EEEC5A-6A07-447E-9E95-C14307F57EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{53973396-F433-4D77-BB00-A2B0EAB83625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53973396-F433-4D77-BB00-A2B0EAB83625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53973396-F433-4D77-BB00-A2B0EAB83625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53973396-F433-4D77-BB00-A2B0EAB83625}.Release|Any CPU.Build.0 = Release|Any CPU
{0DE0AF9F-4D53-4900-8D15-F02C3542584F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DE0AF9F-4D53-4900-8D15-F02C3542584F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DE0AF9F-4D53-4900-8D15-F02C3542584F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DE0AF9F-4D53-4900-8D15-F02C3542584F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal