Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-07-22 23:31:03 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-07-22 23:31:03 +0400
commiteb64c50ca266b24b7974cbb5669672b0adfd8863 (patch)
treed71600ce26fbf149c8380690ede5c279a800354c /src/filters/transform/VSFilter/VSFilter.vcxproj
parent0e2c28f13564797177c29a62919cde998a11058e (diff)
cleanup inherited PreprocessorDefinitions, don't use a hardcoded path to version.h
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3453 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/VSFilter/VSFilter.vcxproj')
-rw-r--r--src/filters/transform/VSFilter/VSFilter.vcxproj11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/filters/transform/VSFilter/VSFilter.vcxproj b/src/filters/transform/VSFilter/VSFilter.vcxproj
index 0e248907d..b5e72d432 100644
--- a/src/filters/transform/VSFilter/VSFilter.vcxproj
+++ b/src/filters/transform/VSFilter/VSFilter.vcxproj
@@ -102,9 +102,6 @@ update_version.bat
update_version.bat
</Command>
</PreBuildEvent>
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
<ClCompile>
<AdditionalIncludeDirectories>..\..\..\..\include;..\..\BaseClasses;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN64;_WINDOWS;_DEBUG;_USRDLL;ISOLATION_AWARE_ENABLED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -131,9 +128,6 @@ update_version.bat
update_version.bat
</Command>
</PreBuildEvent>
- <Midl>
- <TypeLibraryName>.\$(OutDir)$(ProjectName).tlb</TypeLibraryName>
- </Midl>
<ClCompile>
<AdditionalIncludeDirectories>..\..\..\..\include;..\..\BaseClasses;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;ISOLATION_AWARE_ENABLED;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -161,9 +155,6 @@ update_version.bat
update_version.bat
</Command>
</PreBuildEvent>
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
<ClCompile>
<AdditionalIncludeDirectories>..\..\..\..\include;..\..\BaseClasses;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN64;NDEBUG;_USRDLL;ISOLATION_AWARE_ENABLED;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -237,7 +228,7 @@ update_version.bat
<Project>{d514ea4d-eafb-47a9-a437-a582ca571251}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="..\..\..\subtitles\libssf\libssf.vcxproj">
+ <ProjectReference Include="..\..\..\Subtitles\libssf\libssf.vcxproj">
<Project>{dd9d2d92-2241-408a-859e-b85d444b7e3c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>