GUI demo: fixes, added VS2013 config, x64
authorPavel A <pavel_a@live.com>
Fri, 16 Jan 2015 09:02:58 +0000 (11:02 +0200)
committerPavel A <pavel_a@live.com>
Fri, 16 Jan 2015 22:41:56 +0000 (00:41 +0200)
commandline/vsproj/hidusb-relay-cmd(vc2013).vcxproj
lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj

index f29ed668aadfefd7dda02919cd5c9b749b64e77e..c6df00962bd75839003b4e17af34b5b433998a14 100644 (file)
@@ -83,7 +83,7 @@
       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
       <PrecompiledHeader>NotUsing</PrecompiledHeader>
       <WarningLevel>Level3</WarningLevel>
-      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
       <AdditionalLibraryDirectories>$(WindowsSDK_LibraryPath_x86);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
index 14c010495846c104a104f1a8db42e5ea0836e056..32a6bcfd5efde38fefa8c38ca33f90fad31c34b2 100644 (file)
@@ -69,7 +69,6 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
     <IntDir>$(Configuration)\</IntDir>
-    <LinkIncremental>true</LinkIncremental>
     <TargetName>usb_relay_device</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">