Ignore:
Timestamp:
Feb 23, 2018, 4:25:46 AM (5 years ago)
Author:
roman
Message:

VS2017 upgrade, 32-bit PCM support (limited)

Location:
trunk/Utilities/GeneratePcmWavFile
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/GeneratePcmWavFile

    • Property svn:ignore
      •  

        old new  
        44*.opensdf
        55ipch
         6.vs
  • trunk/Utilities/GeneratePcmWavFile/GeneratePcmWavFile.sln

    r190 r824  
    11
    22Microsoft Visual Studio Solution File, Format Version 11.00
    3 # Visual Studio 2012
     3# Visual Studio 2013
    44Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GeneratePcmWavFile", "GeneratePcmWavFile.vcxproj", "{3877BEF8-254A-40A4-89F2-4AC049490800}"
    55EndProject
  • trunk/Utilities/GeneratePcmWavFile/GeneratePcmWavFile.vcxproj

    r190 r824  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <ItemGroup Label="ProjectConfigurations">
    44    <ProjectConfiguration Include="Debug|Win32">
     
    2323    <Keyword>Win32Proj</Keyword>
    2424    <RootNamespace>GeneratePcmWavFile</RootNamespace>
     25    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
    2526  </PropertyGroup>
    2627  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     
    3031    <CharacterSet>Unicode</CharacterSet>
    3132    <UseOfAtl>Static</UseOfAtl>
     33    <PlatformToolset>v141</PlatformToolset>
    3234  </PropertyGroup>
    3335  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    3638    <CharacterSet>Unicode</CharacterSet>
    3739    <UseOfAtl>Static</UseOfAtl>
     40    <PlatformToolset>v141</PlatformToolset>
    3841  </PropertyGroup>
    3942  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     
    4346    <CharacterSet>Unicode</CharacterSet>
    4447    <UseOfAtl>Static</UseOfAtl>
     48    <PlatformToolset>v141</PlatformToolset>
    4549  </PropertyGroup>
    4650  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    5054    <CharacterSet>Unicode</CharacterSet>
    5155    <UseOfAtl>Static</UseOfAtl>
     56    <PlatformToolset>v141</PlatformToolset>
    5257  </PropertyGroup>
    5358  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     
    158163  </ItemGroup>
    159164  <ItemGroup>
    160     <ClCompile Include="GeneratePcmWavFile.cpp" />
     165    <ClCompile Include="Application.cpp" />
    161166    <ClCompile Include="stdafx.cpp">
    162167      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  • trunk/Utilities/GeneratePcmWavFile/GeneratePcmWavFile.vcxproj.filters

    r190 r824  
    2727      <Filter>Source Files</Filter>
    2828    </ClCompile>
    29     <ClCompile Include="GeneratePcmWavFile.cpp">
     29    <ClCompile Include="Application.cpp">
    3030      <Filter>Source Files</Filter>
    3131    </ClCompile>
  • trunk/Utilities/GeneratePcmWavFile/stdafx.h

    r7 r824  
    3838// Alax.Info ATL/WTL
    3939
    40 #define REGISTRY_PRODUCTROOT    _T("SOFTWARE\\Alax.Info\\Utilities")
     40#define REGISTRY_PRODUCTROOT    _T("SOFTWARE\\Alax.Info\\Utility")
    4141#define REGISTRY_FILEROOT               REGISTRY_PRODUCTROOT
    4242#define REGISTRY_ROOT                   REGISTRY_FILEROOT
Note: See TracChangeset for help on using the changeset viewer.