forked from mia/Aegisub
16 lines
394 B
Text
16 lines
394 B
Text
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="ffms2_lib_include_dir"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalLibraryDirectories="$(ProjectDir)../../FFmpegSource2/"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories=""$(ProjectDir)../../FFmpegSource2/";"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|