forked from mia/Aegisub
40e12403d5
Initial support for low-level access and file I/O methods are included as well. Originally committed to SVN as r4331.
15 lines
450 B
XML
15 lines
450 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="wxlib_include"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SolutionDir)/wxlib/include/";"$(ProjectDir)../../libaegisub/include/""
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SolutionDir)/wxlib/include/""
|
|
/>
|
|
</VisualStudioPropertySheet>
|