OSDN Git Service

4f9f455c4a9f0055004311daa32c69808ea59536
[winaudioj/sfwasapi.git] / sfwasapi / sfwasapi.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|x64">
5       <Configuration>Debug</Configuration>
6       <Platform>x64</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|x64">
9       <Configuration>Release</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{4ADABFBD-B4BB-4E2A-BE95-8C604DC783D3}</ProjectGuid>
15     <RootNamespace>sfwasapi</RootNamespace>
16   </PropertyGroup>
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
19     <ConfigurationType>Application</ConfigurationType>
20     <UseDebugLibraries>true</UseDebugLibraries>
21     <CharacterSet>MultiByte</CharacterSet>
22   </PropertyGroup>
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
24     <ConfigurationType>Application</ConfigurationType>
25     <UseDebugLibraries>false</UseDebugLibraries>
26     <WholeProgramOptimization>true</WholeProgramOptimization>
27     <CharacterSet>MultiByte</CharacterSet>
28   </PropertyGroup>
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30   <ImportGroup Label="ExtensionSettings">
31   </ImportGroup>
32   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
33     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34     <Import Project="..\..\..\Props\SF.props" />
35   </ImportGroup>
36   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38     <Import Project="..\..\..\Props\SF.props" />
39   </ImportGroup>
40   <PropertyGroup Label="UserMacros" />
41   <PropertyGroup />
42   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
43     <ClCompile>
44       <WarningLevel>Level3</WarningLevel>
45       <Optimization>Disabled</Optimization>
46     </ClCompile>
47     <Link>
48       <GenerateDebugInformation>true</GenerateDebugInformation>
49     </Link>
50   </ItemDefinitionGroup>
51   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
52     <ClCompile>
53       <WarningLevel>Level3</WarningLevel>
54       <Optimization>MaxSpeed</Optimization>
55       <FunctionLevelLinking>true</FunctionLevelLinking>
56       <IntrinsicFunctions>true</IntrinsicFunctions>
57     </ClCompile>
58     <Link>
59       <GenerateDebugInformation>true</GenerateDebugInformation>
60       <EnableCOMDATFolding>true</EnableCOMDATFolding>
61       <OptimizeReferences>true</OptimizeReferences>
62     </Link>
63   </ItemDefinitionGroup>
64   <ItemGroup>
65   </ItemGroup>
66   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
67   <ImportGroup Label="ExtensionTargets">
68   </ImportGroup>
69 </Project>