Changeset 462 for trunk


Ignore:
Timestamp:
May 25, 2015, 9:58:25 AM (9 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/WindowsMediaCodecList
Files:
3 added
3 deleted
3 edited

Legend:

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

    r66 r462  
    2727    <CharacterSet>Unicode</CharacterSet>
    2828    <WholeProgramOptimization>true</WholeProgramOptimization>
     29    <PlatformToolset>v110_xp</PlatformToolset>
    2930  </PropertyGroup>
    3031  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    3233    <CharacterSet>Unicode</CharacterSet>
    3334    <WholeProgramOptimization>true</WholeProgramOptimization>
     35    <PlatformToolset>v110_xp</PlatformToolset>
    3436  </PropertyGroup>
    3537  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    3638    <ConfigurationType>Application</ConfigurationType>
    3739    <CharacterSet>Unicode</CharacterSet>
     40    <PlatformToolset>v110_xp</PlatformToolset>
    3841  </PropertyGroup>
    3942  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    4043    <ConfigurationType>Application</ConfigurationType>
    4144    <CharacterSet>Unicode</CharacterSet>
     45    <PlatformToolset>v110_xp</PlatformToolset>
    4246  </PropertyGroup>
    4347  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     
    238242      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
    239243    </ClCompile>
    240     <ClCompile Include="WindowsMediaCodecList.cpp" />
     244    <ClCompile Include="Application.cpp" />
    241245  </ItemGroup>
    242246  <ItemGroup>
     
    247251  </ItemGroup>
    248252  <ItemGroup>
    249     <None Include="res\WindowsMediaCodecList.ico" />
    250     <None Include="WindowsMediaCodecList.ico" />
    251   </ItemGroup>
    252   <ItemGroup>
    253     <ResourceCompile Include="WindowsMediaCodecList.rc" />
     253    <None Include="Module.ico" />
     254  </ItemGroup>
     255  <ItemGroup>
     256    <ResourceCompile Include="Module.rc" />
    254257  </ItemGroup>
    255258  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  • trunk/Utilities/WindowsMediaCodecList/WindowsMediaCodecList.vcxproj.filters

    r66 r462  
    1919      <Filter>Source Files</Filter>
    2020    </ClCompile>
    21     <ClCompile Include="WindowsMediaCodecList.cpp">
     21    <ClCompile Include="Application.cpp">
    2222      <Filter>Source Files</Filter>
    2323    </ClCompile>
     
    3838  </ItemGroup>
    3939  <ItemGroup>
    40     <None Include="res\WindowsMediaCodecList.ico">
    41       <Filter>Resource Files</Filter>
    42     </None>
    43     <None Include="WindowsMediaCodecList.ico">
     40    <None Include="Module.ico">
    4441      <Filter>Resource Files</Filter>
    4542    </None>
    4643  </ItemGroup>
    4744  <ItemGroup>
    48     <ResourceCompile Include="WindowsMediaCodecList.rc">
     45    <ResourceCompile Include="Module.rc">
    4946      <Filter>Resource Files</Filter>
    5047    </ResourceCompile>
  • trunk/Utilities/WindowsMediaCodecList/stdafx.h

    r186 r462  
    66
    77////////////////////////////////////////////////////////////
    8 // Windows definitions
     8// SDK
    99
    10 #define WINVER                  0x0500
    11 #define _WIN32_WINNT    0x0501
    12 #define _WIN32_WINDOWS  0x0410
    13 #define _WIN32_IE               0x0501
    14 #define _RICHEDIT_VER   0x0200
    15 
    16 #define INLINE_HRESULT_FROM_WIN32
     10#include <sdkddkver.h>
    1711#define _INC_WINDOWSX
    18 
    1912#include <windows.h>
    20 #include <shellapi.h>
     13//#include <shellapi.h>
    2114
    2215////////////////////////////////////////////////////////////
    23 // ATL definitions
     16// ATL
    2417
    2518#define _ATL_APARTMENT_THREADED
Note: See TracChangeset for help on using the changeset viewer.