diff --git a/.vs/wled00/v15/.suo b/.vs/wled00/v15/.suo index 5107698d..ed79ba2a 100644 Binary files a/.vs/wled00/v15/.suo and b/.vs/wled00/v15/.suo differ diff --git a/wled00.sln b/wled00.sln index e6b65288..b2f12b83 100644 --- a/wled00.sln +++ b/wled00.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28010.2046 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wled00", "wled00.vcxproj", "{C5F80730-F44F-4478-BDAE-6634EFC2CA88}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wled00", "wled00\wled00.vcxproj", "{C5F80730-F44F-4478-BDAE-6634EFC2CA88}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/wled00/__vm/Compile.vmps.xml b/wled00/__vm/Compile.vmps.xml index 7ea17150..5140fc1b 100644 --- a/wled00/__vm/Compile.vmps.xml +++ b/wled00/__vm/Compile.vmps.xml @@ -2,7 +2,7 @@ - + diff --git a/wled00/__vm/Configuration.Release.vmps.xml b/wled00/__vm/Configuration.Release.vmps.xml index e75a3124..744603a0 100644 --- a/wled00/__vm/Configuration.Release.vmps.xml +++ b/wled00/__vm/Configuration.Release.vmps.xml @@ -2,7 +2,7 @@ - + diff --git a/wled00.vcxproj b/wled00/wled00.vcxproj similarity index 100% rename from wled00.vcxproj rename to wled00/wled00.vcxproj diff --git a/wled00.vcxproj.filters b/wled00/wled00.vcxproj.filters similarity index 100% rename from wled00.vcxproj.filters rename to wled00/wled00.vcxproj.filters diff --git a/wled00.vcxproj.user b/wled00/wled00.vcxproj.user similarity index 100% rename from wled00.vcxproj.user rename to wled00/wled00.vcxproj.user