cannam@154
|
1 <?xml version="1.0" encoding="utf-8"?>
|
cannam@154
|
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
cannam@154
|
3 <ImportGroup Label="PropertySheets" />
|
cannam@154
|
4 <PropertyGroup Label="UserMacros" />
|
cannam@154
|
5 <PropertyGroup>
|
cannam@154
|
6 <OutDir>$(Platform)\$(Configuration)\</OutDir>
|
cannam@154
|
7 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
cannam@154
|
8 <CharacterSet Condition="'$(ConfigurationType)'=='Application'">Unicode</CharacterSet>
|
cannam@154
|
9 </PropertyGroup>
|
cannam@154
|
10 <PropertyGroup Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='DebugDLL' or '$(Configuration)'=='DebugDLL_fixed'">
|
cannam@154
|
11 <LinkIncremental>true</LinkIncremental>
|
cannam@154
|
12 <UseDebugLibraries>true</UseDebugLibraries>
|
cannam@154
|
13 <WholeProgramOptimization>false</WholeProgramOptimization>
|
cannam@154
|
14 </PropertyGroup>
|
cannam@154
|
15 <PropertyGroup Condition="'$(Configuration)'=='Release' or '$(Configuration)'=='ReleaseDLL' or '$(Configuration)'=='ReleaseDLL_fixed'">
|
cannam@154
|
16 <LinkIncremental>false</LinkIncremental>
|
cannam@154
|
17 <UseDebugLibraries>false</UseDebugLibraries>
|
cannam@154
|
18 <WholeProgramOptimization>true</WholeProgramOptimization>
|
cannam@154
|
19 </PropertyGroup>
|
cannam@154
|
20 <ItemDefinitionGroup>
|
cannam@154
|
21 <ClCompile>
|
cannam@154
|
22 <WarningLevel>Level3</WarningLevel>
|
cannam@154
|
23 <CompileAsManaged>false</CompileAsManaged>
|
cannam@154
|
24 <CompileAsWinRT>false</CompileAsWinRT>
|
cannam@154
|
25 <AdditionalIncludeDirectories>..\..;..\..\include;..\..\silk;..\..\celt;..\..\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
cannam@154
|
26 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
cannam@154
|
27 <RuntimeTypeInfo>false</RuntimeTypeInfo>
|
cannam@154
|
28 <OpenMPSupport>false</OpenMPSupport>
|
cannam@154
|
29 </ClCompile>
|
cannam@154
|
30 <Lib>
|
cannam@154
|
31 <SubSystem>Console</SubSystem>
|
cannam@154
|
32 </Lib>
|
cannam@154
|
33 <Link>
|
cannam@154
|
34 <LargeAddressAware>true</LargeAddressAware>
|
cannam@154
|
35 <SubSystem>Console</SubSystem>
|
cannam@154
|
36 </Link>
|
cannam@154
|
37 </ItemDefinitionGroup>
|
cannam@154
|
38 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='DebugDLL' or '$(Configuration)'=='DebugDLL_fixed'">
|
cannam@154
|
39 <ClCompile>
|
cannam@154
|
40 <ControlFlowGuard>Guard</ControlFlowGuard>
|
cannam@154
|
41 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
cannam@154
|
42 <EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
|
cannam@154
|
43 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
|
cannam@154
|
44 <FloatingPointExceptions>true</FloatingPointExceptions>
|
cannam@154
|
45 <FunctionLevelLinking>false</FunctionLevelLinking>
|
cannam@154
|
46 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
cannam@154
|
47 <MultiProcessorCompilation>false</MultiProcessorCompilation>
|
cannam@154
|
48 <OmitFramePointers>false</OmitFramePointers>
|
cannam@154
|
49 <Optimization>Disabled</Optimization>
|
cannam@154
|
50 <RuntimeLibrary Condition="'$(Configuration)'=='Debug'">MultiThreadedDebug</RuntimeLibrary>
|
cannam@154
|
51 <RuntimeLibrary Condition="'$(Configuration)'!='Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
cannam@154
|
52 <SDLCheck>true</SDLCheck>
|
cannam@154
|
53 <StringPooling>false</StringPooling>
|
cannam@154
|
54 </ClCompile>
|
cannam@154
|
55 <Link>
|
cannam@154
|
56 <GenerateDebugInformation>true</GenerateDebugInformation>
|
cannam@154
|
57 </Link>
|
cannam@154
|
58 </ItemDefinitionGroup>
|
cannam@154
|
59 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release' or '$(Configuration)'=='ReleaseDLL' or '$(Configuration)'=='ReleaseDLL_fixed'">
|
cannam@154
|
60 <ClCompile>
|
cannam@154
|
61 <ControlFlowGuard>false</ControlFlowGuard>
|
cannam@154
|
62 <DebugInformationFormat>None</DebugInformationFormat>
|
cannam@154
|
63 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
cannam@154
|
64 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
cannam@154
|
65 <ExceptionHandling>false</ExceptionHandling>
|
cannam@154
|
66 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
cannam@154
|
67 <FloatingPointModel Condition="'$(Configuration)'=='Release'">Fast</FloatingPointModel>
|
cannam@154
|
68 <FloatingPointModel Condition="'$(Configuration)'!='Release'">Precise</FloatingPointModel>
|
cannam@154
|
69 <FunctionLevelLinking>true</FunctionLevelLinking>
|
cannam@154
|
70 <IntrinsicFunctions>true</IntrinsicFunctions>
|
cannam@154
|
71 <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
cannam@154
|
72 <Optimization>MaxSpeed</Optimization>
|
cannam@154
|
73 <RuntimeLibrary Condition="'$(Configuration)'=='Release'">MultiThreaded</RuntimeLibrary>
|
cannam@154
|
74 <RuntimeLibrary Condition="'$(Configuration)'!='Release'">MultiThreadedDLL</RuntimeLibrary>
|
cannam@154
|
75 <StructMemberAlignment>16Bytes</StructMemberAlignment>
|
cannam@154
|
76 </ClCompile>
|
cannam@154
|
77 <Link>
|
cannam@154
|
78 <GenerateDebugInformation>false</GenerateDebugInformation>
|
cannam@154
|
79 </Link>
|
cannam@154
|
80 </ItemDefinitionGroup>
|
cannam@154
|
81 <ItemGroup />
|
cannam@154
|
82 </Project> |