Ignore:
Timestamp:
Jan 10, 2014, 3:56:30 AM (10 years ago)
Author:
roman
Message:

Cosmetic updates; added registration free C++ sample for filter graph helper

Location:
trunk/DirectShowSpy/Sample
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/Sample/Samples.sln

    r234 r236  
    66Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterGraphHelperDialog", "FilterGraphHelperDialog\FilterGraphHelperDialog.csproj", "{41573F82-3784-412A-A732-84C2E7A67377}"
    77EndProject
     8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RegistrationFreeFilterGraphHelper", "RegistrationFreeFilterGraphHelper\RegistrationFreeFilterGraphHelper.vcxproj", "{43C0B4EC-7B07-473C-90FE-357F664650C4}"
     9EndProject
    810Global
    911        GlobalSection(SolutionConfigurationPlatforms) = preSolution
    1012                Debug|Any CPU = Debug|Any CPU
     13                Debug|Mixed Platforms = Debug|Mixed Platforms
     14                Debug|Win32 = Debug|Win32
    1115                Release|Any CPU = Release|Any CPU
     16                Release|Mixed Platforms = Release|Mixed Platforms
     17                Release|Win32 = Release|Win32
    1218        EndGlobalSection
    1319        GlobalSection(ProjectConfigurationPlatforms) = postSolution
    1420                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    1521                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
     22                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
     23                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
     24                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Debug|Win32.ActiveCfg = Debug|Any CPU
    1625                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
    1726                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Release|Any CPU.Build.0 = Release|Any CPU
     27                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
     28                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
     29                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Release|Win32.ActiveCfg = Release|Any CPU
    1830                {41573F82-3784-412A-A732-84C2E7A67377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    1931                {41573F82-3784-412A-A732-84C2E7A67377}.Debug|Any CPU.Build.0 = Debug|Any CPU
     32                {41573F82-3784-412A-A732-84C2E7A67377}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
     33                {41573F82-3784-412A-A732-84C2E7A67377}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
     34                {41573F82-3784-412A-A732-84C2E7A67377}.Debug|Win32.ActiveCfg = Debug|Any CPU
    2035                {41573F82-3784-412A-A732-84C2E7A67377}.Release|Any CPU.ActiveCfg = Release|Any CPU
    2136                {41573F82-3784-412A-A732-84C2E7A67377}.Release|Any CPU.Build.0 = Release|Any CPU
     37                {41573F82-3784-412A-A732-84C2E7A67377}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
     38                {41573F82-3784-412A-A732-84C2E7A67377}.Release|Mixed Platforms.Build.0 = Release|Any CPU
     39                {41573F82-3784-412A-A732-84C2E7A67377}.Release|Win32.ActiveCfg = Release|Any CPU
     40                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Debug|Any CPU.ActiveCfg = Debug|Win32
     41                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
     42                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Debug|Mixed Platforms.Build.0 = Debug|Win32
     43                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Debug|Win32.ActiveCfg = Debug|Win32
     44                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Debug|Win32.Build.0 = Debug|Win32
     45                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Release|Any CPU.ActiveCfg = Release|Win32
     46                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Release|Mixed Platforms.ActiveCfg = Release|Win32
     47                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Release|Mixed Platforms.Build.0 = Release|Win32
     48                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Release|Win32.ActiveCfg = Release|Win32
     49                {43C0B4EC-7B07-473C-90FE-357F664650C4}.Release|Win32.Build.0 = Release|Win32
    2250        EndGlobalSection
    2351        GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.