A different icon for XySubFilter
[xy_vsfilter.git] / src / filters / transform / vsfilter / vsfilter_2010 / xy_sub_filter.vcxproj
blob27d560d03fcd99a2c1cd2e36e7d1048e06cb910f
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{9ED0FE7D-079D-4777-A40F-EF9189BDDD61}</ProjectGuid>\r
23     <RootNamespace>xy_sub_filter</RootNamespace>\r
24   </PropertyGroup>\r
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
26   <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">\r
27     <UseDebugLibraries>true</UseDebugLibraries>\r
28   </PropertyGroup>\r
29   <PropertyGroup Label="Configuration">\r
30     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
31     <CharacterSet>Unicode</CharacterSet>\r
32     <UseOfMfc>Static</UseOfMfc>\r
33     <UseOfAtl>false</UseOfAtl>\r
34   </PropertyGroup>\r
35   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
36     <UseDebugLibraries>false</UseDebugLibraries>\r
37     <WholeProgramOptimization>true</WholeProgramOptimization>\r
38   </PropertyGroup>\r
39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
40   <ImportGroup Label="ExtensionSettings">\r
41   </ImportGroup>\r
42   <ImportGroup Label="PropertySheets">\r
43     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
44   </ImportGroup>\r
45   <PropertyGroup Label="UserMacros" />\r
46   <PropertyGroup>\r
47     <TargetExt>.dll</TargetExt>\r
48     <TargetName>XySubFilter</TargetName>\r
49     <IncludePath>$(SolutionDir)..\..\BaseClasses;$(SolutionDir)..\..\..\thirdparty\boost_1_47_0\;$(SolutionDir)\..\..\..\log4cplus\include\;$(SolutionDir)\..\..\..\thirdparty\VirtualDub\h\;$(SolutionDir)..\..\..\..\include\;$(IncludePath)</IncludePath>\r
50     <IntDir>$(SolutionDir)..\..\..\..\bin\obj\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>\r
51     <OutDir>$(SolutionDir)..\..\..\..\bin\lib\$(PlatformName)\$(Configuration)\</OutDir>\r
52   </PropertyGroup>\r
53   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
54     <ClCompile>\r
55       <WarningLevel>Level3</WarningLevel>\r
56       <Optimization>Disabled</Optimization>\r
57       <PreprocessorDefinitions>XY_SUB_FILTER_DLL;WIN32;_WINDOWS;_DEBUG;_USRDLL;WINVER=0x0500;ISOLATION_AWARE_ENABLED;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
58       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
59       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
60       <PrecompiledHeader>Use</PrecompiledHeader>\r
61       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
62     </ClCompile>\r
63     <Link>\r
64       <GenerateDebugInformation>true</GenerateDebugInformation>\r
65       <SubSystem>Windows</SubSystem>\r
66       <IgnoreSpecificDefaultLibraries>\r
67       </IgnoreSpecificDefaultLibraries>\r
68     </Link>\r
69   </ItemDefinitionGroup>\r
70   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
71     <ClCompile>\r
72       <WarningLevel>Level3</WarningLevel>\r
73       <Optimization>MaxSpeed</Optimization>\r
74       <FunctionLevelLinking>true</FunctionLevelLinking>\r
75       <IntrinsicFunctions>false</IntrinsicFunctions>\r
76       <PreprocessorDefinitions>XY_SUB_FILTER_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
77       <AssemblerOutput>NoListing</AssemblerOutput>\r
78       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
79       <OpenMPSupport>false</OpenMPSupport>\r
80       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
81       <BufferSecurityCheck>false</BufferSecurityCheck>\r
82       <PrecompiledHeader>Use</PrecompiledHeader>\r
83       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
84     </ClCompile>\r
85     <Link>\r
86       <GenerateDebugInformation>true</GenerateDebugInformation>\r
87       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
88       <OptimizeReferences>true</OptimizeReferences>\r
89       <DelayLoadDLLs>oleacc.dll</DelayLoadDLLs>\r
90       <Profile>false</Profile>\r
91     </Link>\r
92   </ItemDefinitionGroup>\r
93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
94     <ClCompile>\r
95       <WarningLevel>Level3</WarningLevel>\r
96       <Optimization>Disabled</Optimization>\r
97       <PreprocessorDefinitions>XY_SUB_FILTER_DLL;_WIN64;_WINDOWS;_DEBUG;_USRDLL;WINVER=0x0500;ISOLATION_AWARE_ENABLED;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
98       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
99       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
100       <PrecompiledHeader>Use</PrecompiledHeader>\r
101       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
102     </ClCompile>\r
103     <Link>\r
104       <GenerateDebugInformation>true</GenerateDebugInformation>\r
105       <SubSystem>Windows</SubSystem>\r
106       <IgnoreSpecificDefaultLibraries>\r
107       </IgnoreSpecificDefaultLibraries>\r
108     </Link>\r
109   </ItemDefinitionGroup>\r
110   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
111     <ClCompile>\r
112       <WarningLevel>Level3</WarningLevel>\r
113       <Optimization>MaxSpeed</Optimization>\r
114       <FunctionLevelLinking>true</FunctionLevelLinking>\r
115       <IntrinsicFunctions>false</IntrinsicFunctions>\r
116       <PreprocessorDefinitions>XY_SUB_FILTER_DLL;_WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
117       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
118       <OpenMPSupport>false</OpenMPSupport>\r
119       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
120       <BufferSecurityCheck>false</BufferSecurityCheck>\r
121       <PrecompiledHeader>Use</PrecompiledHeader>\r
122       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
123     </ClCompile>\r
124     <Link>\r
125       <GenerateDebugInformation>true</GenerateDebugInformation>\r
126       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
127       <OptimizeReferences>true</OptimizeReferences>\r
128       <IgnoreSpecificDefaultLibraries>\r
129       </IgnoreSpecificDefaultLibraries>\r
130       <DelayLoadDLLs>oleacc.dll</DelayLoadDLLs>\r
131       <Profile>false</Profile>\r
132     </Link>\r
133   </ItemDefinitionGroup>\r
134   <ItemDefinitionGroup>\r
135     <Link>\r
136       <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\..\lib;$(SolutionDir)..\..\..\..\bin\lib\$(PlatformName)</AdditionalLibraryDirectories>\r
137       <ModuleDefinitionFile>$(SolutionDir)xy_sub_filter.def</ModuleDefinitionFile>\r
138       <RegisterOutput>false</RegisterOutput>\r
139       <AdditionalDependencies Condition="'$(Configuration)'=='Debug'">strmbaseD.lib;dsutilD.lib;subtitlesD.lib;subpicD.lib;basevideofilterD.lib;libssfD.lib;log4cplus_staticD.lib;KasumiD.lib;systemD.lib;</AdditionalDependencies>\r
140       <AdditionalDependencies Condition="'$(Configuration)'=='Release'">delayimp.lib;strmbaseR.lib;dsutilR.lib;subtitlesR.lib;subpicR.lib;basevideofilterR.lib;libssfR.lib;log4cplus_staticR.lib;KasumiR.lib;systemR.lib;winmm.lib</AdditionalDependencies>\r
141     </Link>\r
142   </ItemDefinitionGroup>\r
143   <ItemDefinitionGroup>\r
144     <Link>\r
145       <RegisterOutput>false</RegisterOutput>\r
146     </Link>\r
147   </ItemDefinitionGroup>\r
148   <ItemGroup>\r
149     <ResourceCompile Include="..\VSFilter.rc">\r
150       <PreprocessorDefinitions Condition="'$(Configuration)'=='Debug'">XY_SUB_FILTER_DLL;_DEBUG;AFX_RESOURCE_DLL;AFX_TARG_ENU;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
151       <PreprocessorDefinitions Condition="'$(Configuration)'=='Release'">XY_SUB_FILTER_DLL;AFX_RESOURCE_DLL;AFX_TARG_ENU;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
152     </ResourceCompile>\r
153   </ItemGroup>\r
154   <ItemGroup>\r
155     <ClCompile Include="..\..\..\..\thirdparty\mfc\afxctrlcontainer.cpp">\r
156       <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>\r
157     </ClCompile>\r
158     <ClCompile Include="..\..\..\..\thirdparty\mfc\afxglobals.cpp">\r
159       <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>\r
160     </ClCompile>\r
161     <ClCompile Include="..\..\..\..\thirdparty\mfc\winmdi.cpp">\r
162       <ExcludedFromBuild>true</ExcludedFromBuild>\r
163     </ClCompile>\r
164     <ClCompile Include="..\DirectVobSub.cpp" />\r
165     <ClCompile Include="..\DirectVobSubPropPage.cpp" />\r
166     <ClCompile Include="..\once_logger.cpp">\r
167       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
168     </ClCompile>\r
169     <ClCompile Include="..\StdAfx.cpp">\r
170       <PrecompiledHeader>Create</PrecompiledHeader>\r
171     </ClCompile>\r
172     <ClCompile Include="..\StyleEditorDialog.cpp" />\r
173     <ClCompile Include="..\SubRenderOptionsImpl.cpp" />\r
174     <ClCompile Include="..\SubtitleInputPin2.cpp" />\r
175     <ClCompile Include="..\Systray.cpp" />\r
176     <ClCompile Include="..\VSFilter.cpp" />\r
177     <ClCompile Include="..\XyOptionsImpl.cpp" />\r
178     <ClCompile Include="..\xy_logger.cpp" />\r
179     <ClCompile Include="..\xy_sub_filter.cpp" />\r
180     <ClCompile Include="..\xy_sub_filter_dll.cpp" />\r
181   </ItemGroup>\r
182   <ItemGroup>\r
183     <ClInclude Include="..\CAutoTiming.h" />\r
184     <ClInclude Include="..\DirectVobSub.h" />\r
185     <ClInclude Include="..\DirectVobSubPropPage.h" />\r
186     <ClInclude Include="..\IDirectVobSub.h" />\r
187     <ClInclude Include="..\IDirectVobSubXy.h" />\r
188     <ClInclude Include="..\once_logger.h" />\r
189     <ClInclude Include="..\resource.h" />\r
190     <ClInclude Include="..\StdAfx.h" />\r
191     <ClInclude Include="..\StyleEditorDialog.h" />\r
192     <ClInclude Include="..\SubRenderOptionsImpl.h" />\r
193     <ClInclude Include="..\SubtitleInputPin2.h" />\r
194     <ClInclude Include="..\Systray.h" />\r
195     <ClInclude Include="..\Timing_Logger.h" />\r
196     <ClInclude Include="..\version.h" />\r
197     <ClInclude Include="..\VSFilter.h" />\r
198     <ClInclude Include="..\XyOptionsImpl.h" />\r
199     <ClInclude Include="..\XySubRenderIntf.h" />\r
200     <ClInclude Include="..\xy_logger.h" />\r
201     <ClInclude Include="..\xy_sub_filter.h" />\r
202   </ItemGroup>\r
203   <ItemGroup>\r
204     <None Include="..\res\Icon_xy_sub_fillter.ico" />\r
205     <None Include="..\xy_sub_filter.def" />\r
206   </ItemGroup>\r
207   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
208   <ImportGroup Label="ExtensionTargets">\r
209   </ImportGroup>\r
210 </Project>