source: trunk/Utilities/GeneratePcmWavFile/GeneratePcmWavFile.vcxproj @ 937

Last change on this file since 937 was 824, checked in by roman, 6 years ago

VS2017 upgrade, 32-bit PCM support (limited)

File size: 8.9 KB
RevLine 
[5]1<?xml version="1.0" encoding="utf-8"?>
[824]2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[5]3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{3877BEF8-254A-40A4-89F2-4AC049490800}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>GeneratePcmWavFile</RootNamespace>
[824]25    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
[5]26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29    <ConfigurationType>Application</ConfigurationType>
30    <UseDebugLibraries>true</UseDebugLibraries>
31    <CharacterSet>Unicode</CharacterSet>
32    <UseOfAtl>Static</UseOfAtl>
[824]33    <PlatformToolset>v141</PlatformToolset>
[5]34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
36    <ConfigurationType>Application</ConfigurationType>
37    <UseDebugLibraries>true</UseDebugLibraries>
38    <CharacterSet>Unicode</CharacterSet>
39    <UseOfAtl>Static</UseOfAtl>
[824]40    <PlatformToolset>v141</PlatformToolset>
[5]41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43    <ConfigurationType>Application</ConfigurationType>
44    <UseDebugLibraries>false</UseDebugLibraries>
45    <WholeProgramOptimization>true</WholeProgramOptimization>
46    <CharacterSet>Unicode</CharacterSet>
47    <UseOfAtl>Static</UseOfAtl>
[824]48    <PlatformToolset>v141</PlatformToolset>
[5]49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51    <ConfigurationType>Application</ConfigurationType>
52    <UseDebugLibraries>false</UseDebugLibraries>
53    <WholeProgramOptimization>true</WholeProgramOptimization>
54    <CharacterSet>Unicode</CharacterSet>
55    <UseOfAtl>Static</UseOfAtl>
[824]56    <PlatformToolset>v141</PlatformToolset>
[5]57  </PropertyGroup>
58  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59  <ImportGroup Label="ExtensionSettings">
60  </ImportGroup>
61  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63  </ImportGroup>
64  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66  </ImportGroup>
67  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69  </ImportGroup>
70  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
71    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72  </ImportGroup>
73  <PropertyGroup Label="UserMacros" />
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75    <LinkIncremental>true</LinkIncremental>
76    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
77    <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80    <LinkIncremental>true</LinkIncremental>
81    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
82    <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85    <LinkIncremental>false</LinkIncremental>
86    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
87    <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
88  </PropertyGroup>
89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90    <LinkIncremental>false</LinkIncremental>
91    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
92    <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
93  </PropertyGroup>
94  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
95    <ClCompile>
96      <PrecompiledHeader>Use</PrecompiledHeader>
97      <WarningLevel>Level3</WarningLevel>
98      <Optimization>Disabled</Optimization>
99      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100    </ClCompile>
101    <Link>
102      <SubSystem>Console</SubSystem>
103      <GenerateDebugInformation>true</GenerateDebugInformation>
104    </Link>
105  </ItemDefinitionGroup>
106  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107    <ClCompile>
108      <PrecompiledHeader>Use</PrecompiledHeader>
109      <WarningLevel>Level3</WarningLevel>
110      <Optimization>Disabled</Optimization>
111      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112    </ClCompile>
113    <Link>
114      <SubSystem>Console</SubSystem>
115      <GenerateDebugInformation>true</GenerateDebugInformation>
116    </Link>
117  </ItemDefinitionGroup>
118  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119    <ClCompile>
120      <WarningLevel>Level3</WarningLevel>
121      <PrecompiledHeader>Use</PrecompiledHeader>
122      <Optimization>Full</Optimization>
123      <IntrinsicFunctions>true</IntrinsicFunctions>
124      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
126      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
127      <OmitFramePointers>true</OmitFramePointers>
128      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
129      <StringPooling>true</StringPooling>
130      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
131    </ClCompile>
132    <Link>
133      <SubSystem>Console</SubSystem>
134      <GenerateDebugInformation>true</GenerateDebugInformation>
135      <EnableCOMDATFolding>true</EnableCOMDATFolding>
136      <OptimizeReferences>true</OptimizeReferences>
137    </Link>
138  </ItemDefinitionGroup>
139  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
140    <ClCompile>
141      <WarningLevel>Level3</WarningLevel>
142      <PrecompiledHeader>Use</PrecompiledHeader>
143      <Optimization>Full</Optimization>
144      <IntrinsicFunctions>true</IntrinsicFunctions>
145      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
147      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
148      <OmitFramePointers>true</OmitFramePointers>
149      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
150      <StringPooling>true</StringPooling>
151      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
152    </ClCompile>
153    <Link>
154      <SubSystem>Console</SubSystem>
155      <GenerateDebugInformation>true</GenerateDebugInformation>
156      <EnableCOMDATFolding>true</EnableCOMDATFolding>
157      <OptimizeReferences>true</OptimizeReferences>
158    </Link>
159  </ItemDefinitionGroup>
160  <ItemGroup>
161    <ClInclude Include="stdafx.h" />
162    <ClInclude Include="targetver.h" />
163  </ItemGroup>
164  <ItemGroup>
[824]165    <ClCompile Include="Application.cpp" />
[5]166    <ClCompile Include="stdafx.cpp">
167      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
168      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
169      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
170      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
171    </ClCompile>
172  </ItemGroup>
173  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
174  <ImportGroup Label="ExtensionTargets">
175  </ImportGroup>
176</Project>
Note: See TracBrowser for help on using the repository browser.