]> git.sesse.net Git - casparcg/blob - accelerator/accelerator.vcxproj
Initial checkin of CMake build system
[casparcg] / accelerator / accelerator.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="12.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>{8493D01A-F642-454C-8C44-88B38E2A3EF8}</ProjectGuid>\r
15     <RootNamespace>Server</RootNamespace>\r
16     <Keyword>Win32Proj</Keyword>\r
17     <ProjectName>accelerator</ProjectName>\r
18   </PropertyGroup>\r
19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
21     <ConfigurationType>StaticLibrary</ConfigurationType>\r
22     <CharacterSet>Unicode</CharacterSet>\r
23     <UseDebugLibraries>true</UseDebugLibraries>\r
24     <PlatformToolset>v120</PlatformToolset>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
27     <ConfigurationType>StaticLibrary</ConfigurationType>\r
28     <UseDebugLibraries>false</UseDebugLibraries>\r
29     <CharacterSet>Unicode</CharacterSet>\r
30     <WholeProgramOptimization>true</WholeProgramOptimization>\r
31     <PlatformToolset>v120</PlatformToolset>\r
32   </PropertyGroup>\r
33   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
34   <ImportGroup Label="ExtensionSettings">\r
35   </ImportGroup>\r
36   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
38     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
39   </ImportGroup>\r
40   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
41     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
42     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
43   </ImportGroup>\r
44   <PropertyGroup Label="UserMacros" />\r
45   <PropertyGroup>\r
46     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
47     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
48     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
49     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\dependencies64\RxCpp\include\;..\;..\dependencies64\boost\;..\dependencies64\tbb\include\;..\dependencies64\sfml\include\;..\dependencies64\glew\include\;..\dependencies64\asmlib\;..\dependencies64\ffmpeg\include\;$(IncludePath)</IncludePath>\r
50     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\dependencies64\RxCpp\include\;..\;..\dependencies64\boost\;..\dependencies64\tbb\include\;..\dependencies64\sfml\include\;..\dependencies64\glew\include\;..\dependencies64\asmlib\;..\dependencies64\ffmpeg\include\;$(IncludePath)</IncludePath>\r
51     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
52     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
53     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName>\r
54     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName>\r
55   </PropertyGroup>\r
56   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
57     <PreBuildEvent>\r
58       <Command>\r
59       </Command>\r
60     </PreBuildEvent>\r
61     <ClCompile>\r
62       <Optimization>Disabled</Optimization>\r
63       <AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
64       <MinimalRebuild>false</MinimalRebuild>\r
65       <ExceptionHandling>Async</ExceptionHandling>\r
66       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
67       <SmallerTypeCheck>false</SmallerTypeCheck>\r
68       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
69       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
70       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
71       <PrecompiledHeader>Use</PrecompiledHeader>\r
72       <BrowseInformation>true</BrowseInformation>\r
73       <WarningLevel>Level4</WarningLevel>\r
74       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
75       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;TBB_USE_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
76       <TreatWarningAsError>true</TreatWarningAsError>\r
77       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
78       <FloatingPointModel>Fast</FloatingPointModel>\r
79       <ForcedIncludeFiles>common/compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
80       <ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>\r
81     </ClCompile>\r
82     <PostBuildEvent>\r
83       <Command>\r
84       </Command>\r
85     </PostBuildEvent>\r
86     <Lib />\r
87   </ItemDefinitionGroup>\r
88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
89     <PreBuildEvent>\r
90       <Command>\r
91       </Command>\r
92     </PreBuildEvent>\r
93     <ClCompile>\r
94       <Optimization>MaxSpeed</Optimization>\r
95       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>\r
96       <IntrinsicFunctions>true</IntrinsicFunctions>\r
97       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
98       <AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
99       <ExceptionHandling>Async</ExceptionHandling>\r
100       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
101       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
102       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
103       <PrecompiledHeader>Use</PrecompiledHeader>\r
104       <WarningLevel>Level4</WarningLevel>\r
105       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
106       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
107       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;TBB_USE_CAPTURED_EXCEPTION=0;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
108       <WholeProgramOptimization>false</WholeProgramOptimization>\r
109       <TreatWarningAsError>true</TreatWarningAsError>\r
110       <OmitFramePointers>true</OmitFramePointers>\r
111       <FloatingPointModel>Fast</FloatingPointModel>\r
112       <ForcedIncludeFiles>common/compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
113       <ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>\r
114     </ClCompile>\r
115     <PostBuildEvent>\r
116       <Command>\r
117       </Command>\r
118     </PostBuildEvent>\r
119     <Lib>\r
120       <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>\r
121     </Lib>\r
122   </ItemDefinitionGroup>\r
123   <ItemGroup>\r
124     <ClInclude Include="cpu\image\image_mixer.h" />\r
125     <ClInclude Include="cpu\util\xmm.h" />\r
126     <ClInclude Include="accelerator.h" />\r
127     <ClInclude Include="ogl\image\blending_glsl.h" />\r
128     <ClInclude Include="ogl\image\image_kernel.h" />\r
129     <ClInclude Include="ogl\image\image_mixer.h" />\r
130     <ClInclude Include="ogl\image\image_shader.h" />\r
131     <ClInclude Include="ogl\util\buffer.h" />\r
132     <ClInclude Include="ogl\util\device.h" />\r
133     <ClInclude Include="ogl\util\texture.h" />\r
134     <ClInclude Include="ogl\util\shader.h" />\r
135     <ClInclude Include="StdAfx.h" />\r
136   </ItemGroup>\r
137   <ItemGroup>\r
138     <ProjectReference Include="..\common\common.vcxproj">\r
139       <Project>{02308602-7fe0-4253-b96e-22134919f56a}</Project>\r
140     </ProjectReference>\r
141     <ProjectReference Include="..\core\core.vcxproj">\r
142       <Project>{79388c20-6499-4bf6-b8b9-d8c33d7d4ddd}</Project>\r
143     </ProjectReference>\r
144     <ProjectReference Include="..\modules\ffmpeg\ffmpeg.vcxproj">\r
145       <Project>{f6223af3-be0b-4b61-8406-98922ce521c2}</Project>\r
146     </ProjectReference>\r
147   </ItemGroup>\r
148   <ItemGroup>\r
149     <ClCompile Include="accelerator.cpp" />\r
150     <ClCompile Include="cpu\image\image_mixer.cpp">\r
151       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
152       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
153     </ClCompile>\r
154     <ClCompile Include="ogl\image\image_kernel.cpp">\r
155       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
156       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
157     </ClCompile>\r
158     <ClCompile Include="ogl\image\image_mixer.cpp">\r
159       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
160       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
161     </ClCompile>\r
162     <ClCompile Include="ogl\image\image_shader.cpp">\r
163       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
164       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
165     </ClCompile>\r
166     <ClCompile Include="ogl\util\buffer.cpp">\r
167       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
168       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
169     </ClCompile>\r
170     <ClCompile Include="ogl\util\device.cpp">\r
171       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
172       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
173     </ClCompile>\r
174     <ClCompile Include="ogl\util\texture.cpp">\r
175       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
176       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
177     </ClCompile>\r
178     <ClCompile Include="ogl\util\shader.cpp">\r
179       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
180       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../StdAfx.h</PrecompiledHeaderFile>\r
181     </ClCompile>\r
182     <ClCompile Include="StdAfx.cpp">\r
183       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>\r
184       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>\r
185     </ClCompile>\r
186   </ItemGroup>\r
187   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
188   <ImportGroup Label="ExtensionTargets">\r
189   </ImportGroup>\r
190 </Project>