-
Notifications
You must be signed in to change notification settings - Fork 2
/
EnergyExporter.sln
30 lines (30 loc) · 1.75 KB
/
EnergyExporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnergyExporter", "src\EnergyExporter\EnergyExporter.csproj", "{701E7C9F-48B4-4174-8D5A-24EF9983C8B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceMappingGenerator", "tools\DeviceMappingGenerator\DeviceMappingGenerator.csproj", "{A6EA0E9C-ACB2-4723-86F4-A8F64030B0AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BAB97618-6CC1-4055-9EA8-72E509DD751B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{CDDD48B4-DE63-4BEA-8483-C4A71B2A945B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{701E7C9F-48B4-4174-8D5A-24EF9983C8B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{701E7C9F-48B4-4174-8D5A-24EF9983C8B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{701E7C9F-48B4-4174-8D5A-24EF9983C8B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{701E7C9F-48B4-4174-8D5A-24EF9983C8B3}.Release|Any CPU.Build.0 = Release|Any CPU
{A6EA0E9C-ACB2-4723-86F4-A8F64030B0AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6EA0E9C-ACB2-4723-86F4-A8F64030B0AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6EA0E9C-ACB2-4723-86F4-A8F64030B0AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6EA0E9C-ACB2-4723-86F4-A8F64030B0AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6EA0E9C-ACB2-4723-86F4-A8F64030B0AA} = {CDDD48B4-DE63-4BEA-8483-C4A71B2A945B}
{701E7C9F-48B4-4174-8D5A-24EF9983C8B3} = {BAB97618-6CC1-4055-9EA8-72E509DD751B}
EndGlobalSection
EndGlobal