Ignore:
Timestamp:
Oct 12, 2014, 6:54:41 AM (9 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/DumpMediaSamples
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/DumpMediaSamples/DumpMediaSamples.vcxproj

    r152 r347  
    1919  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    2020    <ConfigurationType>Application</ConfigurationType>
    21     <PlatformToolset>v100</PlatformToolset>
     21    <PlatformToolset>v110_xp</PlatformToolset>
    2222    <UseOfAtl>Static</UseOfAtl>
    2323    <CharacterSet>Unicode</CharacterSet>
     
    2626  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    2727    <ConfigurationType>Application</ConfigurationType>
    28     <PlatformToolset>v100</PlatformToolset>
     28    <PlatformToolset>v110_xp</PlatformToolset>
    2929    <UseOfAtl>Static</UseOfAtl>
    3030    <CharacterSet>Unicode</CharacterSet>
     
    106106  </ItemDefinitionGroup>
    107107  <ItemGroup>
    108     <ClCompile Include="DumpMediaSamples.cpp" />
     108    <ClCompile Include="Application.cpp" />
    109109    <ClCompile Include="stdafx.cpp">
    110110      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
     
    114114  <ItemGroup>
    115115    <ClInclude Include="Handler.h" />
     116    <ClInclude Include="Module.h" />
    116117    <ClInclude Include="stdafx.h" />
    117118  </ItemGroup>
  • trunk/Utilities/DumpMediaSamples/DumpMediaSamples.vcxproj.filters

    r152 r347  
    1616  </ItemGroup>
    1717  <ItemGroup>
    18     <ClCompile Include="DumpMediaSamples.cpp">
     18    <ClCompile Include="stdafx.cpp">
    1919      <Filter>Source Files</Filter>
    2020    </ClCompile>
    21     <ClCompile Include="stdafx.cpp">
     21    <ClCompile Include="Application.cpp">
    2222      <Filter>Source Files</Filter>
    2323    </ClCompile>
     
    3030      <Filter>Header Files</Filter>
    3131    </ClInclude>
     32    <ClInclude Include="Module.h">
     33      <Filter>Header Files</Filter>
     34    </ClInclude>
    3235  </ItemGroup>
    3336</Project>
  • trunk/Utilities/DumpMediaSamples/stdafx.h

    r152 r347  
    1212
    1313//#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
    1923#define INLINE_HRESULT_FROM_WIN32
    2024
     
    5256#define _WTL_NEW_PAGE_NOTIFY_HANDLERS
    5357
     58#undef _SYSINFOAPI_H_
    5459#include <atlapp.h>
     60#define _SYSINFOAPI_H_
     61
    5562#include <atlgdi.h>
    5663#include <atluser.h>
Note: See TracChangeset for help on using the changeset viewer.