Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 38 additions & 37 deletions Tibber.Sdk.sln
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tibber.Sdk", "src\Tibber.Sdk\Tibber.Sdk.csproj", "{9DF60E41-EC62-4770-BA8D-8E568237CB0C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D361030-CE23-4956-8B5C-865C1AFD48B9}"
ProjectSection(SolutionItems) = preProject
License.md = License.md
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9DF60E41-EC62-4770-BA8D-8E568237CB0C} = {E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10F05227-D5C5-47CF-897E-2FF77B456B6A}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35806.99 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tibber.Sdk", "src\Tibber.Sdk\Tibber.Sdk.csproj", "{9DF60E41-EC62-4770-BA8D-8E568237CB0C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D361030-CE23-4956-8B5C-865C1AFD48B9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
License.md = License.md
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DF60E41-EC62-4770-BA8D-8E568237CB0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9DF60E41-EC62-4770-BA8D-8E568237CB0C} = {E4193BD6-B2FF-44BE-B970-6C67FA6F1AC5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10F05227-D5C5-47CF-897E-2FF77B456B6A}
EndGlobalSection
EndGlobal
Loading