forked from mia/Aegisub
909275f0df
Originally committed to SVN as r2823.
12 lines
353 B
XML
12 lines
353 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="includedirs"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)include/";"$(ProjectDir)src/""
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
|
|
/>
|
|
</VisualStudioPropertySheet>
|