OSDN Git Service

クッキー処理の修正
[nlite/nlite.git] / speaker / speaker.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|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Preview|Win32">
9       <Configuration>Preview</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16   </ItemGroup>
17   <PropertyGroup Label="Globals">
18     <ProjectGuid>{FBE9021E-5717-4EEE-A3AC-E4516C8A29AD}</ProjectGuid>
19     <Keyword>Win32Proj</Keyword>
20     <RootNamespace>speaker</RootNamespace>
21   </PropertyGroup>
22   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24     <ConfigurationType>StaticLibrary</ConfigurationType>
25     <UseDebugLibraries>true</UseDebugLibraries>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>StaticLibrary</ConfigurationType>
30     <UseDebugLibraries>false</UseDebugLibraries>
31     <WholeProgramOptimization>true</WholeProgramOptimization>
32     <CharacterSet>Unicode</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'" Label="Configuration">
35     <ConfigurationType>StaticLibrary</ConfigurationType>
36     <UseDebugLibraries>false</UseDebugLibraries>
37     <WholeProgramOptimization>true</WholeProgramOptimization>
38     <CharacterSet>Unicode</CharacterSet>
39   </PropertyGroup>
40   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41   <ImportGroup Label="ExtensionSettings">
42   </ImportGroup>
43   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
45   </ImportGroup>
46   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48   </ImportGroup>
49   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'" Label="PropertySheets">
50     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51   </ImportGroup>
52   <PropertyGroup Label="UserMacros" />
53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54     <IncludePath>$(solutiondir)open_jtalk_lib;$(solutiondir)include;$(IncludePath)</IncludePath>
55   </PropertyGroup>
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
57     <IncludePath>$(solutiondir)open_jtalk_lib;$(solutiondir)include;$(IncludePath)</IncludePath>
58   </PropertyGroup>
59   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'">
60     <IncludePath>$(solutiondir)open_jtalk_lib;$(solutiondir)include;$(IncludePath)</IncludePath>
61   </PropertyGroup>
62   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63     <ClCompile>
64       <PrecompiledHeader>Use</PrecompiledHeader>
65       <WarningLevel>Level3</WarningLevel>
66       <Optimization>Disabled</Optimization>
67       <PreprocessorDefinitions>WIN32;OPENJTALK_STATIC_MACRO;_DEBUG;_LIB;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
68     </ClCompile>
69     <Link>
70       <SubSystem>Windows</SubSystem>
71       <GenerateDebugInformation>true</GenerateDebugInformation>
72     </Link>
73   </ItemDefinitionGroup>
74   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75     <ClCompile>
76       <WarningLevel>Level3</WarningLevel>
77       <PrecompiledHeader>Use</PrecompiledHeader>
78       <Optimization>MaxSpeed</Optimization>
79       <FunctionLevelLinking>true</FunctionLevelLinking>
80       <IntrinsicFunctions>true</IntrinsicFunctions>
81       <PreprocessorDefinitions>WIN32;OPENJTALK_STATIC_MACRO;NDEBUG;_LIB;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
82     </ClCompile>
83     <Link>
84       <SubSystem>Windows</SubSystem>
85       <GenerateDebugInformation>true</GenerateDebugInformation>
86       <EnableCOMDATFolding>true</EnableCOMDATFolding>
87       <OptimizeReferences>true</OptimizeReferences>
88     </Link>
89   </ItemDefinitionGroup>
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'">
91     <ClCompile>
92       <WarningLevel>Level3</WarningLevel>
93       <PrecompiledHeader>Use</PrecompiledHeader>
94       <Optimization>MaxSpeed</Optimization>
95       <FunctionLevelLinking>true</FunctionLevelLinking>
96       <IntrinsicFunctions>true</IntrinsicFunctions>
97       <PreprocessorDefinitions>WIN32;OPENJTALK_STATIC_MACRO;NDEBUG;_LIB;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
98     </ClCompile>
99     <Link>
100       <SubSystem>Windows</SubSystem>
101       <GenerateDebugInformation>true</GenerateDebugInformation>
102       <EnableCOMDATFolding>true</EnableCOMDATFolding>
103       <OptimizeReferences>true</OptimizeReferences>
104     </Link>
105   </ItemDefinitionGroup>
106   <ItemGroup>
107     <None Include="ReadMe.txt" />
108   </ItemGroup>
109   <ItemGroup>
110     <ClInclude Include="mei_normal.h" />
111     <ClInclude Include="open_jtalk_core.h" />
112     <ClInclude Include="speaker.h" />
113     <ClInclude Include="speaker_define.h" />
114     <ClInclude Include="speaker_include.h" />
115     <ClInclude Include="stdafx.h" />
116     <ClInclude Include="targetver.h" />
117   </ItemGroup>
118   <ItemGroup>
119     <ClCompile Include="mei_normal.cpp" />
120     <ClCompile Include="open_jtalk_core.cpp" />
121     <ClCompile Include="speaker.cpp" />
122     <ClCompile Include="stdafx.cpp">
123       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
124       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
125       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'">Create</PrecompiledHeader>
126     </ClCompile>
127   </ItemGroup>
128   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
129   <ImportGroup Label="ExtensionTargets">
130   </ImportGroup>
131 </Project>