1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/applications/iot-smart-grid/IoT-Smart-Grid.sln
2016-05-24 20:30:29 -07:00

49 lines
2.8 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGenerator", "DataGenerator\DataGenerator.csproj", "{D871B062-06A7-49E3-8BCD-8465B772FC52}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Db", "Db\Db.sqlproj", "{074BB065-0CC1-438A-A963-EA3FD781BA2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsClient", "WinFormsClient\WinFormsClient.csproj", "{6C0E1820-A10B-47DA-B806-939CBCD0DD39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleClient", "ConsoleClient\ConsoleClient.csproj", "{BB747094-2CF6-46D2-8E6C-07E27CF0BCAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D761B8A-EE55-4825-B19D-F3B04860D9D7}"
ProjectSection(SolutionItems) = preProject
App.config = App.config
PowerDashboard.pbix = PowerDashboard.pbix
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D871B062-06A7-49E3-8BCD-8465B772FC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D871B062-06A7-49E3-8BCD-8465B772FC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D871B062-06A7-49E3-8BCD-8465B772FC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D871B062-06A7-49E3-8BCD-8465B772FC52}.Release|Any CPU.Build.0 = Release|Any CPU
{074BB065-0CC1-438A-A963-EA3FD781BA2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{074BB065-0CC1-438A-A963-EA3FD781BA2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{074BB065-0CC1-438A-A963-EA3FD781BA2A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{074BB065-0CC1-438A-A963-EA3FD781BA2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{074BB065-0CC1-438A-A963-EA3FD781BA2A}.Release|Any CPU.Build.0 = Release|Any CPU
{074BB065-0CC1-438A-A963-EA3FD781BA2A}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6C0E1820-A10B-47DA-B806-939CBCD0DD39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C0E1820-A10B-47DA-B806-939CBCD0DD39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C0E1820-A10B-47DA-B806-939CBCD0DD39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C0E1820-A10B-47DA-B806-939CBCD0DD39}.Release|Any CPU.Build.0 = Release|Any CPU
{BB747094-2CF6-46D2-8E6C-07E27CF0BCAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB747094-2CF6-46D2-8E6C-07E27CF0BCAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB747094-2CF6-46D2-8E6C-07E27CF0BCAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB747094-2CF6-46D2-8E6C-07E27CF0BCAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal