mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-26 19:22:34 +01:00
16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
|
<?xml version="1.0" encoding="windows-1250"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="wcelibcex"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories="$(WCELIBCEX_DIR)"
|
||
|
/>
|
||
|
<UserMacro
|
||
|
Name="WCELIBCEX_DIR"
|
||
|
Value="$(ProjectDir)..\src"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|