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:
Diffstat (limited to 'src/filters')
-rw-r--r--src/filters/Filters.vcxproj2
-rw-r--r--src/filters/muxer/BaseMuxer/BaseMuxer.vcxproj2
-rw-r--r--src/filters/muxer/MatroskaMuxer/MatroskaMuxer.vcxproj2
-rw-r--r--src/filters/muxer/WavDest/WavDest.vcxproj2
-rw-r--r--src/filters/parser/AviSplitter/AviSplitter.vcxproj2
-rw-r--r--src/filters/parser/BaseSplitter/BaseSplitter.vcxproj2
-rw-r--r--src/filters/parser/DSMSplitter/DSMSplitter.vcxproj2
-rw-r--r--src/filters/parser/FLVSplitter/FLVSplitter.vcxproj2
-rw-r--r--src/filters/parser/MP4Splitter/MP4Splitter.vcxproj2
-rw-r--r--src/filters/parser/MatroskaSplitter/MatroskaSplitter.vcxproj2
-rw-r--r--src/filters/parser/MpaSplitter/MpaSplitter.vcxproj2
-rw-r--r--src/filters/parser/MpegSplitter/MpegSplitter.vcxproj2
-rw-r--r--src/filters/parser/OggSplitter/OggSplitter.vcxproj2
-rw-r--r--src/filters/parser/RealMediaSplitter/RealMediaSplitter.vcxproj2
-rw-r--r--src/filters/parser/StreamDriveThru/StreamDriveThru.vcxproj2
-rw-r--r--src/filters/reader/CDDAReader/CDDAReader.vcxproj2
-rw-r--r--src/filters/reader/CDXAReader/CDXAReader.vcxproj2
-rw-r--r--src/filters/reader/UDPReader/UDPReader.vcxproj2
-rw-r--r--src/filters/reader/VTSReader/VTSReader.vcxproj2
-rw-r--r--src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.vcxproj2
-rw-r--r--src/filters/renderer/SyncClock/SyncClock.vcxproj2
-rw-r--r--src/filters/source/BaseSource/BaseSource.vcxproj2
-rw-r--r--src/filters/source/D2VSource/D2VSource.vcxproj2
-rw-r--r--src/filters/source/DTSAC3Source/DTSAC3Source.vcxproj2
-rw-r--r--src/filters/source/FLACSource/FLACSource.vcxproj2
-rw-r--r--src/filters/source/FLICSource/FLICSource.vcxproj2
-rw-r--r--src/filters/source/ShoutcastSource/ShoutcastSource.vcxproj2
-rw-r--r--src/filters/source/SubtitleSource/SubtitleSource.vcxproj2
-rw-r--r--src/filters/switcher/AudioSwitcher/AudioSwitcher.vcxproj2
-rw-r--r--src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcxproj2
-rw-r--r--src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcxproj2
-rw-r--r--src/filters/transform/BufferFilter/BufferFilter.vcxproj2
-rw-r--r--src/filters/transform/DeCSSFilter/DeCSSFilter.vcxproj2
-rw-r--r--src/filters/transform/MPCVideoDec/MPCVideoDec.vcxproj2
-rw-r--r--src/filters/transform/MpaDecFilter/MpaDecFilter.vcxproj2
-rw-r--r--src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcxproj2
36 files changed, 36 insertions, 36 deletions
diff --git a/src/filters/Filters.vcxproj b/src/filters/Filters.vcxproj
index 781ac118e..7fa9289f7 100644
--- a/src/filters/Filters.vcxproj
+++ b/src/filters/Filters.vcxproj
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{273B3149-3192-4B75-A791-470320B90812}</ProjectGuid>
<RootNamespace>Filters</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/muxer/BaseMuxer/BaseMuxer.vcxproj b/src/filters/muxer/BaseMuxer/BaseMuxer.vcxproj
index 81054089f..f51910a0b 100644
--- a/src/filters/muxer/BaseMuxer/BaseMuxer.vcxproj
+++ b/src/filters/muxer/BaseMuxer/BaseMuxer.vcxproj
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{DB5F93B2-54D0-4474-A588-D259BE36C832}</ProjectGuid>
<RootNamespace>BaseMuxer</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.vcxproj b/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.vcxproj
index 378c9d7a1..ee3e2d8d8 100644
--- a/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.vcxproj
+++ b/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{67827491-8162-4039-9132-F934ABC836A0}</ProjectGuid>
<RootNamespace>MatroskaMuxer</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/muxer/WavDest/WavDest.vcxproj b/src/filters/muxer/WavDest/WavDest.vcxproj
index ac1581ed7..d363cf11b 100644
--- a/src/filters/muxer/WavDest/WavDest.vcxproj
+++ b/src/filters/muxer/WavDest/WavDest.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{EB202B68-8029-4985-B914-E94B44D2E230}</ProjectGuid>
<RootNamespace>WavDest</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/AviSplitter/AviSplitter.vcxproj b/src/filters/parser/AviSplitter/AviSplitter.vcxproj
index f90c4ec8d..284169189 100644
--- a/src/filters/parser/AviSplitter/AviSplitter.vcxproj
+++ b/src/filters/parser/AviSplitter/AviSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{9738B023-FC46-48A2-953A-0035FD897678}</ProjectGuid>
<RootNamespace>AviSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/BaseSplitter/BaseSplitter.vcxproj b/src/filters/parser/BaseSplitter/BaseSplitter.vcxproj
index 3c1bc6ed7..a57dbf514 100644
--- a/src/filters/parser/BaseSplitter/BaseSplitter.vcxproj
+++ b/src/filters/parser/BaseSplitter/BaseSplitter.vcxproj
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{37768B3F-89BC-4C16-B2A8-767C5DA84C3F}</ProjectGuid>
<RootNamespace>BaseSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/parser/DSMSplitter/DSMSplitter.vcxproj b/src/filters/parser/DSMSplitter/DSMSplitter.vcxproj
index 247093314..3939c20d8 100644
--- a/src/filters/parser/DSMSplitter/DSMSplitter.vcxproj
+++ b/src/filters/parser/DSMSplitter/DSMSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{1E91F58C-0BAE-4021-8087-D1864D8EC066}</ProjectGuid>
<RootNamespace>DSMSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/FLVSplitter/FLVSplitter.vcxproj b/src/filters/parser/FLVSplitter/FLVSplitter.vcxproj
index 1edeaafcc..8c4ca0e8f 100644
--- a/src/filters/parser/FLVSplitter/FLVSplitter.vcxproj
+++ b/src/filters/parser/FLVSplitter/FLVSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{E62223EF-8263-41EB-8174-CD78BBEEF368}</ProjectGuid>
<RootNamespace>FLVSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/MP4Splitter/MP4Splitter.vcxproj b/src/filters/parser/MP4Splitter/MP4Splitter.vcxproj
index 2572e399c..de903a61b 100644
--- a/src/filters/parser/MP4Splitter/MP4Splitter.vcxproj
+++ b/src/filters/parser/MP4Splitter/MP4Splitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{9ED4B036-7399-4128-868D-6E71188E0277}</ProjectGuid>
<RootNamespace>MP4Splitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/MatroskaSplitter/MatroskaSplitter.vcxproj b/src/filters/parser/MatroskaSplitter/MatroskaSplitter.vcxproj
index 44c930ad1..f3710da3f 100644
--- a/src/filters/parser/MatroskaSplitter/MatroskaSplitter.vcxproj
+++ b/src/filters/parser/MatroskaSplitter/MatroskaSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{3F5EA225-F4B7-4413-AEB3-4E4E5751E438}</ProjectGuid>
<RootNamespace>MatroskaSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/MpaSplitter/MpaSplitter.vcxproj b/src/filters/parser/MpaSplitter/MpaSplitter.vcxproj
index 9d8c571de..82341073b 100644
--- a/src/filters/parser/MpaSplitter/MpaSplitter.vcxproj
+++ b/src/filters/parser/MpaSplitter/MpaSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{C0F7A036-FC2D-40DF-9852-C37518DB6B3E}</ProjectGuid>
<RootNamespace>MpaSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/MpegSplitter/MpegSplitter.vcxproj b/src/filters/parser/MpegSplitter/MpegSplitter.vcxproj
index b0365f191..e1f02330f 100644
--- a/src/filters/parser/MpegSplitter/MpegSplitter.vcxproj
+++ b/src/filters/parser/MpegSplitter/MpegSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{4628C665-EDE4-40D2-B525-32BE8B8551C8}</ProjectGuid>
<RootNamespace>MpegSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/OggSplitter/OggSplitter.vcxproj b/src/filters/parser/OggSplitter/OggSplitter.vcxproj
index 726f66b9e..32febe6bd 100644
--- a/src/filters/parser/OggSplitter/OggSplitter.vcxproj
+++ b/src/filters/parser/OggSplitter/OggSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{7FE0A205-3F39-4AC3-BC3C-C2D9E4D02475}</ProjectGuid>
<RootNamespace>OggSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/RealMediaSplitter/RealMediaSplitter.vcxproj b/src/filters/parser/RealMediaSplitter/RealMediaSplitter.vcxproj
index 94b9a8db5..77cd89793 100644
--- a/src/filters/parser/RealMediaSplitter/RealMediaSplitter.vcxproj
+++ b/src/filters/parser/RealMediaSplitter/RealMediaSplitter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{53CF9195-19DB-457D-8F55-8DB1706DFA84}</ProjectGuid>
<RootNamespace>RealMediaSplitter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/parser/StreamDriveThru/StreamDriveThru.vcxproj b/src/filters/parser/StreamDriveThru/StreamDriveThru.vcxproj
index b23a485da..54b470a39 100644
--- a/src/filters/parser/StreamDriveThru/StreamDriveThru.vcxproj
+++ b/src/filters/parser/StreamDriveThru/StreamDriveThru.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{AE399B7E-2B2C-4A96-9016-C5C74B0A2FA0}</ProjectGuid>
<RootNamespace>streamdrivethru</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/reader/CDDAReader/CDDAReader.vcxproj b/src/filters/reader/CDDAReader/CDDAReader.vcxproj
index e15f5878a..7e9485ed5 100644
--- a/src/filters/reader/CDDAReader/CDDAReader.vcxproj
+++ b/src/filters/reader/CDDAReader/CDDAReader.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{543D40E9-8CA6-4E4B-9936-90CBA562B268}</ProjectGuid>
<RootNamespace>CDDAReader</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/reader/CDXAReader/CDXAReader.vcxproj b/src/filters/reader/CDXAReader/CDXAReader.vcxproj
index 42878b860..09a0c9d1c 100644
--- a/src/filters/reader/CDXAReader/CDXAReader.vcxproj
+++ b/src/filters/reader/CDXAReader/CDXAReader.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{4D3B4FF4-535A-4201-AB7D-9AEC1E737A95}</ProjectGuid>
<RootNamespace>CDXAReader</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/reader/UDPReader/UDPReader.vcxproj b/src/filters/reader/UDPReader/UDPReader.vcxproj
index 28a3918e4..1ea63c192 100644
--- a/src/filters/reader/UDPReader/UDPReader.vcxproj
+++ b/src/filters/reader/UDPReader/UDPReader.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{3020FF9B-8202-488D-B137-11DECC510E6E}</ProjectGuid>
<RootNamespace>UDPReader</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/reader/VTSReader/VTSReader.vcxproj b/src/filters/reader/VTSReader/VTSReader.vcxproj
index 22e2e1935..1a52f7506 100644
--- a/src/filters/reader/VTSReader/VTSReader.vcxproj
+++ b/src/filters/reader/VTSReader/VTSReader.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{664E726B-EEEE-403A-AC15-345D9C9E1375}</ProjectGuid>
<RootNamespace>VTSReader</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.vcxproj b/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.vcxproj
index 5c423046d..2c236be9d 100644
--- a/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.vcxproj
+++ b/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{D0620EF4-1313-40D5-9069-A82F6FE26994}</ProjectGuid>
<RootNamespace>MpcAudioRenderer</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/renderer/SyncClock/SyncClock.vcxproj b/src/filters/renderer/SyncClock/SyncClock.vcxproj
index 5ec89b27a..2eb0d0fc8 100644
--- a/src/filters/renderer/SyncClock/SyncClock.vcxproj
+++ b/src/filters/renderer/SyncClock/SyncClock.vcxproj
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{0B63409D-674D-47F8-A84E-87DBB7783189}</ProjectGuid>
<RootNamespace>SyncClock</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/src/filters/source/BaseSource/BaseSource.vcxproj b/src/filters/source/BaseSource/BaseSource.vcxproj
index 90d3824a2..43c7dc2b7 100644
--- a/src/filters/source/BaseSource/BaseSource.vcxproj
+++ b/src/filters/source/BaseSource/BaseSource.vcxproj
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{F50E74C2-5BE7-4C9B-B1E7-6CA19CFAD34E}</ProjectGuid>
<RootNamespace>BaseSource</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/source/D2VSource/D2VSource.vcxproj b/src/filters/source/D2VSource/D2VSource.vcxproj
index ebc093656..b59de252a 100644
--- a/src/filters/source/D2VSource/D2VSource.vcxproj
+++ b/src/filters/source/D2VSource/D2VSource.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{83CC6B88-A112-4192-BD5A-F2A249AF2277}</ProjectGuid>
<RootNamespace>D2VSource</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/source/DTSAC3Source/DTSAC3Source.vcxproj b/src/filters/source/DTSAC3Source/DTSAC3Source.vcxproj
index 7ba8144cf..a142d6447 100644
--- a/src/filters/source/DTSAC3Source/DTSAC3Source.vcxproj
+++ b/src/filters/source/DTSAC3Source/DTSAC3Source.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{30D48874-899F-41C6-9B26-A40C96C91102}</ProjectGuid>
<RootNamespace>DTSAC3Source</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/source/FLACSource/FLACSource.vcxproj b/src/filters/source/FLACSource/FLACSource.vcxproj
index 3ce60353e..ba789d026 100644
--- a/src/filters/source/FLACSource/FLACSource.vcxproj
+++ b/src/filters/source/FLACSource/FLACSource.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{916D0FC1-1D86-487A-82DE-37FBEE43FB34}</ProjectGuid>
<RootNamespace>FLACSource</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Filter|Win32'" Label="Configuration">
diff --git a/src/filters/source/FLICSource/FLICSource.vcxproj b/src/filters/source/FLICSource/FLICSource.vcxproj
index 5b746ba18..8e8ef54c7 100644
--- a/src/filters/source/FLICSource/FLICSource.vcxproj
+++ b/src/filters/source/FLICSource/FLICSource.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{431DD5B6-3F2F-47EE-A23F-514BC044B704}</ProjectGuid>
<RootNamespace>FLICSource</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/source/ShoutcastSource/ShoutcastSource.vcxproj b/src/filters/source/ShoutcastSource/ShoutcastSource.vcxproj
index abe97f4c8..5f17fbd9f 100644
--- a/src/filters/source/ShoutcastSource/ShoutcastSource.vcxproj
+++ b/src/filters/source/ShoutcastSource/ShoutcastSource.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{42B599D7-BB84-481F-A42A-2DBE0E2E2D7E}</ProjectGuid>
<RootNamespace>ShoutcastSource</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/source/SubtitleSource/SubtitleSource.vcxproj b/src/filters/source/SubtitleSource/SubtitleSource.vcxproj
index 6a287455d..4975a9b57 100644
--- a/src/filters/source/SubtitleSource/SubtitleSource.vcxproj
+++ b/src/filters/source/SubtitleSource/SubtitleSource.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{8F998497-9C51-4FAA-83E4-1D85B22CBA13}</ProjectGuid>
<RootNamespace>SubtitleSource</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/switcher/AudioSwitcher/AudioSwitcher.vcxproj b/src/filters/switcher/AudioSwitcher/AudioSwitcher.vcxproj
index 053236133..eb715a342 100644
--- a/src/filters/switcher/AudioSwitcher/AudioSwitcher.vcxproj
+++ b/src/filters/switcher/AudioSwitcher/AudioSwitcher.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{D8DB3E7E-D50E-4EC3-A9B9-DAD18F5FE466}</ProjectGuid>
<RootNamespace>AudioSwitcher</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcxproj b/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcxproj
index 5ab34385e..f033c647d 100644
--- a/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcxproj
+++ b/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{339A4575-E25B-45D6-94A1-D835891740B8}</ProjectGuid>
<RootNamespace>AVI2AC3Filter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcxproj b/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcxproj
index e2ac2b11f..9f0f493cd 100644
--- a/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcxproj
+++ b/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcxproj
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{54DDA60F-E528-4D07-A152-960A1E818680}</ProjectGuid>
<RootNamespace>BaseVideoFilter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/transform/BufferFilter/BufferFilter.vcxproj b/src/filters/transform/BufferFilter/BufferFilter.vcxproj
index 36201c9f1..ab601358e 100644
--- a/src/filters/transform/BufferFilter/BufferFilter.vcxproj
+++ b/src/filters/transform/BufferFilter/BufferFilter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{9DCFD02A-16A0-4766-BC18-66163E21929D}</ProjectGuid>
<RootNamespace>BufferFilter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/transform/DeCSSFilter/DeCSSFilter.vcxproj b/src/filters/transform/DeCSSFilter/DeCSSFilter.vcxproj
index 2ea083214..072476c75 100644
--- a/src/filters/transform/DeCSSFilter/DeCSSFilter.vcxproj
+++ b/src/filters/transform/DeCSSFilter/DeCSSFilter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{F6B06383-3FFD-403B-9867-4AA82A20AA83}</ProjectGuid>
<RootNamespace>DeCSSFilter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/transform/MPCVideoDec/MPCVideoDec.vcxproj b/src/filters/transform/MPCVideoDec/MPCVideoDec.vcxproj
index dd140b2a3..5e1c3435b 100644
--- a/src/filters/transform/MPCVideoDec/MPCVideoDec.vcxproj
+++ b/src/filters/transform/MPCVideoDec/MPCVideoDec.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{58E36BF5-4A06-47E4-BD40-4CCEF8C634DF}</ProjectGuid>
<RootNamespace>MPCVideoDec</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/transform/MpaDecFilter/MpaDecFilter.vcxproj b/src/filters/transform/MpaDecFilter/MpaDecFilter.vcxproj
index 2e0d3a850..2e41ba5f1 100644
--- a/src/filters/transform/MpaDecFilter/MpaDecFilter.vcxproj
+++ b/src/filters/transform/MpaDecFilter/MpaDecFilter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{4421516D-10A6-41C1-ADF3-099573BBB0C6}</ProjectGuid>
<RootNamespace>MpaDecFilter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcxproj b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcxproj
index 158d6331f..282cd193b 100644
--- a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcxproj
+++ b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcxproj
@@ -37,7 +37,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{305BAB2D-0D75-4FBC-8BCD-A2917392B48C}</ProjectGuid>
<RootNamespace>Mpeg2DecFilter</RootNamespace>
- <Keyword>Win32Proj</Keyword>
+ <Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">