OSDN Git Service

#xxxxx DTXViewerのプロジェクトを追加。
[dtxmania/dtxmania.git] / DTXViewerプロジェクト / @OggVorbisソリューション / libogg-1.3.2 / win32 / VS2010 / libogg_static.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>{15CBFEFF-7965-41F5-B4E2-21E8795C9159}</ProjectGuid>
23     <RootNamespace>libogg</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28     <ConfigurationType>StaticLibrary</ConfigurationType>
29     <CharacterSet>Unicode</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>StaticLibrary</ConfigurationType>
34     <CharacterSet>Unicode</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>StaticLibrary</ConfigurationType>
38     <CharacterSet>Unicode</CharacterSet>
39     <WholeProgramOptimization>true</WholeProgramOptimization>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42     <ConfigurationType>StaticLibrary</ConfigurationType>
43     <CharacterSet>Unicode</CharacterSet>
44   </PropertyGroup>
45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46   <ImportGroup Label="ExtensionSettings">
47   </ImportGroup>
48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53   </ImportGroup>
54   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56   </ImportGroup>
57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59   </ImportGroup>
60   <PropertyGroup Label="UserMacros" />
61   <PropertyGroup>
62     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
63     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
64     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
65     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
66     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
67     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
68     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
69     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
70     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
71   </PropertyGroup>
72   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73     <ClCompile>
74       <Optimization>Disabled</Optimization>
75       <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
76       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77       <MinimalRebuild>true</MinimalRebuild>
78       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
79       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
80       <PrecompiledHeader>
81       </PrecompiledHeader>
82       <WarningLevel>Level4</WarningLevel>
83       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
84       <CompileAs>CompileAsC</CompileAs>
85       <CallingConvention>Cdecl</CallingConvention>
86     </ClCompile>
87   </ItemDefinitionGroup>
88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
89     <Midl>
90       <TargetEnvironment>X64</TargetEnvironment>
91     </Midl>
92     <ClCompile>
93       <Optimization>Disabled</Optimization>
94       <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96       <MinimalRebuild>true</MinimalRebuild>
97       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
98       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
99       <PrecompiledHeader>
100       </PrecompiledHeader>
101       <WarningLevel>Level4</WarningLevel>
102       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
103       <CompileAs>CompileAsC</CompileAs>
104       <CallingConvention>Cdecl</CallingConvention>
105     </ClCompile>
106   </ItemDefinitionGroup>
107   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108     <ClCompile>
109       <Optimization>MaxSpeed</Optimization>
110       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
111       <IntrinsicFunctions>true</IntrinsicFunctions>
112       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
113       <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115       <StringPooling>true</StringPooling>
116       <ExceptionHandling>
117       </ExceptionHandling>
118       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
119       <BufferSecurityCheck>false</BufferSecurityCheck>
120       <PrecompiledHeader>
121       </PrecompiledHeader>
122       <WarningLevel>Level4</WarningLevel>
123       <DebugInformationFormat>
124       </DebugInformationFormat>
125       <CompileAs>CompileAsC</CompileAs>
126       <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
127       <CallingConvention>Cdecl</CallingConvention>
128     </ClCompile>
129   </ItemDefinitionGroup>
130   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
131     <Midl>
132       <TargetEnvironment>X64</TargetEnvironment>
133     </Midl>
134     <ClCompile>
135       <Optimization>MaxSpeed</Optimization>
136       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
137       <IntrinsicFunctions>true</IntrinsicFunctions>
138       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
139       <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
140       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141       <StringPooling>true</StringPooling>
142       <ExceptionHandling>
143       </ExceptionHandling>
144       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
145       <BufferSecurityCheck>false</BufferSecurityCheck>
146       <PrecompiledHeader>
147       </PrecompiledHeader>
148       <WarningLevel>Level4</WarningLevel>
149       <DebugInformationFormat>
150       </DebugInformationFormat>
151       <CompileAs>CompileAsC</CompileAs>
152       <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
153       <CallingConvention>Cdecl</CallingConvention>
154     </ClCompile>
155   </ItemDefinitionGroup>
156   <ItemGroup>
157     <ClCompile Include="..\..\src\bitwise.c" />
158     <ClCompile Include="..\..\src\framing.c" />
159   </ItemGroup>
160   <ItemGroup>
161     <None Include="..\ogg.def" />
162   </ItemGroup>
163   <ItemGroup>
164     <ClInclude Include="..\..\include\ogg\ogg.h" />
165     <ClInclude Include="..\..\include\ogg\os_types.h" />
166   </ItemGroup>
167   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168   <ImportGroup Label="ExtensionTargets">
169   </ImportGroup>
170 </Project>