Menu

[5508cb]: / paths.props  Maximize  Restore  History

Download this file

31 lines (28 with data), 1.6 kB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets" />
  
  <PropertyGroup Label="UserMacros">
    <BoostPath>e:\libs\boost</BoostPath>
    <CurlPath>e:\libs\curl-7.19.5</CurlPath>
	<ZlibPath>e:\libs\zlib-1.2.3</ZlibPath>
	<TestNotepadPlusPlusUnicode>E:\NotepadTest\unicodeAppDataPlugins</TestNotepadPlusPlusUnicode>
	<TestNotepadPlusPlusAnsi>e:\NotepadTest\ansi</TestNotepadPlusPlusAnsi>
  </PropertyGroup>
  
  <PropertyGroup Condition="'$(Configuration)' == 'Debug' Or '$(Configuration)' == 'ANSI-Debug' Or '$(Configuration)' == 'Debug-xml-test' Or '$(Configuration)' == 'ANSI-Debug-xml-test'">
    <IncludePath>$(BoostPath);$(CurlPath)\include;$(ZlibPath);$(IncludePath)</IncludePath>
    <LibraryPath>$(CurlPath)\lib\LIB-Debug;$(ZlibPath)\projects\visualc6\Win32_LIB_Debug;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Release' Or '$(Configuration)' == 'ANSI-Release'">
    <IncludePath>$(BoostPath);$(CurlPath)\include;$(ZlibPath);$(IncludePath)</IncludePath>
    <LibraryPath>$(CurlPath)\lib\LIB-Release;$(ZlibPath)\projects\visualc6\Win32_LIB_Release;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
  
  <ItemDefinitionGroup />
  <ItemGroup>
    <BuildMacro Include="BoostPath">
      <Value>$(BoostPath)</Value>
    </BuildMacro>
    <BuildMacro Include="CurlPath">
      <Value>$(CurlPath)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>