OSDN Git Service

Import UnkoTim220
[timidity41/timidity41.git] / pdcurses / pdcurses.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="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>{CC07EA59-8D54-4C51-9C49-728EFFED7832}</ProjectGuid>
23     <RootNamespace>pdcurses</RootNamespace>
24   </PropertyGroup>
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27     <ConfigurationType>StaticLibrary</ConfigurationType>
28     <UseOfMfc>false</UseOfMfc>
29     <CharacterSet>MultiByte</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31     <PlatformToolset>Windows7.1SDK</PlatformToolset>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
34     <ConfigurationType>StaticLibrary</ConfigurationType>
35     <UseOfMfc>false</UseOfMfc>
36     <CharacterSet>MultiByte</CharacterSet>
37     <WholeProgramOptimization>true</WholeProgramOptimization>
38     <PlatformToolset>Windows7.1SDK</PlatformToolset>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41     <ConfigurationType>StaticLibrary</ConfigurationType>
42     <UseOfMfc>false</UseOfMfc>
43     <CharacterSet>MultiByte</CharacterSet>
44     <PlatformToolset>Windows7.1SDK</PlatformToolset>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47     <ConfigurationType>StaticLibrary</ConfigurationType>
48     <UseOfMfc>false</UseOfMfc>
49     <CharacterSet>MultiByte</CharacterSet>
50     <PlatformToolset>Windows7.1SDK</PlatformToolset>
51   </PropertyGroup>
52   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53   <ImportGroup Label="ExtensionSettings">
54     <Import Project="$(VCTargetsPath)\BuildCustomizations\lc.props" />
55   </ImportGroup>
56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
59   </ImportGroup>
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
63   </ImportGroup>
64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
67   </ImportGroup>
68   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
71   </ImportGroup>
72   <PropertyGroup Label="UserMacros" />
73   <PropertyGroup>
74     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
76     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
77     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
78     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir>
79     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
80     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
81     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
82     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
83     <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PostBuildEventUseInBuild>
84     <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PostBuildEventUseInBuild>
85     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64;$(WindowsSdkDir)lib\x64;</LibraryPath>
86     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64;$(WindowsSdkDir)lib\x64;</LibraryPath>
87   </PropertyGroup>
88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89     <ClCompile>
90       <Optimization>Disabled</Optimization>
91       <AdditionalIncludeDirectories>.;..;.\pdcurses;.\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
92       <PreprocessorDefinitions>_DEBUG;_MD;_CONSOLE;_LIB;WIN32;JAPANESE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93       <StringPooling>true</StringPooling>
94       <MinimalRebuild>true</MinimalRebuild>
95       <ExceptionHandling>
96       </ExceptionHandling>
97       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
98       <SmallerTypeCheck>true</SmallerTypeCheck>
99       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
100       <StructMemberAlignment>8Bytes</StructMemberAlignment>
101       <BufferSecurityCheck>false</BufferSecurityCheck>
102       <FunctionLevelLinking>true</FunctionLevelLinking>
103       <PrecompiledHeader>
104       </PrecompiledHeader>
105       <PrecompiledHeaderFile>..\config.h</PrecompiledHeaderFile>
106       <PrecompiledHeaderOutputFile>.\Debug/pdcurses.pch</PrecompiledHeaderOutputFile>
107       <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
108       <ObjectFileName>.\Debug/</ObjectFileName>
109       <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
110       <WarningLevel>TurnOffAllWarnings</WarningLevel>
111       <SuppressStartupBanner>true</SuppressStartupBanner>
112       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
113       <CompileAs>CompileAsC</CompileAs>
114       <MultiProcessorCompilation>true</MultiProcessorCompilation>
115     </ClCompile>
116     <Lib>
117       <OutputFile>../Debug\pdcurses.lib</OutputFile>
118       <SuppressStartupBanner>true</SuppressStartupBanner>
119     </Lib>
120     <PostBuildEvent>
121       <Command>
122       </Command>
123     </PostBuildEvent>
124   </ItemDefinitionGroup>
125   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
126     <ClCompile>
127       <Optimization>Disabled</Optimization>
128       <AdditionalIncludeDirectories>.;..;.\pdcurses;.\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
129       <PreprocessorDefinitions>_WIN64;_DEBUG;_MD;_CONSOLE;_LIB;WIN32;JAPANESE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130       <StringPooling>true</StringPooling>
131       <ExceptionHandling>
132       </ExceptionHandling>
133       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
134       <SmallerTypeCheck>true</SmallerTypeCheck>
135       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
136       <StructMemberAlignment>8Bytes</StructMemberAlignment>
137       <BufferSecurityCheck>false</BufferSecurityCheck>
138       <FunctionLevelLinking>true</FunctionLevelLinking>
139       <PrecompiledHeader>
140       </PrecompiledHeader>
141       <PrecompiledHeaderFile>..\config.h</PrecompiledHeaderFile>
142       <PrecompiledHeaderOutputFile>.\Debug/pdcurses.pch</PrecompiledHeaderOutputFile>
143       <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
144       <ObjectFileName>.\Debug/</ObjectFileName>
145       <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
146       <WarningLevel>TurnOffAllWarnings</WarningLevel>
147       <SuppressStartupBanner>true</SuppressStartupBanner>
148       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
149       <CompileAs>CompileAsC</CompileAs>
150     </ClCompile>
151     <Lib>
152       <OutputFile>../Debug\pdcurses.lib</OutputFile>
153       <SuppressStartupBanner>true</SuppressStartupBanner>
154     </Lib>
155     <PostBuildEvent>
156       <Command>
157       </Command>
158     </PostBuildEvent>
159   </ItemDefinitionGroup>
160   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
161     <ClCompile>
162       <Optimization>Full</Optimization>
163       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
164       <IntrinsicFunctions>true</IntrinsicFunctions>
165       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
166       <OmitFramePointers>true</OmitFramePointers>
167       <AdditionalIncludeDirectories>.;..;.\pdcurses;.\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
168       <PreprocessorDefinitions>NDEBUG;_MD;_CONSOLE;_LIB;WIN32;JAPANESE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
169       <StringPooling>true</StringPooling>
170       <ExceptionHandling>
171       </ExceptionHandling>
172       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
173       <StructMemberAlignment>8Bytes</StructMemberAlignment>
174       <BufferSecurityCheck>false</BufferSecurityCheck>
175       <FunctionLevelLinking>true</FunctionLevelLinking>
176       <PrecompiledHeaderFile>..\config.h</PrecompiledHeaderFile>
177       <PrecompiledHeaderOutputFile>.\Release/pdcurses.pch</PrecompiledHeaderOutputFile>
178       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
179       <ObjectFileName>.\Release/</ObjectFileName>
180       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
181       <WarningLevel>TurnOffAllWarnings</WarningLevel>
182       <SuppressStartupBanner>true</SuppressStartupBanner>
183       <CompileAs>CompileAsC</CompileAs>
184       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
185       <FloatingPointModel>Fast</FloatingPointModel>
186       <MultiProcessorCompilation>true</MultiProcessorCompilation>
187     </ClCompile>
188     <Lib>
189       <AdditionalOptions>/LTCG %(AdditionalOptions)</AdditionalOptions>
190       <OutputFile>../Release\pdcurses.lib</OutputFile>
191       <SuppressStartupBanner>true</SuppressStartupBanner>
192     </Lib>
193     <PostBuildEvent>
194       <Command>cp ../Release\pdcurses.lib ../Release\panel.lib</Command>
195     </PostBuildEvent>
196   </ItemDefinitionGroup>
197   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
198     <ClCompile>
199       <Optimization>Full</Optimization>
200       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
201       <IntrinsicFunctions>true</IntrinsicFunctions>
202       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
203       <OmitFramePointers>true</OmitFramePointers>
204       <AdditionalIncludeDirectories>.;..;.\pdcurses;.\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
205       <PreprocessorDefinitions>_WIN64;NDEBUG;_MD;_CONSOLE;_LIB;WIN32;JAPANESE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
206       <StringPooling>true</StringPooling>
207       <ExceptionHandling>
208       </ExceptionHandling>
209       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
210       <StructMemberAlignment>16Bytes</StructMemberAlignment>
211       <BufferSecurityCheck>false</BufferSecurityCheck>
212       <FunctionLevelLinking>true</FunctionLevelLinking>
213       <PrecompiledHeaderFile>..\config.h</PrecompiledHeaderFile>
214       <PrecompiledHeaderOutputFile>.\Release/pdcurses.pch</PrecompiledHeaderOutputFile>
215       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
216       <ObjectFileName>.\Release/</ObjectFileName>
217       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
218       <WarningLevel>TurnOffAllWarnings</WarningLevel>
219       <SuppressStartupBanner>true</SuppressStartupBanner>
220       <CompileAs>CompileAsC</CompileAs>
221       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
222       <FloatingPointModel>Fast</FloatingPointModel>
223       <MultiProcessorCompilation>true</MultiProcessorCompilation>
224     </ClCompile>
225     <Lib>
226       <AdditionalOptions>/LTCG %(AdditionalOptions)</AdditionalOptions>
227       <OutputFile>../Release\pdcurses.lib</OutputFile>
228       <SuppressStartupBanner>true</SuppressStartupBanner>
229     </Lib>
230     <PostBuildEvent>
231       <Command>cp ../Release\pdcurses.lib ../Release\panel.lib</Command>
232     </PostBuildEvent>
233   </ItemDefinitionGroup>
234   <ItemGroup>
235     <ClCompile Include="pdcurses\addch.c" />
236     <ClCompile Include="pdcurses\addchstr.c" />
237     <ClCompile Include="pdcurses\addstr.c" />
238     <ClCompile Include="pdcurses\attr.c" />
239     <ClCompile Include="pdcurses\beep.c" />
240     <ClCompile Include="pdcurses\bkgd.c" />
241     <ClCompile Include="pdcurses\border.c" />
242     <ClCompile Include="pdcurses\clear.c" />
243     <ClCompile Include="pdcurses\color.c" />
244     <ClCompile Include="pdcurses\debug.c" />
245     <ClCompile Include="pdcurses\delch.c" />
246     <ClCompile Include="pdcurses\deleteln.c" />
247     <ClCompile Include="pdcurses\deprec.c" />
248     <ClCompile Include="pdcurses\getch.c" />
249     <ClCompile Include="pdcurses\getstr.c" />
250     <ClCompile Include="pdcurses\getyx.c" />
251     <ClCompile Include="pdcurses\inch.c" />
252     <ClCompile Include="pdcurses\inchstr.c" />
253     <ClCompile Include="pdcurses\initscr.c" />
254     <ClCompile Include="pdcurses\inopts.c" />
255     <ClCompile Include="pdcurses\insch.c" />
256     <ClCompile Include="pdcurses\insstr.c" />
257     <ClCompile Include="pdcurses\instr.c" />
258     <ClCompile Include="pdcurses\kernel.c" />
259     <ClCompile Include="pdcurses\keyname.c" />
260     <ClCompile Include="pdcurses\mouse.c" />
261     <ClCompile Include="pdcurses\move.c" />
262     <ClCompile Include="pdcurses\outopts.c" />
263     <ClCompile Include="pdcurses\overlay.c" />
264     <ClCompile Include="pdcurses\pad.c" />
265     <ClCompile Include="pdcurses\panel.c" />
266     <ClCompile Include="win32\pdcclip.c" />
267     <ClCompile Include="win32\pdcdisp.c" />
268     <ClCompile Include="win32\pdcgetsc.c" />
269     <ClCompile Include="win32\pdckbd.c" />
270     <ClCompile Include="win32\pdcscrn.c" />
271     <ClCompile Include="win32\pdcsetsc.c" />
272     <ClCompile Include="win32\pdcutil.c" />
273     <ClCompile Include="pdcurses\printw.c" />
274     <ClCompile Include="pdcurses\refresh.c" />
275     <ClCompile Include="pdcurses\scanw.c" />
276     <ClCompile Include="pdcurses\scr_dump.c" />
277     <ClCompile Include="pdcurses\scroll.c" />
278     <ClCompile Include="pdcurses\slk.c" />
279     <ClCompile Include="pdcurses\termattr.c" />
280     <ClCompile Include="pdcurses\terminfo.c" />
281     <ClCompile Include="pdcurses\touch.c" />
282     <ClCompile Include="pdcurses\util.c" />
283     <ClCompile Include="pdcurses\window.c" />
284   </ItemGroup>
285   <ItemGroup>
286     <ClInclude Include="curses.h" />
287     <ClInclude Include="curspriv.h" />
288     <ClInclude Include="panel.h" />
289     <ClInclude Include="win32\pdcwin.h" />
290     <ClInclude Include="term.h" />
291   </ItemGroup>
292   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
293   <ImportGroup Label="ExtensionTargets">
294     <Import Project="$(VCTargetsPath)\BuildCustomizations\lc.targets" />
295   </ImportGroup>
296 </Project>