-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPseudoVision.sln
43 lines (43 loc) · 2.48 KB
/
PseudoVision.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PseudoVision", "PseudoVision\PseudoVision.csproj", "{8793C943-3EC4-4E59-BF72-888085A51C0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PVLib", "PVLib\PVLib.csproj", "{2A4654A7-B3F0-4D5E-9BA4-2C448E2236A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PVChannelManager", "PVChannelManager\PVChannelManager.csproj", "{212E5125-26ED-457A-9FD2-CD8CE3EB7684}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PVLite", "PVLite\PVLite.csproj", "{18C281B9-7D94-44A4-B2EF-07BCF95894AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8793C943-3EC4-4E59-BF72-888085A51C0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8793C943-3EC4-4E59-BF72-888085A51C0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8793C943-3EC4-4E59-BF72-888085A51C0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8793C943-3EC4-4E59-BF72-888085A51C0B}.Release|Any CPU.Build.0 = Release|Any CPU
{2A4654A7-B3F0-4D5E-9BA4-2C448E2236A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A4654A7-B3F0-4D5E-9BA4-2C448E2236A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A4654A7-B3F0-4D5E-9BA4-2C448E2236A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A4654A7-B3F0-4D5E-9BA4-2C448E2236A4}.Release|Any CPU.Build.0 = Release|Any CPU
{212E5125-26ED-457A-9FD2-CD8CE3EB7684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{212E5125-26ED-457A-9FD2-CD8CE3EB7684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{212E5125-26ED-457A-9FD2-CD8CE3EB7684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{212E5125-26ED-457A-9FD2-CD8CE3EB7684}.Release|Any CPU.Build.0 = Release|Any CPU
{18C281B9-7D94-44A4-B2EF-07BCF95894AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18C281B9-7D94-44A4-B2EF-07BCF95894AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18C281B9-7D94-44A4-B2EF-07BCF95894AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18C281B9-7D94-44A4-B2EF-07BCF95894AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54965069-DE71-419F-B66E-B1EA982BF02F}
EndGlobalSection
EndGlobal