source: trunk/DirectShowSpy/Sample/Samples.sln @ 234

Last change on this file since 234 was 234, checked in by roman, 10 years ago

Added FilterGraphHelperDialog? C# sample

File size: 1.4 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2012
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterGraphText", "FilterGraphText\FilterGraphText.csproj", "{35082D27-E067-4ABC-95C3-BE30E52BCBB3}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterGraphHelperDialog", "FilterGraphHelperDialog\FilterGraphHelperDialog.csproj", "{41573F82-3784-412A-A732-84C2E7A67377}"
7EndProject
8Global
9        GlobalSection(SolutionConfigurationPlatforms) = preSolution
10                Debug|Any CPU = Debug|Any CPU
11                Release|Any CPU = Release|Any CPU
12        EndGlobalSection
13        GlobalSection(ProjectConfigurationPlatforms) = postSolution
14                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
16                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
17                {35082D27-E067-4ABC-95C3-BE30E52BCBB3}.Release|Any CPU.Build.0 = Release|Any CPU
18                {41573F82-3784-412A-A732-84C2E7A67377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19                {41573F82-3784-412A-A732-84C2E7A67377}.Debug|Any CPU.Build.0 = Debug|Any CPU
20                {41573F82-3784-412A-A732-84C2E7A67377}.Release|Any CPU.ActiveCfg = Release|Any CPU
21                {41573F82-3784-412A-A732-84C2E7A67377}.Release|Any CPU.Build.0 = Release|Any CPU
22        EndGlobalSection
23        GlobalSection(SolutionProperties) = preSolution
24                HideSolutionNode = FALSE
25        EndGlobalSection
26EndGlobal
Note: See TracBrowser for help on using the repository browser.