forked from epri-dev/OpenADR-Virtual-End-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoadr-ven.sln
69 lines (69 loc) · 4.03 KB
/
oadr-ven.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
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oadrlib", "oadrlib\oadrlib.csproj", "{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oadr-test", "oadr-test\oadr-test.csproj", "{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54A4DD05-5E23-4FCC-B43A-2EB6D5103DCC}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
oadr-ven.vsmdi = oadr-ven.vsmdi
oadr.vsmdi = oadr.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oadr2b-ven", "oadr2b-ven\oadr2b-ven.csproj", "{A215B97C-4833-4C87-9FD4-27D1F76099A4}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = oadr-ven.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Debug|x86.ActiveCfg = Debug|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Release|Any CPU.Build.0 = Release|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E8CC5A46-6E1F-4C9C-A2F0-2AC604C57B06}.Release|x86.ActiveCfg = Release|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Debug|x86.ActiveCfg = Debug|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Release|Any CPU.Build.0 = Release|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8986A0BD-0308-42C8-9D5F-EA11C32FDB55}.Release|x86.ActiveCfg = Release|Any CPU
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Debug|Any CPU.ActiveCfg = Debug|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Debug|Mixed Platforms.Build.0 = Debug|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Debug|x86.ActiveCfg = Debug|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Debug|x86.Build.0 = Debug|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Release|Any CPU.ActiveCfg = Release|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Release|Mixed Platforms.Build.0 = Release|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Release|x86.ActiveCfg = Release|x86
{A215B97C-4833-4C87-9FD4-27D1F76099A4}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal