Rewrite .NET electricity API in rust
This commit is contained in:
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.0.31903.59
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Electricity.Api", "src\Electricity.Api\Electricity.Api.csproj", "{8791CE17-DC8F-4630-9315-C3EDF639E8C6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solar.Api", "src\Solar.Api\Solar.Api.csproj", "{5EC49F22-9031-4124-88E6-C7C1F636695A}"
|
||||
EndProject
|
||||
Global
|
||||
@@ -16,10 +14,6 @@ Global
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{8791CE17-DC8F-4630-9315-C3EDF639E8C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8791CE17-DC8F-4630-9315-C3EDF639E8C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8791CE17-DC8F-4630-9315-C3EDF639E8C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8791CE17-DC8F-4630-9315-C3EDF639E8C6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5EC49F22-9031-4124-88E6-C7C1F636695A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5EC49F22-9031-4124-88E6-C7C1F636695A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5EC49F22-9031-4124-88E6-C7C1F636695A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
|
||||
Reference in New Issue
Block a user