Changeset 347 for trunk/Utilities/DumpMediaSamples
- Timestamp:
- Oct 12, 2014, 6:54:41 AM (9 years ago)
- Location:
- trunk/Utilities/DumpMediaSamples
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/DumpMediaSamples/DumpMediaSamples.vcxproj
r152 r347 19 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 20 20 <ConfigurationType>Application</ConfigurationType> 21 <PlatformToolset>v1 00</PlatformToolset>21 <PlatformToolset>v110_xp</PlatformToolset> 22 22 <UseOfAtl>Static</UseOfAtl> 23 23 <CharacterSet>Unicode</CharacterSet> … … 26 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 27 <ConfigurationType>Application</ConfigurationType> 28 <PlatformToolset>v1 00</PlatformToolset>28 <PlatformToolset>v110_xp</PlatformToolset> 29 29 <UseOfAtl>Static</UseOfAtl> 30 30 <CharacterSet>Unicode</CharacterSet> … … 106 106 </ItemDefinitionGroup> 107 107 <ItemGroup> 108 <ClCompile Include=" DumpMediaSamples.cpp" />108 <ClCompile Include="Application.cpp" /> 109 109 <ClCompile Include="stdafx.cpp"> 110 110 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> … … 114 114 <ItemGroup> 115 115 <ClInclude Include="Handler.h" /> 116 <ClInclude Include="Module.h" /> 116 117 <ClInclude Include="stdafx.h" /> 117 118 </ItemGroup> -
trunk/Utilities/DumpMediaSamples/DumpMediaSamples.vcxproj.filters
r152 r347 16 16 </ItemGroup> 17 17 <ItemGroup> 18 <ClCompile Include=" DumpMediaSamples.cpp">18 <ClCompile Include="stdafx.cpp"> 19 19 <Filter>Source Files</Filter> 20 20 </ClCompile> 21 <ClCompile Include=" stdafx.cpp">21 <ClCompile Include="Application.cpp"> 22 22 <Filter>Source Files</Filter> 23 23 </ClCompile> … … 30 30 <Filter>Header Files</Filter> 31 31 </ClInclude> 32 <ClInclude Include="Module.h"> 33 <Filter>Header Files</Filter> 34 </ClInclude> 32 35 </ItemGroup> 33 36 </Project> -
trunk/Utilities/DumpMediaSamples/stdafx.h
r152 r347 12 12 13 13 //#define STRICT 14 #define WINVER 0x0501 // Windows XP 15 #define _WIN32_WINNT 0x0501 // Windows XP 16 #define _WIN32_WINDOWS 0x0410 // Windows 98 17 #define _WIN32_IE 0x0501 // Internet Explorer 5.01 18 #define _RICHEDIT_VER 0x0200 // RichEdit 2.0 14 15 //#define WINVER 0x0501 // Windows XP 16 //#define _WIN32_WINNT 0x0501 // Windows XP 17 //#define _WIN32_WINDOWS 0x0410 // Windows 98 18 //#define _WIN32_IE 0x0501 // Internet Explorer 5.01 19 //#define _RICHEDIT_VER 0x0200 // RichEdit 2.0 20 21 #include <SDKDDKVer.h> 22 19 23 #define INLINE_HRESULT_FROM_WIN32 20 24 … … 52 56 #define _WTL_NEW_PAGE_NOTIFY_HANDLERS 53 57 58 #undef _SYSINFOAPI_H_ 54 59 #include <atlapp.h> 60 #define _SYSINFOAPI_H_ 61 55 62 #include <atlgdi.h> 56 63 #include <atluser.h>
Note: See TracChangeset
for help on using the changeset viewer.