mirror of https://github.com/odrling/Aegisub
16 lines
394 B
XML
16 lines
394 B
XML
<?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>
|