]> git.sesse.net Git - casparcg/blob - common/common.vcxproj
ba0e326d0546d4965da0379cf54a1adc03132c49
[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="compiler\vs\disable_silly_warnings.h" />\r
155     <ClInclude Include="compiler\vs\stack_walker.h" />\r
156     <ClInclude Include="diagnostics\graph.h" />\r
157     <ClInclude Include="enum_class.h" />\r
158     <ClInclude Include="env.h" />\r
159     <ClInclude Include="except.h" />\r
160     <ClInclude Include="executor.h" />\r
161     <ClInclude Include="forward.h" />\r
162     <ClInclude Include="future.h" />\r
163     <ClInclude Include="future_fwd.h" />\r
164     <ClInclude Include="gl\gl_check.h" />\r
165     <ClInclude Include="lock.h" />\r
166     <ClInclude Include="log.h" />\r
167     <ClInclude Include="memory.h" />\r
168     <ClInclude Include="memshfl.h" />\r
169     <ClInclude Include="os\windows\current_version.h" />\r
170     <ClInclude Include="os\windows\system_info.h" />\r
171     <ClInclude Include="os\windows\windows.h" />\r
172     <ClInclude Include="page_locked_allocator.h" />\r
173     <ClInclude Include="param.h" />\r
174     <ClInclude Include="prec_timer.h" />\r
175     <ClInclude Include="reactive.h" />\r
176     <ClInclude Include="stdafx.h" />\r
177     <ClInclude Include="tweener.h" />\r
178     <ClInclude Include="utf.h" />\r
179   </ItemGroup>\r
180   <ItemGroup>\r
181     <ClCompile Include="compiler\vs\stack_walker.cpp">\r
182       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>\r
183       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">NotUsing</PrecompiledHeader>\r
184       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">NotUsing</PrecompiledHeader>\r
185       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>\r
186       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
187       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
188       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
189       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
190     </ClCompile>\r
191     <ClCompile Include="diagnostics\graph.cpp">\r
192       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
193       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
194       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
195       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
196       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
197       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
198     </ClCompile>\r
199     <ClCompile Include="env.cpp">\r
200       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
201       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
202       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
203       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
204     </ClCompile>\r
205     <ClCompile Include="except.cpp">\r
206       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
207       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
208       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
209       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
210     </ClCompile>\r
211     <ClCompile Include="gl\gl_check.cpp">\r
212       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
213       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
214       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
215       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
216       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
217       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
218     </ClCompile>\r
219     <ClCompile Include="log.cpp">\r
220       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
221       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
222       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
223       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
224     </ClCompile>\r
225     <ClCompile Include="page_locked_allocator.cpp">\r
226       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
227       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
228       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
229       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
230     </ClCompile>\r
231     <ClCompile Include="prec_timer.cpp">\r
232       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
233       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
234       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
235       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
236     </ClCompile>\r
237     <ClCompile Include="stdafx.cpp">\r
238       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>\r
239       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>\r
240       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">Create</PrecompiledHeader>\r
241       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">Create</PrecompiledHeader>\r
242     </ClCompile>\r
243     <ClCompile Include="tweener.cpp">\r
244       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
245       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
246       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
247       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
248     </ClCompile>\r
249     <ClCompile Include="utf.cpp">\r
250       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
251       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
252       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
253       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
254     </ClCompile>\r
255   </ItemGroup>\r
256   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
257   <ImportGroup Label="ExtensionTargets">\r
258   </ImportGroup>\r
259 </Project>