source: trunk/DirectShowSpy/Host01/Host01.sln @ 617

Last change on this file since 617 was 617, checked in by roman, 8 years ago

Exported function signatures replaced to accurately rundll32 compatible; added IModuleVersionInformation implementation to FilterGraphHelper?; added debug Host01 project; IFilterGraphHelper interface is extended with MediaSampleTrace? related automation methods; MediaSampleTrace? UI is extended to support data load from external file

File size: 1.3 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}") = "Host01", "Host01.vcxproj", "{02A667BA-1492-4BDD-88A4-819AB1CA351B}"
7EndProject
8Global
9        GlobalSection(SolutionConfigurationPlatforms) = preSolution
10                Debug|Win32 = Debug|Win32
11                Debug|x64 = Debug|x64
12                Release|Win32 = Release|Win32
13                Release|x64 = Release|x64
14        EndGlobalSection
15        GlobalSection(ProjectConfigurationPlatforms) = postSolution
16                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Debug|Win32.ActiveCfg = Debug|Win32
17                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Debug|Win32.Build.0 = Debug|Win32
18                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Debug|x64.ActiveCfg = Debug|x64
19                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Debug|x64.Build.0 = Debug|x64
20                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Release|Win32.ActiveCfg = Release|Win32
21                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Release|Win32.Build.0 = Release|Win32
22                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Release|x64.ActiveCfg = Release|x64
23                {02A667BA-1492-4BDD-88A4-819AB1CA351B}.Release|x64.Build.0 = Release|x64
24        EndGlobalSection
25        GlobalSection(SolutionProperties) = preSolution
26                HideSolutionNode = FALSE
27        EndGlobalSection
28EndGlobal
Note: See TracBrowser for help on using the repository browser.