]> git.sesse.net Git - casparcg/blob - common/common.vcxproj
* Refactored to use enum class instead of enum_class.
[casparcg] / common / common.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>{02308602-7FE0-4253-B96E-22134919F56A}</ProjectGuid>\r
15     <Keyword>Win32Proj</Keyword>\r
16     <RootNamespace>common</RootNamespace>\r
17     <ProjectName>common</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     <UseDebugLibraries>true</UseDebugLibraries>\r
23     <CharacterSet>Unicode</CharacterSet>\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     <WholeProgramOptimization>true</WholeProgramOptimization>\r
30     <CharacterSet>Unicode</CharacterSet>\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)'=='Debug|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   </ImportGroup>\r
39   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
40     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
41   </ImportGroup>\r
42   <PropertyGroup Label="UserMacros" />\r
43   <PropertyGroup>\r
44     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
45     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
46     <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
47     <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
48     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
49     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)bin\$(Configuration)\</OutDir>\r
50     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName>\r
51     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName>\r
52   </PropertyGroup>\r
53   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
54     <ClCompile>\r
55       <PrecompiledHeader>Use</PrecompiledHeader>\r
56       <WarningLevel>Level4</WarningLevel>\r
57       <Optimization>Disabled</Optimization>\r
58       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;TBB_USE_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
59       <TreatWarningAsError>true</TreatWarningAsError>\r
60       <SmallerTypeCheck>true</SmallerTypeCheck>\r
61       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
62       <MinimalRebuild>false</MinimalRebuild>\r
63       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
64       <ExceptionHandling>Async</ExceptionHandling>\r
65       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
66     </ClCompile>\r
67     <Link>\r
68       <SubSystem>Windows</SubSystem>\r
69       <GenerateDebugInformation>true</GenerateDebugInformation>\r
70     </Link>\r
71     <PreBuildEvent>\r
72       <Command> "$(SolutionDir).\gitrev.bat"</Command>\r
73     </PreBuildEvent>\r
74     <Lib />\r
75     <PostBuildEvent>\r
76       <Command>\r
77       </Command>\r
78     </PostBuildEvent>\r
79   </ItemDefinitionGroup>\r
80   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
81     <ClCompile>\r
82       <WarningLevel>Level4</WarningLevel>\r
83       <PrecompiledHeader>Use</PrecompiledHeader>\r
84       <Optimization>MaxSpeed</Optimization>\r
85       <FunctionLevelLinking>\r
86       </FunctionLevelLinking>\r
87       <IntrinsicFunctions>true</IntrinsicFunctions>\r
88       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;TBB_USE_CAPTURED_EXCEPTION=0;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
89       <ExceptionHandling>Async</ExceptionHandling>\r
90       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>\r
91       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
92       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>\r
93       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
94       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
95       <WholeProgramOptimization>false</WholeProgramOptimization>\r
96       <TreatWarningAsError>true</TreatWarningAsError>\r
97       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
98       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
99     </ClCompile>\r
100     <Link>\r
101       <SubSystem>Windows</SubSystem>\r
102       <GenerateDebugInformation>true</GenerateDebugInformation>\r
103       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
104       <OptimizeReferences>true</OptimizeReferences>\r
105     </Link>\r
106     <PreBuildEvent>\r
107       <Command> "$(SolutionDir).\gitrev.bat"</Command>\r
108     </PreBuildEvent>\r
109     <Lib>\r
110       <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>\r
111     </Lib>\r
112     <PostBuildEvent>\r
113       <Command>\r
114       </Command>\r
115     </PostBuildEvent>\r
116   </ItemDefinitionGroup>\r
117   <ItemGroup>\r
118     <ClInclude Include="array.h" />\r
119     <ClInclude Include="assert.h" />\r
120     <ClInclude Include="base64.h" />\r
121     <ClInclude Include="blocking_bounded_queue_adapter.h" />\r
122     <ClInclude Include="blocking_priority_queue.h" />\r
123     <ClInclude Include="compiler\vs\disable_silly_warnings.h" />\r
124     <ClInclude Include="compiler\vs\stack_walker.h" />\r
125     <ClInclude Include="diagnostics\graph.h" />\r
126     <ClInclude Include="endian.h" />\r
127     <ClInclude Include="enum_class.h" />\r
128     <ClInclude Include="env.h" />\r
129     <ClInclude Include="except.h" />\r
130     <ClInclude Include="executor.h" />\r
131     <ClInclude Include="filesystem_monitor.h" />\r
132     <ClInclude Include="forward.h" />\r
133     <ClInclude Include="future.h" />\r
134     <ClInclude Include="future_fwd.h" />\r
135     <ClInclude Include="gl\gl_check.h" />\r
136     <ClInclude Include="lock.h" />\r
137     <ClInclude Include="log.h" />\r
138     <ClInclude Include="memory.h" />\r
139     <ClInclude Include="memshfl.h" />\r
140     <ClInclude Include="os\windows\current_version.h" />\r
141     <ClInclude Include="os\windows\system_info.h" />\r
142     <ClInclude Include="os\windows\windows.h" />\r
143     <ClInclude Include="page_locked_allocator.h" />\r
144     <ClInclude Include="param.h" />\r
145     <ClInclude Include="polling_filesystem_monitor.h" />\r
146     <ClInclude Include="prec_timer.h" />\r
147     <ClInclude Include="reactive.h" />\r
148     <ClInclude Include="semaphore.h" />\r
149     <ClInclude Include="stdafx.h" />\r
150     <ClInclude Include="tweener.h" />\r
151     <ClInclude Include="utf.h" />\r
152   </ItemGroup>\r
153   <ItemGroup>\r
154     <ClCompile Include="base64.cpp">\r
155       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Use</PrecompiledHeader>\r
156       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>\r
157     </ClCompile>\r
158     <ClCompile Include="compiler\vs\stack_walker.cpp">\r
159       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>\r
160       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>\r
161       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
162       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
163     </ClCompile>\r
164     <ClCompile Include="diagnostics\graph.cpp">\r
165       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
166       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../StdAfx.h</PrecompiledHeaderFile>\r
167       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
168       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
169     </ClCompile>\r
170     <ClCompile Include="env.cpp">\r
171       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
172       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
173     </ClCompile>\r
174     <ClCompile Include="except.cpp">\r
175       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
176       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
177     </ClCompile>\r
178     <ClCompile Include="gl\gl_check.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       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
182       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
183     </ClCompile>\r
184     <ClCompile Include="log.cpp">\r
185       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
186       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
187     </ClCompile>\r
188     <ClCompile Include="page_locked_allocator.cpp">\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     </ClCompile>\r
192     <ClCompile Include="polling_filesystem_monitor.cpp" />\r
193     <ClCompile Include="prec_timer.cpp">\r
194       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
195       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
196     </ClCompile>\r
197     <ClCompile Include="stdafx.cpp">\r
198       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>\r
199       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>\r
200     </ClCompile>\r
201     <ClCompile Include="tweener.cpp">\r
202       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
203       <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
204     </ClCompile>\r
205     <ClCompile Include="utf.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     </ClCompile>\r
209   </ItemGroup>\r
210   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
211   <ImportGroup Label="ExtensionTargets">\r
212   </ImportGroup>\r
213 </Project>