forked from mia/Aegisub
7eb58e57e2
Originally committed to SVN as r3124.
15 lines
396 B
XML
15 lines
396 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="ffms2_lib_include_dir"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)../../libffms/include/";"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalLibraryDirectories="$(ProjectDir)../../FFmpegSource2/"
|
|
/>
|
|
</VisualStudioPropertySheet>
|