]> git.sesse.net Git - casparcg/blob - common/common.vcxproj
88fcb42e66b0d1a5c0723eb43889e505a30e58fb
[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)</IncludePath>\r
53     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\dependencies64\bluefish\include\;..\dependencies64\boost\;..\dependencies64\tbb\include\;..\dependencies64\sfml\include\;..\dependencies64\glew\include\;$(IncludePath)</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   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
60     <ClCompile>\r
61       <PrecompiledHeader>Use</PrecompiledHeader>\r
62       <WarningLevel>Level4</WarningLevel>\r
63       <Optimization>Disabled</Optimization>\r
64       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;TBB_USE_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
65       <TreatWarningAsError>true</TreatWarningAsError>\r
66       <SmallerTypeCheck>true</SmallerTypeCheck>\r
67       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
68       <MinimalRebuild>false</MinimalRebuild>\r
69       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
70       <ExceptionHandling>Async</ExceptionHandling>\r
71       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
72     </ClCompile>\r
73     <Link>\r
74       <SubSystem>Windows</SubSystem>\r
75       <GenerateDebugInformation>true</GenerateDebugInformation>\r
76     </Link>\r
77     <PreBuildEvent>\r
78       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
79     </PreBuildEvent>\r
80     <Lib />\r
81   </ItemDefinitionGroup>\r
82   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
83     <ClCompile>\r
84       <WarningLevel>Level4</WarningLevel>\r
85       <PrecompiledHeader>Use</PrecompiledHeader>\r
86       <Optimization>MaxSpeed</Optimization>\r
87       <FunctionLevelLinking>\r
88       </FunctionLevelLinking>\r
89       <IntrinsicFunctions>true</IntrinsicFunctions>\r
90       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
91       <ExceptionHandling>Async</ExceptionHandling>\r
92       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>\r
93       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
94       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>\r
95       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
96       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
97       <WholeProgramOptimization>true</WholeProgramOptimization>\r
98       <TreatWarningAsError>true</TreatWarningAsError>\r
99       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
100       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
101     </ClCompile>\r
102     <Link>\r
103       <SubSystem>Windows</SubSystem>\r
104       <GenerateDebugInformation>true</GenerateDebugInformation>\r
105       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
106       <OptimizeReferences>true</OptimizeReferences>\r
107     </Link>\r
108     <PreBuildEvent>\r
109       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
110     </PreBuildEvent>\r
111     <Lib>\r
112       <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>\r
113     </Lib>\r
114   </ItemDefinitionGroup>\r
115   <ItemGroup>\r
116     <ClInclude Include="assert.h" />\r
117     <ClInclude Include="compiler\vs\disable_silly_warnings.h" />\r
118     <ClInclude Include="concurrency\com_context.h" />\r
119     <ClInclude Include="concurrency\executor.h" />\r
120     <ClInclude Include="concurrency\lock.h" />\r
121     <ClInclude Include="concurrency\target.h" />\r
122     <ClInclude Include="diagnostics\graph.h" />\r
123     <ClInclude Include="exception\exceptions.h" />\r
124     <ClInclude Include="exception\win32_exception.h" />\r
125     <ClInclude Include="forward.h" />\r
126     <ClInclude Include="gl\gl_check.h" />\r
127     <ClInclude Include="log.h" />\r
128     <ClInclude Include="memory\memshfl.h" />\r
129     <ClInclude Include="memory\page_locked_allocator.h" />\r
130     <ClInclude Include="memory\safe_ptr.h" />\r
131     <ClInclude Include="env.h" />\r
132     <ClInclude Include="os\windows\current_version.h" />\r
133     <ClInclude Include="os\windows\system_info.h" />\r
134     <ClInclude Include="enum_class.h" />\r
135     <ClInclude Include="stdafx.h" />\r
136     <ClInclude Include="utf.h" />\r
137     <ClInclude Include="prec_timer.h" />\r
138     <ClInclude Include="utility\move_on_copy.h" />\r
139     <ClInclude Include="utility\param.h" />\r
140     <ClInclude Include="utility\tweener.h" />\r
141   </ItemGroup>\r
142   <ItemGroup>\r
143     <ClCompile Include="diagnostics\graph.cpp">\r
144       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
145       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
146     </ClCompile>\r
147     <ClCompile Include="exception\win32_exception.cpp">\r
148       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
149       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
150     </ClCompile>\r
151     <ClCompile Include="gl\gl_check.cpp">\r
152       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
153       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
154     </ClCompile>\r
155     <ClCompile Include="log.cpp" />\r
156     <ClCompile Include="env.cpp" />\r
157     <ClCompile Include="stdafx.cpp">\r
158       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>\r
159       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>\r
160       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">Create</PrecompiledHeader>\r
161       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">Create</PrecompiledHeader>\r
162     </ClCompile>\r
163     <ClCompile Include="utf.cpp" />\r
164     <ClCompile Include="prec_timer.cpp" />\r
165     <ClCompile Include="utility\tweener.cpp">\r
166       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../stdafx.h</PrecompiledHeaderFile>\r
167       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../stdafx.h</PrecompiledHeaderFile>\r
168       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Use</PrecompiledHeader>\r
169       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">Use</PrecompiledHeader>\r
170       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">../stdafx.h</PrecompiledHeaderFile>\r
171       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">Use</PrecompiledHeader>\r
172       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../stdafx.h</PrecompiledHeaderFile>\r
173       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>\r
174     </ClCompile>\r
175   </ItemGroup>\r
176   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
177   <ImportGroup Label="ExtensionTargets">\r
178   </ImportGroup>\r
179 </Project>