diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c3496fd9..1278c8ca8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,5 +28,6 @@ "noquotes", "parentidguid", "useridguid" - ] + ], + "dotnet.defaultSolution": "NetDaemon.sln" } \ No newline at end of file diff --git a/NetDaemon.sln b/NetDaemon.sln index 35a403ef6..a601d02d6 100644 --- a/NetDaemon.sln +++ b/NetDaemon.sln @@ -3,10 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31919.166 MinimumVisualStudioVersion = 15.0.26124.0 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{32E20E48-2F62-447B-83A2-DB2EA7F61AB3}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{374E37D9-68D9-4A65-ACBC-C6DC2A7C3076}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetDaemon.HassModel", "src\HassModel\NetDeamon.HassModel\NetDaemon.HassModel.csproj", "{3C2E37A3-4669-4CF5-9D6C-D68FD2034642}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HassModel", "HassModel", "{1D0125A6-DDC5-43C1-AAD7-7BFE14AD863F}" @@ -59,8 +55,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetDaemon.Extensions.MqttEn EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugWebHost", "src\debug\DebugWebHost\DebugWebHost.csproj", "{AEBC7828-7C19-4A86-B6E2-58B5171347B1}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetDaemon.Tests.Integration", "tests\Integration\NetDaemon.Tests.Integration\NetDaemon.Tests.Integration.csproj", "{CB3D0079-0704-41CC-BA5E-AFE15281E854}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -299,24 +293,11 @@ Global {3EB8C461-C91E-4900-BFBD-0986CBBE87A6}.Release|x64.Build.0 = Release|Any CPU {3EB8C461-C91E-4900-BFBD-0986CBBE87A6}.Release|x86.ActiveCfg = Release|Any CPU {3EB8C461-C91E-4900-BFBD-0986CBBE87A6}.Release|x86.Build.0 = Release|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Debug|x64.ActiveCfg = Debug|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Debug|x64.Build.0 = Debug|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Debug|x86.ActiveCfg = Debug|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Debug|x86.Build.0 = Debug|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Release|Any CPU.Build.0 = Release|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Release|x64.ActiveCfg = Release|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Release|x64.Build.0 = Release|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Release|x86.ActiveCfg = Release|Any CPU - {CB3D0079-0704-41CC-BA5E-AFE15281E854}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {374E37D9-68D9-4A65-ACBC-C6DC2A7C3076} = {32E20E48-2F62-447B-83A2-DB2EA7F61AB3} {3C2E37A3-4669-4CF5-9D6C-D68FD2034642} = {1D0125A6-DDC5-43C1-AAD7-7BFE14AD863F} {ED06E300-F256-4BD9-B2FF-BBA0FF8C2461} = {1D0125A6-DDC5-43C1-AAD7-7BFE14AD863F} {A2F2FDA3-A0E9-4D55-B31A-6C7BBD1800C3} = {1D0125A6-DDC5-43C1-AAD7-7BFE14AD863F} @@ -336,7 +317,6 @@ Global {F4B29B77-9B92-4037-A884-288CA5EF0B78} = {DFF3E7AA-7A50-4A1E-B3F8-EC01531FB83D} {3EB8C461-C91E-4900-BFBD-0986CBBE87A6} = {DFF3E7AA-7A50-4A1E-B3F8-EC01531FB83D} {AEBC7828-7C19-4A86-B6E2-58B5171347B1} = {E15D4280-7FFC-4F8B-9B8C-CF9AF2BF838C} - {CB3D0079-0704-41CC-BA5E-AFE15281E854} = {374E37D9-68D9-4A65-ACBC-C6DC2A7C3076} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {7C5FBB7F-654C-4CAC-964F-6D71AF3D62F8} diff --git a/src/AppModel/NetDaemon.AppModel.Tests/NetDaemon.AppModel.Tests.csproj b/src/AppModel/NetDaemon.AppModel.Tests/NetDaemon.AppModel.Tests.csproj index 2db013f37..9932f6921 100644 --- a/src/AppModel/NetDaemon.AppModel.Tests/NetDaemon.AppModel.Tests.csproj +++ b/src/AppModel/NetDaemon.AppModel.Tests/NetDaemon.AppModel.Tests.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Client/NetDaemon.HassClient.Tests/NetDaemon.HassClient.Tests.csproj b/src/Client/NetDaemon.HassClient.Tests/NetDaemon.HassClient.Tests.csproj index fcac9e15a..d1dee835e 100644 --- a/src/Client/NetDaemon.HassClient.Tests/NetDaemon.HassClient.Tests.csproj +++ b/src/Client/NetDaemon.HassClient.Tests/NetDaemon.HassClient.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Extensions/NetDaemon.Extensions.Scheduling.Tests/NetDaemon.Extensions.Scheduling.Tests.csproj b/src/Extensions/NetDaemon.Extensions.Scheduling.Tests/NetDaemon.Extensions.Scheduling.Tests.csproj index 52e66e946..85fd4ebda 100644 --- a/src/Extensions/NetDaemon.Extensions.Scheduling.Tests/NetDaemon.Extensions.Scheduling.Tests.csproj +++ b/src/Extensions/NetDaemon.Extensions.Scheduling.Tests/NetDaemon.Extensions.Scheduling.Tests.csproj @@ -16,7 +16,7 @@ all - + diff --git a/src/HassModel/NetDaemon.HassModel.Tests/NetDaemon.HassModel.Tests.csproj b/src/HassModel/NetDaemon.HassModel.Tests/NetDaemon.HassModel.Tests.csproj index 64f96dc7a..ae8001065 100644 --- a/src/HassModel/NetDaemon.HassModel.Tests/NetDaemon.HassModel.Tests.csproj +++ b/src/HassModel/NetDaemon.HassModel.Tests/NetDaemon.HassModel.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Runtime/NetDaemon.Runtime.Tests/NetDaemon.Runtime.Tests.csproj b/src/Runtime/NetDaemon.Runtime.Tests/NetDaemon.Runtime.Tests.csproj index ef1df52e0..324d52a4a 100644 --- a/src/Runtime/NetDaemon.Runtime.Tests/NetDaemon.Runtime.Tests.csproj +++ b/src/Runtime/NetDaemon.Runtime.Tests/NetDaemon.Runtime.Tests.csproj @@ -11,7 +11,7 @@ - +