]> git.sesse.net Git - casparcg/blob - common/common.vcxproj
46b96cc096e27c58a4c895bf02926ac443e8d118
[casparcg] / common / common.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="Develop|x64">\r
9       <Configuration>Develop</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Profile|x64">\r
13       <Configuration>Profile</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{02308602-7FE0-4253-B96E-22134919F56A}</ProjectGuid>\r
23     <Keyword>Win32Proj</Keyword>\r
24     <RootNamespace>common</RootNamespace>\r
25     <ProjectName>common</ProjectName>\r
26   </PropertyGroup>\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
29     <ConfigurationType>StaticLibrary</ConfigurationType>\r
30     <UseDebugLibraries>true</UseDebugLibraries>\r
31     <CharacterSet>Unicode</CharacterSet>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
34     <ConfigurationType>StaticLibrary</ConfigurationType>\r
35     <UseDebugLibraries>false</UseDebugLibraries>\r
36     <WholeProgramOptimization>true</WholeProgramOptimization>\r
37     <CharacterSet>Unicode</CharacterSet>\r
38   </PropertyGroup>\r
39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
40   <ImportGroup Label="ExtensionSettings">\r
41   </ImportGroup>\r
42   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
43     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
44   </ImportGroup>\r
45   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
46     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
47   </ImportGroup>\r
48   <PropertyGroup Label="UserMacros" />\r
49   <PropertyGroup>\r
50     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
51     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
52     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\dependencies64\bluefish\include\;..\dependencies64\boost\;..\dependencies64\tbb\include\;..\dependencies64\sfml\include\;..\dependencies64\glew\include\;$(IncludePath);..\..\dependencies64\ffmpeg\include\;..\dependencies64\asmlib\</IncludePath>\r
53     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\dependencies64\bluefish\include\;..\dependencies64\boost\;..\dependencies64\tbb\include\;..\dependencies64\sfml\include\;..\dependencies64\glew\include\;$(IncludePath);..\..\dependencies64\ffmpeg\include\;..\dependencies64\asmlib\</IncludePath>\r
54     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
55     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
56     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName>\r
57     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName>\r
58   </PropertyGroup>\r
59   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">\r
60     <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;;..\..\dependencies64\ffmpeg\include\;..\dependencies64\asmlib\</IncludePath>\r
61   </PropertyGroup>\r
62   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">\r
63     <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;;..\..\dependencies64\ffmpeg\include\;..\dependencies64\asmlib\</IncludePath>\r
64   </PropertyGroup>\r
65   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
66     <ClCompile>\r
67       <PrecompiledHeader>Use</PrecompiledHeader>\r
68       <WarningLevel>Level4</WarningLevel>\r
69       <Optimization>Disabled</Optimization>\r
70       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;TBB_USE_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
71       <TreatWarningAsError>true</TreatWarningAsError>\r
72       <SmallerTypeCheck>true</SmallerTypeCheck>\r
73       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
74       <MinimalRebuild>false</MinimalRebuild>\r
75       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
76       <ExceptionHandling>Async</ExceptionHandling>\r
77       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
78     </ClCompile>\r
79     <Link>\r
80       <SubSystem>Windows</SubSystem>\r
81       <GenerateDebugInformation>true</GenerateDebugInformation>\r
82     </Link>\r
83     <PreBuildEvent>\r
84       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir).\version.tmpl" "$(SolutionDir).\version.h"</Command>\r
85     </PreBuildEvent>\r
86     <Lib />\r
87     <PostBuildEvent>\r
88       <Command>\r
89       </Command>\r
90     </PostBuildEvent>\r
91   </ItemDefinitionGroup>\r
92   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
93     <ClCompile>\r
94       <WarningLevel>Level4</WarningLevel>\r
95       <PrecompiledHeader>Use</PrecompiledHeader>\r
96       <Optimization>MaxSpeed</Optimization>\r
97       <FunctionLevelLinking>\r
98       </FunctionLevelLinking>\r
99       <IntrinsicFunctions>true</IntrinsicFunctions>\r
100       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
101       <ExceptionHandling>Async</ExceptionHandling>\r
102       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>\r
103       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
104       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>\r
105       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
106       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
107       <WholeProgramOptimization>false</WholeProgramOptimization>\r
108       <TreatWarningAsError>true</TreatWarningAsError>\r
109       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
110       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
111     </ClCompile>\r
112     <Link>\r
113       <SubSystem>Windows</SubSystem>\r
114       <GenerateDebugInformation>true</GenerateDebugInformation>\r
115       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
116       <OptimizeReferences>true</OptimizeReferences>\r
117     </Link>\r
118     <PreBuildEvent>\r
119       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir).\version.tmpl" "$(SolutionDir).\version.h"</Command>\r
120     </PreBuildEvent>\r
121     <Lib>\r
122       <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>\r
123     </Lib>\r
124     <PostBuildEvent>\r
125       <Command>\r
126       </Command>\r
127     </PostBuildEvent>\r
128   </ItemDefinitionGroup>\r
129   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">\r
130     <PostBuildEvent>\r
131       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
132     </PostBuildEvent>\r
133     <PreBuildEvent>\r
134       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir).\version.tmpl" "$(SolutionDir).\version.h"</Command>\r
135     </PreBuildEvent>\r
136     <ClCompile>\r
137       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
138     </ClCompile>\r
139   </ItemDefinitionGroup>\r
140   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">\r
141     <PostBuildEvent>\r
142       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
143     </PostBuildEvent>\r
144     <PreBuildEvent>\r
145       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir).\version.tmpl" "$(SolutionDir).\version.h"</Command>\r
146     </PreBuildEvent>\r
147     <ClCompile>\r
148       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
149     </ClCompile>\r
150   </ItemDefinitionGroup>\r
151   <ItemGroup>\r
152     <ClInclude Include="array.h" />\r
153     <ClInclude Include="assert.h" />\r
154     <ClInclude Include="blocking_bounded_queue_adapter.h" />\r
155     <ClInclude Include="blocking_priority_queue.h" />\r
156     <ClInclude Include="compiler\vs\disable_silly_warnings.h" />\r
157     <ClInclude Include="compiler\vs\stack_walker.h" />\r
158     <ClInclude Include="diagnostics\graph.h" />\r
159     <ClInclude Include="enum_class.h" />\r
160     <ClInclude Include="env.h" />\r
161     <ClInclude Include="except.h" />\r
162     <ClInclude Include="executor.h" />\r
163     <ClInclude Include="forward.h" />\r
164     <ClInclude Include="future.h" />\r
165     <ClInclude Include="future_fwd.h" />\r
166     <ClInclude Include="gl\gl_check.h" />\r
167     <ClInclude Include="lock.h" />\r
168     <ClInclude Include="log.h" />\r
169     <ClInclude Include="memory.h" />\r
170     <ClInclude Include="memshfl.h" />\r
171     <ClInclude Include="os\windows\current_version.h" />\r
172     <ClInclude Include="os\windows\system_info.h" />\r
173     <ClInclude Include="os\windows\windows.h" />\r
174     <ClInclude Include="page_locked_allocator.h" />\r
175     <ClInclude Include="param.h" />\r
176     <ClInclude Include="prec_timer.h" />\r
177     <ClInclude Include="reactive.h" />\r
178     <ClInclude Include="semaphore.h" />\r
179     <ClInclude Include="stdafx.h" />\r
180     <ClInclude Include="tweener.h" />\r
181     <ClInclude Include="utf.h" />\r
182   </ItemGroup>\r
183   <ItemGroup>\r
184     <ClCompile Include="compiler\vs\stack_walker.cpp">\r
185       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>\r
186       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">NotUsing</PrecompiledHeader>\r
187       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">NotUsing</PrecompiledHeader>\r
188       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>\r
189       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
190       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
191       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
192       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
193     </ClCompile>\r
194     <ClCompile Include="diagnostics\graph.cpp">\r
195       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
196       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
197       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
198       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
199       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
200       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
201     </ClCompile>\r
202     <ClCompile Include="env.cpp">\r
203       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
204       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
205       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
206       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
207     </ClCompile>\r
208     <ClCompile Include="except.cpp">\r
209       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
210       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
211       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
212       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
213     </ClCompile>\r
214     <ClCompile Include="gl\gl_check.cpp">\r
215       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
216       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
217       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
218       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
219       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
220       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
221     </ClCompile>\r
222     <ClCompile Include="log.cpp">\r
223       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
224       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
225       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
226       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
227     </ClCompile>\r
228     <ClCompile Include="page_locked_allocator.cpp">\r
229       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
230       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
231       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
232       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
233     </ClCompile>\r
234     <ClCompile Include="prec_timer.cpp">\r
235       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
236       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
237       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
238       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
239     </ClCompile>\r
240     <ClCompile Include="stdafx.cpp">\r
241       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>\r
242       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>\r
243       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">Create</PrecompiledHeader>\r
244       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">Create</PrecompiledHeader>\r
245     </ClCompile>\r
246     <ClCompile Include="tweener.cpp">\r
247       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
248       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
249       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
250       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
251     </ClCompile>\r
252     <ClCompile Include="utf.cpp">\r
253       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
254       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
255       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
256       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
257     </ClCompile>\r
258   </ItemGroup>\r
259   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
260   <ImportGroup Label="ExtensionTargets">\r
261   </ImportGroup>\r
262 </Project>