OSDN Git Service

21c06ec8c3327a2bfba841d6dc132b590dcfb178
[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>Unicode</CharacterSet>
22     <PlatformToolset>Windows7.1SDK</PlatformToolset>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
25     <ConfigurationType>Application</ConfigurationType>
26     <UseDebugLibraries>false</UseDebugLibraries>
27     <WholeProgramOptimization>true</WholeProgramOptimization>
28     <CharacterSet>MultiByte</CharacterSet>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31   <ImportGroup Label="ExtensionSettings">
32   </ImportGroup>
33   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35     <Import Project="..\..\..\Props\SF.props" />
36   </ImportGroup>
37   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
38     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39     <Import Project="..\..\..\Props\SF.props" />
40   </ImportGroup>
41   <PropertyGroup Label="UserMacros" />
42   <PropertyGroup />
43   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
44     <ClCompile>
45       <WarningLevel>Level3</WarningLevel>
46       <Optimization>Disabled</Optimization>
47     </ClCompile>
48     <Link>
49       <GenerateDebugInformation>true</GenerateDebugInformation>
50     </Link>
51   </ItemDefinitionGroup>
52   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
53     <ClCompile>
54       <WarningLevel>Level3</WarningLevel>
55       <Optimization>MaxSpeed</Optimization>
56       <FunctionLevelLinking>true</FunctionLevelLinking>
57       <IntrinsicFunctions>true</IntrinsicFunctions>
58     </ClCompile>
59     <Link>
60       <GenerateDebugInformation>true</GenerateDebugInformation>
61       <EnableCOMDATFolding>true</EnableCOMDATFolding>
62       <OptimizeReferences>true</OptimizeReferences>
63     </Link>
64   </ItemDefinitionGroup>
65   <ItemGroup>
66     <ClInclude Include="code_converter.h" />
67     <ClInclude Include="dout.h" />
68     <ClInclude Include="exception.h" />
69     <ClInclude Include="logger.h" />
70     <ClInclude Include="message_loop.h" />
71     <ClInclude Include="sf_com.h" />
72     <ClInclude Include="sf_memory.h" />
73     <ClInclude Include="sf_windows.h" />
74     <ClInclude Include="singleton.h" />
75     <ClInclude Include="stdafx.h" />
76   </ItemGroup>
77   <ItemGroup>
78     <ClCompile Include="code_converter.cpp" />
79     <ClCompile Include="exception.cpp" />
80     <ClCompile Include="logger.cpp" />
81     <ClCompile Include="sf_windows.cpp" />
82     <ClCompile Include="stdafx.cpp">
83       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
84     </ClCompile>
85     <ClCompile Include="winmain.cpp" />
86   </ItemGroup>
87   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
88   <ImportGroup Label="ExtensionTargets">
89   </ImportGroup>
90 </Project>