forked from bruderstein/nppPluginManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaths.props
31 lines (28 loc) · 1.5 KB
/
paths.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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.8</ZlibPath>
<TestNotepadPlusPlusUnicode>E:\NotepadTest\unicode</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>