1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

Fixed wrong comment

This commit is contained in:
Darth Affe 2017-02-04 17:11:42 +01:00
parent 2af55146cc
commit 12b5574ec8

View File

@ -53,7 +53,7 @@
Inputs="@(LogitechSDKFiles)" Inputs="@(LogitechSDKFiles)"
Outputs="@(LogitechSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')"> Outputs="@(LogitechSDKFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')">
<!-- <!--
NOTE: Copy "CUESDK*.dll" and all related files, for every NOTE: Copy "LogitechLedEnginesWrapper*.dll" and all related files, for every
architecture that we support, to the build output directory. architecture that we support, to the build output directory.
--> -->
<Message Text="Copying SDK files..." Importance="high" /> <Message Text="Copying SDK files..." Importance="high" />
@ -72,7 +72,7 @@
Exists('$(OutDir)')"> Exists('$(OutDir)')">
<!-- <!--
NOTE: Delete "CUESDK*.dll" and all related files, for every NOTE: Delete "LogitechLedEnginesWrapper*.dll" and all related files, for every
architecture that we support, from the build output directory. architecture that we support, from the build output directory.
--> -->
<Message Text="this file $(MSBuildThisFileDirectory)" Importance="high"/> <Message Text="this file $(MSBuildThisFileDirectory)" Importance="high"/>