1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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
+ <PlatformToolset >v140</PlatformToolset >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
34
+ <ConfigurationType >StaticLibrary</ConfigurationType >
35
+ <CharacterSet >Unicode</CharacterSet >
36
+ <PlatformToolset >v140</PlatformToolset >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
39
+ <ConfigurationType >StaticLibrary</ConfigurationType >
40
+ <CharacterSet >Unicode</CharacterSet >
41
+ <WholeProgramOptimization >true</WholeProgramOptimization >
42
+ <PlatformToolset >v140</PlatformToolset >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
45
+ <ConfigurationType >StaticLibrary</ConfigurationType >
46
+ <CharacterSet >Unicode</CharacterSet >
47
+ <PlatformToolset >v140</PlatformToolset >
48
+ </PropertyGroup >
49
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
50
+ <ImportGroup Label =" ExtensionSettings" >
51
+ </ImportGroup >
52
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
53
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54
+ <Import Project =" ..\Common.props" />
55
+ </ImportGroup >
56
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
57
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58
+ <Import Project =" ..\Common.props" />
59
+ </ImportGroup >
60
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
61
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62
+ <Import Project =" ..\Common.props" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ <Import Project =" ..\Common.props" />
67
+ </ImportGroup >
68
+ <PropertyGroup Label =" UserMacros" />
69
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70
+ <ClCompile >
71
+ <Optimization >Disabled</Optimization >
72
+ <AdditionalIncludeDirectories >libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
73
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
74
+ <MinimalRebuild >true</MinimalRebuild >
75
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
76
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
77
+ <PrecompiledHeader >
78
+ </PrecompiledHeader >
79
+ <WarningLevel >Level4</WarningLevel >
80
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
81
+ <CompileAs >CompileAsC</CompileAs >
82
+ <CallingConvention >Cdecl</CallingConvention >
83
+ </ClCompile >
84
+ </ItemDefinitionGroup >
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
86
+ <Midl >
87
+ <TargetEnvironment >X64</TargetEnvironment >
88
+ </Midl >
89
+ <ClCompile >
90
+ <Optimization >Disabled</Optimization >
91
+ <AdditionalIncludeDirectories >libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
92
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93
+ <MinimalRebuild >true</MinimalRebuild >
94
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
95
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
96
+ <PrecompiledHeader >
97
+ </PrecompiledHeader >
98
+ <WarningLevel >Level4</WarningLevel >
99
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
100
+ <CompileAs >CompileAsC</CompileAs >
101
+ <CallingConvention >Cdecl</CallingConvention >
102
+ </ClCompile >
103
+ </ItemDefinitionGroup >
104
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
105
+ <ClCompile >
106
+ <Optimization >MaxSpeed</Optimization >
107
+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
108
+ <IntrinsicFunctions >true</IntrinsicFunctions >
109
+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
110
+ <AdditionalIncludeDirectories >libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
111
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112
+ <StringPooling >true</StringPooling >
113
+ <ExceptionHandling >
114
+ </ExceptionHandling >
115
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
116
+ <BufferSecurityCheck >false</BufferSecurityCheck >
117
+ <PrecompiledHeader >
118
+ </PrecompiledHeader >
119
+ <WarningLevel >Level4</WarningLevel >
120
+ <DebugInformationFormat >
121
+ </DebugInformationFormat >
122
+ <CompileAs >CompileAsC</CompileAs >
123
+ <DisableSpecificWarnings >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
124
+ <CallingConvention >Cdecl</CallingConvention >
125
+ </ClCompile >
126
+ </ItemDefinitionGroup >
127
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
128
+ <Midl >
129
+ <TargetEnvironment >X64</TargetEnvironment >
130
+ </Midl >
131
+ <ClCompile >
132
+ <Optimization >MaxSpeed</Optimization >
133
+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
134
+ <IntrinsicFunctions >true</IntrinsicFunctions >
135
+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
136
+ <AdditionalIncludeDirectories >libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
137
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
138
+ <StringPooling >true</StringPooling >
139
+ <ExceptionHandling >
140
+ </ExceptionHandling >
141
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
142
+ <BufferSecurityCheck >false</BufferSecurityCheck >
143
+ <PrecompiledHeader >
144
+ </PrecompiledHeader >
145
+ <WarningLevel >Level4</WarningLevel >
146
+ <DebugInformationFormat >
147
+ </DebugInformationFormat >
148
+ <CompileAs >CompileAsC</CompileAs >
149
+ <DisableSpecificWarnings >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
150
+ <CallingConvention >Cdecl</CallingConvention >
151
+ </ClCompile >
152
+ </ItemDefinitionGroup >
153
+ <ItemGroup >
154
+ <ClCompile Include =" libogg\src\bitwise.c" />
155
+ <ClCompile Include =" libogg\src\framing.c" />
156
+ </ItemGroup >
157
+ <ItemGroup >
158
+ <None Include =" libogg\win32\ogg.def" />
159
+ </ItemGroup >
160
+ <ItemGroup >
161
+ <ClInclude Include =" libogg\include\ogg\ogg.h" />
162
+ <ClInclude Include =" libogg\include\ogg\os_types.h" />
163
+ </ItemGroup >
164
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
165
+ <ImportGroup Label =" ExtensionTargets" >
166
+ </ImportGroup >
167
+ </Project >
0 commit comments