ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj

changeset 132
a24465cc7262
parent 101
1c943d43fa81
child 137
c9b8b9e0cfe8
--- a/ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj	Sun Sep 18 08:39:37 2016 +0200
+++ b/ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj	Sun Jan 15 15:08:07 2017 +0100
@@ -84,6 +84,7 @@
     <LinkIncremental>false</LinkIncremental>
     <OutDir>$(SolutionDir)..\..\..\build\UIwrapper\</OutDir>
     <IntDir>$(SolutionDir)..\..\..\build\UIwrapper\$(Configuration)\</IntDir>
+    <LibraryPath>$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>
@@ -91,6 +92,7 @@
       <Optimization>Disabled</Optimization>
       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <PrecompiledHeader>Use</PrecompiledHeader>
+      <AdditionalUsingDirectories>$(SolutionDir)..\..\..\build\UIcore\;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
     </ClCompile>
     <Link>
       <GenerateDebugInformation>true</GenerateDebugInformation>

mercurial