Changeset 824 for trunk/Utilities/GeneratePcmWavFile
- Timestamp:
- Feb 23, 2018, 4:25:46 AM (5 years ago)
- Location:
- trunk/Utilities/GeneratePcmWavFile
- Files:
-
- 1 added
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/GeneratePcmWavFile
- Property svn:ignore
-
old new 4 4 *.opensdf 5 5 ipch 6 .vs
-
- Property svn:ignore
-
trunk/Utilities/GeneratePcmWavFile/GeneratePcmWavFile.sln
r190 r824 1 1 2 2 Microsoft Visual Studio Solution File, Format Version 11.00 3 # Visual Studio 201 23 # Visual Studio 2013 4 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GeneratePcmWavFile", "GeneratePcmWavFile.vcxproj", "{3877BEF8-254A-40A4-89F2-4AC049490800}" 5 5 EndProject -
trunk/Utilities/GeneratePcmWavFile/GeneratePcmWavFile.vcxproj
r190 r824 1 1 <?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"> 3 3 <ItemGroup Label="ProjectConfigurations"> 4 4 <ProjectConfiguration Include="Debug|Win32"> … … 23 23 <Keyword>Win32Proj</Keyword> 24 24 <RootNamespace>GeneratePcmWavFile</RootNamespace> 25 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 25 26 </PropertyGroup> 26 27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 30 31 <CharacterSet>Unicode</CharacterSet> 31 32 <UseOfAtl>Static</UseOfAtl> 33 <PlatformToolset>v141</PlatformToolset> 32 34 </PropertyGroup> 33 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> … … 36 38 <CharacterSet>Unicode</CharacterSet> 37 39 <UseOfAtl>Static</UseOfAtl> 40 <PlatformToolset>v141</PlatformToolset> 38 41 </PropertyGroup> 39 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> … … 43 46 <CharacterSet>Unicode</CharacterSet> 44 47 <UseOfAtl>Static</UseOfAtl> 48 <PlatformToolset>v141</PlatformToolset> 45 49 </PropertyGroup> 46 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> … … 50 54 <CharacterSet>Unicode</CharacterSet> 51 55 <UseOfAtl>Static</UseOfAtl> 56 <PlatformToolset>v141</PlatformToolset> 52 57 </PropertyGroup> 53 58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 158 163 </ItemGroup> 159 164 <ItemGroup> 160 <ClCompile Include=" GeneratePcmWavFile.cpp" />165 <ClCompile Include="Application.cpp" /> 161 166 <ClCompile Include="stdafx.cpp"> 162 167 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> -
trunk/Utilities/GeneratePcmWavFile/GeneratePcmWavFile.vcxproj.filters
r190 r824 27 27 <Filter>Source Files</Filter> 28 28 </ClCompile> 29 <ClCompile Include=" GeneratePcmWavFile.cpp">29 <ClCompile Include="Application.cpp"> 30 30 <Filter>Source Files</Filter> 31 31 </ClCompile> -
trunk/Utilities/GeneratePcmWavFile/stdafx.h
r7 r824 38 38 // Alax.Info ATL/WTL 39 39 40 #define REGISTRY_PRODUCTROOT _T("SOFTWARE\\Alax.Info\\Utilit ies")40 #define REGISTRY_PRODUCTROOT _T("SOFTWARE\\Alax.Info\\Utility") 41 41 #define REGISTRY_FILEROOT REGISTRY_PRODUCTROOT 42 42 #define REGISTRY_ROOT REGISTRY_FILEROOT
Note: See TracChangeset
for help on using the changeset viewer.