This commit is contained in:
David Štaleker
2024-01-12 20:36:14 +01:00
parent 4f9e8f0d8e
commit 2184fea04a
11 changed files with 290 additions and 0 deletions

25
ShellyExporter.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShellyExporter", "ShellyExporter\ShellyExporter.csproj", "{B776CDAB-5CD2-48A6-AFD6-20AD763C498B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B776CDAB-5CD2-48A6-AFD6-20AD763C498B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B776CDAB-5CD2-48A6-AFD6-20AD763C498B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B776CDAB-5CD2-48A6-AFD6-20AD763C498B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B776CDAB-5CD2-48A6-AFD6-20AD763C498B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73A9AF68-001D-4498-B27C-514CC2FCC04C}
EndGlobalSection
EndGlobal