[11] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
[522] | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
[11] | 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>{1AB74749-013C-4258-8B40-CB8B2E44F2B7}</ProjectGuid> |
---|
| 23 | <RootNamespace>EnumerateAudioDevices</RootNamespace> |
---|
| 24 | </PropertyGroup> |
---|
| 25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
| 27 | <ConfigurationType>Application</ConfigurationType> |
---|
| 28 | <UseOfAtl>Static</UseOfAtl> |
---|
| 29 | <CharacterSet>Unicode</CharacterSet> |
---|
| 30 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
[522] | 31 | <PlatformToolset>v120_xp</PlatformToolset> |
---|
[11] | 32 | </PropertyGroup> |
---|
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
| 34 | <ConfigurationType>Application</ConfigurationType> |
---|
| 35 | <CharacterSet>Unicode</CharacterSet> |
---|
[522] | 36 | <PlatformToolset>v120_xp</PlatformToolset> |
---|
[11] | 37 | </PropertyGroup> |
---|
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
| 39 | <ConfigurationType>Application</ConfigurationType> |
---|
| 40 | <UseOfAtl>Static</UseOfAtl> |
---|
| 41 | <CharacterSet>Unicode</CharacterSet> |
---|
| 42 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
[522] | 43 | <PlatformToolset>v120_xp</PlatformToolset> |
---|
[11] | 44 | </PropertyGroup> |
---|
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
| 46 | <ConfigurationType>Application</ConfigurationType> |
---|
| 47 | <CharacterSet>Unicode</CharacterSet> |
---|
[522] | 48 | <PlatformToolset>v120_xp</PlatformToolset> |
---|
[11] | 49 | </PropertyGroup> |
---|
| 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
| 51 | <ImportGroup Label="ExtensionSettings"> |
---|
| 52 | </ImportGroup> |
---|
| 53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
| 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 55 | </ImportGroup> |
---|
| 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 58 | </ImportGroup> |
---|
| 59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 61 | </ImportGroup> |
---|
| 62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
| 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 64 | </ImportGroup> |
---|
| 65 | <PropertyGroup Label="UserMacros" /> |
---|
| 66 | <PropertyGroup> |
---|
| 67 | <_ProjectFileVersion>10.0.31118.1</_ProjectFileVersion> |
---|
| 68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> |
---|
| 69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
---|
| 70 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
---|
| 71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> |
---|
| 72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
---|
| 73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
---|
| 74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> |
---|
| 75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
---|
| 76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
---|
| 77 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> |
---|
| 78 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
---|
| 79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
---|
| 80 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 81 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
| 82 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
| 83 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 84 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
| 85 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
| 86 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 87 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
| 88 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
| 89 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 90 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
| 91 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
| 92 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(WindowsSdkDir)include;$(IncludePath)</IncludePath> |
---|
| 93 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(WindowsSdkDir)include;$(IncludePath)</IncludePath> |
---|
| 94 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(WindowsSdkDir)include;$(IncludePath)</IncludePath> |
---|
| 95 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(WindowsSdkDir)include;$(IncludePath)</IncludePath> |
---|
| 96 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(WindowsSdkDir)lib;$(LibraryPath)</LibraryPath> |
---|
| 97 | <SourcePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SourcePath)</SourcePath> |
---|
| 98 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(WindowsSdkDir)lib;$(LibraryPath)</LibraryPath> |
---|
| 99 | <SourcePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SourcePath)</SourcePath> |
---|
| 100 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(WindowsSdkDir)lib\x64;$(LibraryPath)</LibraryPath> |
---|
| 101 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(WindowsSdkDir)lib\x64;$(LibraryPath)</LibraryPath> |
---|
| 102 | </PropertyGroup> |
---|
| 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
| 104 | <Midl> |
---|
| 105 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 106 | <MkTypLibCompatible>false</MkTypLibCompatible> |
---|
| 107 | <TargetEnvironment>Win32</TargetEnvironment> |
---|
| 108 | <GenerateStublessProxies>true</GenerateStublessProxies> |
---|
| 109 | <TypeLibraryName>$(IntDir)EnumerateAudioDevices.tlb</TypeLibraryName> |
---|
| 110 | <HeaderFileName>EnumerateAudioDevices.h</HeaderFileName> |
---|
| 111 | <DllDataFileName> |
---|
| 112 | </DllDataFileName> |
---|
| 113 | <InterfaceIdentifierFileName>EnumerateAudioDevices_i.c</InterfaceIdentifierFileName> |
---|
| 114 | <ProxyFileName>EnumerateAudioDevices_p.c</ProxyFileName> |
---|
| 115 | </Midl> |
---|
| 116 | <ClCompile> |
---|
| 117 | <Optimization>Disabled</Optimization> |
---|
| 118 | <AdditionalIncludeDirectories>.;..\Common\alax.info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 119 | <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 120 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 121 | <ExceptionHandling>Async</ExceptionHandling> |
---|
| 122 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 123 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 124 | <PrecompiledHeader>Use</PrecompiledHeader> |
---|
| 125 | <WarningLevel>Level3</WarningLevel> |
---|
| 126 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
---|
| 127 | </ClCompile> |
---|
| 128 | <ResourceCompile> |
---|
| 129 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 130 | <Culture>0x0409</Culture> |
---|
| 131 | <AdditionalIncludeDirectories>$(IntDir);..\Common\Alax.Info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 132 | </ResourceCompile> |
---|
| 133 | <Link> |
---|
| 134 | <MergedIDLBaseFileName>$(IntDir)$(ProjectName).idl</MergedIDLBaseFileName> |
---|
| 135 | <TypeLibraryFile>$(IntDir)$(ProjectName).tlb</TypeLibraryFile> |
---|
| 136 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 137 | <SubSystem>Windows</SubSystem> |
---|
| 138 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
---|
| 139 | <DataExecutionPrevention> |
---|
| 140 | </DataExecutionPrevention> |
---|
| 141 | <TargetMachine>MachineX86</TargetMachine> |
---|
| 142 | <UACExecutionLevel>RequireAdministrator</UACExecutionLevel> |
---|
| 143 | </Link> |
---|
| 144 | <PostBuildEvent> |
---|
| 145 | <Message>Performing registration...</Message> |
---|
| 146 | <Command>"$(TargetPath)" /RegServer</Command> |
---|
| 147 | </PostBuildEvent> |
---|
| 148 | </ItemDefinitionGroup> |
---|
| 149 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
| 150 | <Midl> |
---|
| 151 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 152 | <MkTypLibCompatible>false</MkTypLibCompatible> |
---|
| 153 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 154 | <GenerateStublessProxies>true</GenerateStublessProxies> |
---|
| 155 | <TypeLibraryName>$(IntDir)EnumerateAudioDevices.tlb</TypeLibraryName> |
---|
| 156 | <HeaderFileName>EnumerateAudioDevices.h</HeaderFileName> |
---|
| 157 | <DllDataFileName> |
---|
| 158 | </DllDataFileName> |
---|
| 159 | <InterfaceIdentifierFileName>EnumerateAudioDevices_i.c</InterfaceIdentifierFileName> |
---|
| 160 | <ProxyFileName>EnumerateAudioDevices_p.c</ProxyFileName> |
---|
| 161 | </Midl> |
---|
| 162 | <ClCompile> |
---|
| 163 | <Optimization>Disabled</Optimization> |
---|
| 164 | <AdditionalIncludeDirectories>.;..\Common\alax.info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 165 | <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 166 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 167 | <ExceptionHandling>Async</ExceptionHandling> |
---|
| 168 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 169 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 170 | <PrecompiledHeader>Use</PrecompiledHeader> |
---|
| 171 | <WarningLevel>Level3</WarningLevel> |
---|
| 172 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 173 | </ClCompile> |
---|
| 174 | <ResourceCompile> |
---|
| 175 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 176 | <Culture>0x0409</Culture> |
---|
| 177 | <AdditionalIncludeDirectories>$(IntDir);..\Common\Alax.Info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 178 | </ResourceCompile> |
---|
| 179 | <Link> |
---|
| 180 | <MergedIDLBaseFileName>$(IntDir)$(ProjectName).idl</MergedIDLBaseFileName> |
---|
| 181 | <TypeLibraryFile>$(IntDir)$(ProjectName).tlb</TypeLibraryFile> |
---|
| 182 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 183 | <SubSystem>Windows</SubSystem> |
---|
| 184 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
---|
| 185 | <DataExecutionPrevention> |
---|
| 186 | </DataExecutionPrevention> |
---|
| 187 | <TargetMachine>MachineX64</TargetMachine> |
---|
| 188 | </Link> |
---|
| 189 | <PostBuildEvent> |
---|
| 190 | <Message>Performing registration...</Message> |
---|
| 191 | <Command>"$(TargetPath)" /RegServer</Command> |
---|
| 192 | </PostBuildEvent> |
---|
| 193 | </ItemDefinitionGroup> |
---|
| 194 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
| 195 | <Midl> |
---|
| 196 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 197 | <MkTypLibCompatible>false</MkTypLibCompatible> |
---|
| 198 | <TargetEnvironment>Win32</TargetEnvironment> |
---|
| 199 | <GenerateStublessProxies>true</GenerateStublessProxies> |
---|
| 200 | <TypeLibraryName>$(IntDir)EnumerateAudioDevices.tlb</TypeLibraryName> |
---|
| 201 | <HeaderFileName>EnumerateAudioDevices.h</HeaderFileName> |
---|
| 202 | <DllDataFileName> |
---|
| 203 | </DllDataFileName> |
---|
| 204 | <InterfaceIdentifierFileName>EnumerateAudioDevices_i.c</InterfaceIdentifierFileName> |
---|
| 205 | <ProxyFileName>EnumerateAudioDevices_p.c</ProxyFileName> |
---|
| 206 | </Midl> |
---|
| 207 | <ClCompile> |
---|
| 208 | <Optimization>Full</Optimization> |
---|
| 209 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 210 | <IntrinsicFunctions>true</IntrinsicFunctions> |
---|
| 211 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
---|
| 212 | <OmitFramePointers>true</OmitFramePointers> |
---|
| 213 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
---|
| 214 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 215 | <AdditionalIncludeDirectories>.;..\Common\alax.info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 216 | <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 217 | <StringPooling>true</StringPooling> |
---|
| 218 | <ExceptionHandling>Async</ExceptionHandling> |
---|
| 219 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 220 | <PrecompiledHeader>Use</PrecompiledHeader> |
---|
| 221 | <WarningLevel>Level3</WarningLevel> |
---|
| 222 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 223 | </ClCompile> |
---|
| 224 | <ResourceCompile> |
---|
| 225 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 226 | <Culture>0x0409</Culture> |
---|
| 227 | <AdditionalIncludeDirectories>$(IntDir);..\Common\Alax.Info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 228 | </ResourceCompile> |
---|
| 229 | <Link> |
---|
| 230 | <IgnoreSpecificDefaultLibraries>atlmincrt;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
---|
| 231 | <DelayLoadDLLs>dbghelp.dll;%(DelayLoadDLLs)</DelayLoadDLLs> |
---|
| 232 | <MergedIDLBaseFileName>$(IntDir)$(ProjectName).idl</MergedIDLBaseFileName> |
---|
| 233 | <TypeLibraryFile>$(IntDir)$(ProjectName).tlb</TypeLibraryFile> |
---|
| 234 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 235 | <SubSystem>Windows</SubSystem> |
---|
| 236 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
---|
| 237 | <DataExecutionPrevention> |
---|
| 238 | </DataExecutionPrevention> |
---|
| 239 | <TargetMachine>MachineX86</TargetMachine> |
---|
| 240 | <UACExecutionLevel>RequireAdministrator</UACExecutionLevel> |
---|
| 241 | </Link> |
---|
| 242 | <PostBuildEvent> |
---|
| 243 | <Message>Performing registration...</Message> |
---|
| 244 | <Command>"$(TargetPath)" /RegServer</Command> |
---|
| 245 | </PostBuildEvent> |
---|
| 246 | </ItemDefinitionGroup> |
---|
| 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
| 248 | <Midl> |
---|
| 249 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 250 | <MkTypLibCompatible>false</MkTypLibCompatible> |
---|
| 251 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 252 | <GenerateStublessProxies>true</GenerateStublessProxies> |
---|
| 253 | <TypeLibraryName>$(IntDir)EnumerateAudioDevices.tlb</TypeLibraryName> |
---|
| 254 | <HeaderFileName>EnumerateAudioDevices.h</HeaderFileName> |
---|
| 255 | <DllDataFileName> |
---|
| 256 | </DllDataFileName> |
---|
| 257 | <InterfaceIdentifierFileName>EnumerateAudioDevices_i.c</InterfaceIdentifierFileName> |
---|
| 258 | <ProxyFileName>EnumerateAudioDevices_p.c</ProxyFileName> |
---|
| 259 | </Midl> |
---|
| 260 | <ClCompile> |
---|
| 261 | <Optimization>Full</Optimization> |
---|
| 262 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 263 | <IntrinsicFunctions>true</IntrinsicFunctions> |
---|
| 264 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
---|
| 265 | <OmitFramePointers>true</OmitFramePointers> |
---|
| 266 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
---|
| 267 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 268 | <AdditionalIncludeDirectories>.;..\Common\alax.info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 269 | <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 270 | <StringPooling>true</StringPooling> |
---|
| 271 | <ExceptionHandling>Async</ExceptionHandling> |
---|
| 272 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 273 | <PrecompiledHeader>Use</PrecompiledHeader> |
---|
| 274 | <WarningLevel>Level3</WarningLevel> |
---|
| 275 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 276 | </ClCompile> |
---|
| 277 | <ResourceCompile> |
---|
| 278 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 279 | <Culture>0x0409</Culture> |
---|
| 280 | <AdditionalIncludeDirectories>$(IntDir);..\Common\Alax.Info;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 281 | </ResourceCompile> |
---|
| 282 | <Link> |
---|
| 283 | <IgnoreSpecificDefaultLibraries>atlmincrt;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
---|
| 284 | <DelayLoadDLLs>dbghelp.dll;%(DelayLoadDLLs)</DelayLoadDLLs> |
---|
| 285 | <MergedIDLBaseFileName>$(IntDir)$(ProjectName).idl</MergedIDLBaseFileName> |
---|
| 286 | <TypeLibraryFile>$(IntDir)$(ProjectName).tlb</TypeLibraryFile> |
---|
| 287 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
| 288 | <SubSystem>Windows</SubSystem> |
---|
| 289 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
---|
| 290 | <DataExecutionPrevention> |
---|
| 291 | </DataExecutionPrevention> |
---|
| 292 | <TargetMachine>MachineX64</TargetMachine> |
---|
| 293 | </Link> |
---|
| 294 | <PostBuildEvent> |
---|
| 295 | <Message>Performing registration...</Message> |
---|
| 296 | <Command>"$(TargetPath)" /RegServer</Command> |
---|
| 297 | </PostBuildEvent> |
---|
| 298 | </ItemDefinitionGroup> |
---|
| 299 | <ItemGroup> |
---|
[619] | 300 | <ClCompile Include="Application.cpp" /> |
---|
[11] | 301 | <ClCompile Include="stdafx.cpp"> |
---|
| 302 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
---|
| 303 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
---|
| 304 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
---|
| 305 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
---|
| 306 | </ClCompile> |
---|
| 307 | </ItemGroup> |
---|
| 308 | <ItemGroup> |
---|
| 309 | <ClInclude Include="MainDialog.h" /> |
---|
| 310 | <ClInclude Include="resource.h" /> |
---|
| 311 | <ClInclude Include="stdafx.h" /> |
---|
| 312 | </ItemGroup> |
---|
| 313 | <ItemGroup> |
---|
| 314 | <None Include="Module.ico" /> |
---|
| 315 | </ItemGroup> |
---|
| 316 | <ItemGroup> |
---|
[619] | 317 | <ResourceCompile Include="Module.rc" /> |
---|
[11] | 318 | </ItemGroup> |
---|
| 319 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
| 320 | <ImportGroup Label="ExtensionTargets"> |
---|
| 321 | </ImportGroup> |
---|
| 322 | </Project> |
---|