Menu

Diff of /trunk/uploader/ArduinoUploader.vcxproj [r24] .. [r25]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/uploader/ArduinoUploader.vcxproj
+++ b/trunk/uploader/ArduinoUploader.vcxproj
@@ -41,7 +41,7 @@
     <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <OutDir>$(SolutionDir)</OutDir>
+    <OutDir>$(SolutionDir)release\</OutDir>
     <IntDir>$(TEMP)\$(ProjectName)\$(Configuration)\</IntDir>
     <LinkIncremental>true</LinkIncremental>
   </PropertyGroup>
@@ -100,6 +100,9 @@
     <PreBuildEvent>
       <Command>del $(TargetPath)</Command>
     </PreBuildEvent>
+    <PostBuildEvent>
+      <Command>copy $(TargetPath) D:\apps\CodeBlocks</Command>
+    </PostBuildEvent>
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="libctb\src\fifo.cpp" />
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.