]> git.sesse.net Git - casparcg/blob - modules/oal/oal.vcxproj
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
[casparcg] / modules / oal / oal.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|x64">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>x64</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|x64">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{82ED7ED6-8A15-40EC-A8AF-F5E712E0DA68}</ProjectGuid>\r
15     <RootNamespace>oal</RootNamespace>\r
16     <Keyword>Win32Proj</Keyword>\r
17     <ProjectName>oal</ProjectName>\r
18   </PropertyGroup>\r
19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
21     <ConfigurationType>StaticLibrary</ConfigurationType>\r
22     <CharacterSet>Unicode</CharacterSet>\r
23     <WholeProgramOptimization>true</WholeProgramOptimization>\r
24     <UseDebugLibraries>false</UseDebugLibraries>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
27     <ConfigurationType>StaticLibrary</ConfigurationType>\r
28     <CharacterSet>Unicode</CharacterSet>\r
29     <UseDebugLibraries>true</UseDebugLibraries>\r
30   </PropertyGroup>\r
31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
32   <ImportGroup Label="ExtensionSettings">\r
33   </ImportGroup>\r
34   <PropertyGroup Label="UserMacros" />\r
35   <PropertyGroup>\r
36     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
37     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
38     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\;..\..\dependencies64\bluefish\include\;..\..\dependencies64\boost\;..\..\dependencies64\tbb\include\;..\..\dependencies64\sfml\include\;$(IncludePath)</IncludePath>\r
39     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\;..\..\dependencies64\bluefish\include\;..\..\dependencies64\boost\;..\..\dependencies64\tbb\include\;..\..\dependencies64\sfml\include\;$(IncludePath)</IncludePath>\r
40     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
41     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
42     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName>\r
43     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName>\r
44   </PropertyGroup>\r
45   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
46     <PreBuildEvent>\r
47       <Command>\r
48       </Command>\r
49     </PreBuildEvent>\r
50     <ClCompile>\r
51       <Optimization>Disabled</Optimization>\r
52       <AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
53       <MinimalRebuild>false</MinimalRebuild>\r
54       <ExceptionHandling>Async</ExceptionHandling>\r
55       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
56       <SmallerTypeCheck>false</SmallerTypeCheck>\r
57       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
58       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
59       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
60       <PrecompiledHeader>Use</PrecompiledHeader>\r
61       <BrowseInformation>true</BrowseInformation>\r
62       <WarningLevel>Level4</WarningLevel>\r
63       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
64       <PreprocessorDefinitions>TBB_USE_DEBUG;TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
65       <TreatWarningAsError>true</TreatWarningAsError>\r
66       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
67       <FloatingPointModel>Fast</FloatingPointModel>\r
68       <ForcedIncludeFiles>common/compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
69     </ClCompile>\r
70     <PostBuildEvent>\r
71       <Command>\r
72       </Command>\r
73     </PostBuildEvent>\r
74     <Lib />\r
75   </ItemDefinitionGroup>\r
76   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
77     <PreBuildEvent>\r
78       <Command>\r
79       </Command>\r
80     </PreBuildEvent>\r
81     <ClCompile>\r
82       <Optimization>MaxSpeed</Optimization>\r
83       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>\r
84       <IntrinsicFunctions>true</IntrinsicFunctions>\r
85       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
86       <AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
87       <ExceptionHandling>Async</ExceptionHandling>\r
88       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
89       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>\r
90       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
91       <PrecompiledHeader>Use</PrecompiledHeader>\r
92       <WarningLevel>Level4</WarningLevel>\r
93       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
94       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
95       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;NDEBUG;_VC80_UPGRADE=0x0710;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
96       <WholeProgramOptimization>true</WholeProgramOptimization>\r
97       <TreatWarningAsError>true</TreatWarningAsError>\r
98       <OmitFramePointers>true</OmitFramePointers>\r
99       <FloatingPointModel>Fast</FloatingPointModel>\r
100       <ForcedIncludeFiles>common/compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
101     </ClCompile>\r
102     <PostBuildEvent>\r
103       <Command>\r
104       </Command>\r
105     </PostBuildEvent>\r
106     <Lib>\r
107       <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>\r
108     </Lib>\r
109   </ItemDefinitionGroup>\r
110   <ItemGroup>\r
111     <ProjectReference Include="..\..\common\common.vcxproj">\r
112       <Project>{02308602-7fe0-4253-b96e-22134919f56a}</Project>\r
113     </ProjectReference>\r
114     <ProjectReference Include="..\..\core\core.vcxproj">\r
115       <Project>{79388c20-6499-4bf6-b8b9-d8c33d7d4ddd}</Project>\r
116     </ProjectReference>\r
117   </ItemGroup>\r
118   <ItemGroup>\r
119     <ClCompile Include="consumer\oal_consumer.cpp">\r
120       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>\r
121       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>\r
122     </ClCompile>\r
123     <ClCompile Include="oal.cpp">\r
124       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>\r
125       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>\r
126     </ClCompile>\r
127   </ItemGroup>\r
128   <ItemGroup>\r
129     <ClInclude Include="consumer\oal_consumer.h" />\r
130     <ClInclude Include="oal.h" />\r
131   </ItemGroup>\r
132   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
133   <ImportGroup Label="ExtensionTargets">\r
134   </ImportGroup>\r
135 </Project>