WLED/wled00/wled00.vcxproj

243 wiersze
45 KiB
XML
Czysty Zwykły widok Historia

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{C5F80730-F44F-4478-BDAE-6634EFC2CA88}</ProjectGuid>
<RootNamespace>
</RootNamespace>
<ProjectName>wled00</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>
</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>
</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>
</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>
</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>$(ProjectDir)..\wled00;C:\Program Files (x86)\Arduino\libraries\WiFi\src;C:\Program Files (x86)\Arduino\libraries\WiFi\src\utility;C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src;C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino;C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\yun;C:\Program Files (x86)\Arduino\hardware\tools\avr\\lib\gcc\avr\7.3.0\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\\lib\gcc\avr\7.3.0\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include-fixed;C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include\avr;C:\Program Files (x86)\Arduino\hardware\tools\avr\lib\gcc\avr\4.9.2\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\lib\gcc\avr\4.9.2\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\lib\gcc\avr\4.9.3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<ForcedIncludeFiles>$(ProjectDir)__vm\.wled00.vsarduino.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<PreprocessorDefinitions>__AVR_atmega32u4__;__AVR_ATmega32U4__;__AVR_ATmega32u4__;F_CPU=16000000L;ARDUINO=108011;ARDUINO_AVR_YUN;ARDUINO_ARCH_AVR;USB_VID=0x2341;USB_PID=0x8041;__cplusplus=201103L;_VMICRO_INTELLISENSE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
<IgnoreStandardIncludePath>true</IgnoreStandardIncludePath>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectCapability Include="VisualMicro" />
</ItemGroup>
<ItemGroup>
<None Include="wled00.ino">
<FileType>CppCode</FileType>
</None>
</ItemGroup>
<ItemGroup>
<ClInclude Include="alexa.h" />
<ClInclude Include="blynk.h" />
<ClInclude Include="button.h" />
<ClInclude Include="colors.h" />
<ClInclude Include="const.h" />
<ClInclude Include="cronixie.h" />
<ClInclude Include="dmx.h" />
<ClInclude Include="file.h" />
<ClInclude Include="html_classic.h" />
<ClInclude Include="html_mobile.h" />
<ClInclude Include="html_other.h" />
<ClInclude Include="html_settings.h" />
<ClInclude Include="html_ui.h" />
<ClInclude Include="hue.h" />
<ClInclude Include="ir.h" />
<ClInclude Include="ir_codes.h" />
<ClInclude Include="json.h" />
<ClInclude Include="led.h" />
<ClInclude Include="mqtt.h" />
<ClInclude Include="notify.h" />
<ClInclude Include="NpbWrapper.h" />
<ClInclude Include="ntp.h" />
<ClInclude Include="overlay.h" />
<ClInclude Include="palettes.h" />
<ClInclude Include="set.h" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient.h" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Callbacks.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\DisconnectReasons.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Flags.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Helpers.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\MessageProperties.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\ConnAckPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\Packet.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PingRespPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubAckPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubCompPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PublishPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRecPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRelPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\SubAckPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\UnsubAckPacket.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\ParsingInformation.hpp" />
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Storage.hpp" />
<ClInclude Include="src\dependencies\blynk\BlynkSimpleEsp.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkApi.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkApiArduino.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkArduinoClient.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkConfig.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkDateTime.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkDebug.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkDetectDevice.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkEveryN.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkFifo.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkHandlers.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkParam.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkProtocol.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkProtocolDefs.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkTemplates.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkTimer.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkUtility.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkWidgetBase.h" />
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkWiFiCommon.h" />
<ClInclude Include="src\dependencies\e131\ESPAsyncE131.h" />
<ClInclude Include="src\dependencies\espalexa\Espalexa.h" />
<ClInclude Include="src\dependencies\espalexa\EspalexaDevice.h" />
<ClInclude Include="src\dependencies\json\ArduinoJson-v6.h" />
<ClInclude Include="src\dependencies\json\AsyncJson-v6.h" />
<ClInclude Include="src\dependencies\timezone\Timezone.h" />
<ClInclude Include="src\dependencies\time\Time.h" />
<ClInclude Include="src\dependencies\time\TimeLib.h" />
<ClInclude Include="FX.h" />
<ClInclude Include="usermod.h" />
<ClInclude Include="wled.h" />
<ClInclude Include="wled_eeprom.h" />
<ClInclude Include="wled_server.h" />
<ClInclude Include="xml.h" />
<ClInclude Include="__vm\.wled00.vsarduino.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="alexa.cpp" />
<ClCompile Include="blynk.cpp" />
<ClCompile Include="button.cpp" />
<ClCompile Include="colors.cpp" />
<ClCompile Include="cronixie.cpp" />
<ClCompile Include="file.cpp" />
<ClCompile Include="hue.cpp" />
<ClCompile Include="ir.cpp" />
<ClCompile Include="json.cpp" />
<ClCompile Include="led.cpp" />
<ClCompile Include="mqtt.cpp" />
<ClCompile Include="notify.cpp" />
<ClCompile Include="ntp.cpp" />
<ClCompile Include="overlay.cpp" />
<ClCompile Include="set.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\ConnAckPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PingRespPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubAckPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubCompPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PublishPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRecPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRelPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\SubAckPacket.cpp" />
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\UnsubAckPacket.cpp" />
<ClCompile Include="src\dependencies\blynk\Blynk\BlynkDebug.cpp" />
<ClCompile Include="src\dependencies\blynk\Blynk\BlynkHandlers.cpp" />
<ClCompile Include="src\dependencies\blynk\Blynk\BlynkTimer.cpp" />
<ClCompile Include="src\dependencies\blynk\Blynk\utility.cpp" />
<ClCompile Include="src\dependencies\e131\ESPAsyncE131.cpp" />
<ClCompile Include="src\dependencies\espalexa\EspalexaDevice.cpp" />
<ClCompile Include="src\dependencies\timezone\Timezone.cpp" />
<ClCompile Include="src\dependencies\time\DateStrings.cpp" />
<ClCompile Include="src\dependencies\time\Time.cpp" />
<ClCompile Include="FX.cpp" />
<ClCompile Include="FX_fcn.cpp" />
<ClCompile Include="usermod.cpp" />
<ClCompile Include="wled.cpp" />
<ClCompile Include="wled_eeprom.cpp" />
<ClCompile Include="wled_server.cpp" />
<ClCompile Include="xml.cpp" />
</ItemGroup>
<PropertyGroup>
<DebuggerFlavor>VisualMicroDebugger</DebuggerFlavor>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties arduino.upload.maximum_size="1310720" arduino.upload.speed="" visualmicro.package.name="esp32" arduino.board.property_bag="name=ESP32 Dev Module&#xD;&#xA;upload.tool=esptool&#xD;&#xA;upload.maximum_size=1310720&#xD;&#xA;upload.maximum_data_size=327680&#xD;&#xA;upload.wait_for_upload_port=true&#xD;&#xA;serial.disableDTR=true&#xD;&#xA;serial.disableRTS=true&#xD;&#xA;build.mcu=esp32&#xD;&#xA;build.core=esp32&#xD;&#xA;build.variant=esp32&#xD;&#xA;build.board=ESP32_DEV&#xD;&#xA;build.f_cpu=240000000L&#xD;&#xA;build.flash_size=4MB&#xD;&#xA;build.flash_freq=40m&#xD;&#xA;build.flash_mode=dio&#xD;&#xA;build.boot=dio&#xD;&#xA;build.partitions=default&#xD;&#xA;build.defines=&#xD;&#xA;menu.PSRAM.disabled=Disabled&#xD;&#xA;menu.PSRAM.disabled.build.defines=&#xD;&#xA;menu.PSRAM.enabled=Enabled&#xD;&#xA;menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue&#xD;&#xA;menu.PartitionScheme.default=Default&#xD;&#xA;menu.PartitionScheme.default.build.partitions=default&#xD;&#xA;menu.PartitionScheme.minimal=Minimal (2MB FLASH)&#xD;&#xA;menu.PartitionScheme.minimal.build.partitions=minimal&#xD;&#xA;menu.PartitionScheme.no_ota=No OTA (Large APP)&#xD;&#xA;menu.PartitionScheme.no_ota.build.partitions=no_ota&#xD;&#xA;menu.PartitionScheme.no_ota.upload.maximum_size=2097152&#xD;&#xA;menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)&#xD;&#xA;menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs&#xD;&#xA;menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080&#xD;&#xA;menu.FlashMode.qio=QIO&#xD;&#xA;menu.FlashMode.qio.build.flash_mode=dio&#xD;&#xA;menu.FlashMode.qio.build.boot=qio&#xD;&#xA;menu.FlashMode.dio=DIO&#xD;&#xA;menu.FlashMode.dio.build.flash_mode=dio&#xD;&#xA;menu.FlashMode.dio.build.boot=dio&#xD;&#xA;menu.FlashMode.qout=QOUT&#xD;&#xA;menu.FlashMode.qout.build.flash_mode=dout&#xD;&#xA;menu.FlashMode.qout.build.boot=qout&#xD;&#xA;menu.FlashMode.dout=DOUT&#xD;&#xA;menu.FlashMode.dout.build.flash_mode=dout&#xD;&#xA;menu.FlashMode.dout.build.boot=dout&#xD;&#xA;menu.FlashFreq.80=80MHz&#xD;&#xA;menu.FlashFreq.80.build.flash_freq=80m&#xD;&#xA;menu.FlashFreq.40=40MHz&#xD;&#xA;menu.FlashFreq.40.build.flash_freq=40m&#xD;&#xA;menu.FlashSize.4M=4MB (32Mb)&#xD;&#xA;menu.FlashSize.4M.build.flash_size=4MB&#xD;&#xA;menu.FlashSize.2M=2MB (16Mb)&#xD;&#xA;menu.FlashSize.2M.build.flash_size=2MB&#xD;&#xA;menu.FlashSize.2M.build.partitions=minimal&#xD;&#xA;menu.UploadSpeed.921600=921600&#xD;&#xA;menu.UploadSpeed.921600.upload.speed=921600&#xD;&#xA;menu.UploadSpeed.115200=115200&#xD;&#xA;menu.UploadSpeed.115200.upload.speed=115200&#xD;&#xA;menu.UploadSpeed.256000.windows=256000&#xD;&#xA;menu.UploadSpeed.256000.upload.speed=256000&#xD;&#xA;menu.UploadSpeed.230400.windows.upload.speed=256000&#xD;&#xA;menu.UploadSpeed.230400=230400&#xD;&#xA;menu.UploadSpeed.230400.upload.speed=230400&#xD;&#xA;menu.UploadSpeed.460800.linux=460800&#xD;&#xA;menu.UploadSpeed.460800.macosx=460800&#xD;&#xA;menu.UploadSpeed.460800.upload.speed=460800&#xD;&#xA;menu.UploadSpeed.512000.windows=512000&#xD;&#xA;menu.UploadSpeed.512000.upload.speed=512000&#xD;&#xA;menu.DebugLevel.none=None&#xD;&#xA;menu.DebugLevel.none.build.code_debug=0&#xD;&#xA;menu.DebugLevel.error=Error&#xD;&#xA;menu.DebugLevel.error.build.code_debug=1&#xD;&#xA;menu.DebugLevel.warn=Warn&#xD;&#xA;menu.DebugLevel.warn.build.code_debug=2&#xD;&#xA;menu.DebugLevel.info=Info&#xD;&#xA;menu.DebugLevel.info.build.code_debug=3&#xD;&#xA;menu.DebugLevel.debug=Debug&#xD;&#xA;menu.DebugLevel.debug.build.code_debug=4&#xD;&#xA;menu.DebugLevel.verbose=Verbose&#xD;&#xA;menu.DebugLevel.verbose.build.code_debug=5&#xD;&#xA;menu.UploadSpeed.256000=256000&#xD;&#xA;menu.UploadSpeed.512000=512000&#xD;&#xA;runtime.ide.path=C:\Program Files (x86)\Arduino&#xD;&#xA;runtime.os=windows&#xD;&#xA;build.system.path=C:\Users\stotho\AppData\Local\arduino15\packages\esp32\hardware\esp32\1.0.0\system&#xD;&#xA;runtime.ide.version=10807&#xD;&#xA;target_package=esp32&#xD;&#xA;target_platform=esp32&#xD;&#xA;runtime.hardware.path=C:\Users\stotho\AppData\Local\arduino15\packages\esp32\hardwa
</VisualStudio>
</ProjectExtensions>
</Project>