1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +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)"
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.
-->
<Message Text="Copying SDK files..." Importance="high" />
@ -72,7 +72,7 @@
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.
-->
<Message Text="this file $(MSBuildThisFileDirectory)" Importance="high"/>