source: trunk/Utilities/Miscellaneous/FilterGraphService/FilterGraphService.sln @ 937

Last change on this file since 937 was 496, checked in by roman, 9 years ago

ATL service hosting DirectShow? filter graph - sample app

File size: 1.5 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2013
4VisualStudioVersion = 12.0.40629.0
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FilterGraphService", "FilterGraphService\FilterGraphService.vcxproj", "{1F7532DB-B525-4032-B85D-9B82153EBD9B}"
7EndProject
8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FilterGraphServicePS", "FilterGraphService\FilterGraphServicePS.vcxproj", "{F7822DC8-8C80-42B9-A755-1957B15E0878}"
9        ProjectSection(ProjectDependencies) = postProject
10                {1F7532DB-B525-4032-B85D-9B82153EBD9B} = {1F7532DB-B525-4032-B85D-9B82153EBD9B}
11        EndProjectSection
12EndProject
13Global
14        GlobalSection(SolutionConfigurationPlatforms) = preSolution
15                Debug|Win32 = Debug|Win32
16                Release|Win32 = Release|Win32
17        EndGlobalSection
18        GlobalSection(ProjectConfigurationPlatforms) = postSolution
19                {1F7532DB-B525-4032-B85D-9B82153EBD9B}.Debug|Win32.ActiveCfg = Debug|Win32
20                {1F7532DB-B525-4032-B85D-9B82153EBD9B}.Debug|Win32.Build.0 = Debug|Win32
21                {1F7532DB-B525-4032-B85D-9B82153EBD9B}.Release|Win32.ActiveCfg = Release|Win32
22                {1F7532DB-B525-4032-B85D-9B82153EBD9B}.Release|Win32.Build.0 = Release|Win32
23                {F7822DC8-8C80-42B9-A755-1957B15E0878}.Debug|Win32.ActiveCfg = Debug|Win32
24                {F7822DC8-8C80-42B9-A755-1957B15E0878}.Release|Win32.ActiveCfg = Release|Win32
25        EndGlobalSection
26        GlobalSection(SolutionProperties) = preSolution
27                HideSolutionNode = FALSE
28        EndGlobalSection
29EndGlobal
Note: See TracBrowser for help on using the repository browser.