]> git.sesse.net Git - casparcg/blob - unit-test/unit-test.vcxproj
6a9ac62bfa26f146bb5e9cd710490d8791928d89
[casparcg] / unit-test / unit-test.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|x64">
5       <Configuration>Debug</Configuration>
6       <Platform>x64</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|x64">
9       <Configuration>Release</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <ItemGroup>
14     <ClCompile Include="base64_test.cpp" />
15     <ClCompile Include="image_mixer_test.cpp" />
16     <ClCompile Include="main.cpp" />
17     <ClCompile Include="param_test.cpp" />
18     <ClCompile Include="stdafx.cpp">
19       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
20     </ClCompile>
21     <ClCompile Include="tweener_test.cpp" />
22   </ItemGroup>
23   <ItemGroup>
24     <ClInclude Include="stdafx.h" />
25   </ItemGroup>
26   <ItemGroup>
27     <ProjectReference Include="..\accelerator\accelerator.vcxproj">
28       <Project>{8493d01a-f642-454c-8c44-88b38e2a3ef8}</Project>
29     </ProjectReference>
30     <ProjectReference Include="..\common\common.vcxproj">
31       <Project>{02308602-7fe0-4253-b96e-22134919f56a}</Project>
32     </ProjectReference>
33     <ProjectReference Include="..\core\core.vcxproj">
34       <Project>{79388c20-6499-4bf6-b8b9-d8c33d7d4ddd}</Project>
35     </ProjectReference>
36     <ProjectReference Include="..\modules\bluefish\bluefish.vcxproj">
37       <Project>{69313d25-9f54-4fc9-9872-628a4dd79464}</Project>
38     </ProjectReference>
39     <ProjectReference Include="..\modules\decklink\decklink.vcxproj">
40       <Project>{d3611658-8f54-43cf-b9af-a5cf8c1102ea}</Project>
41     </ProjectReference>
42     <ProjectReference Include="..\modules\ffmpeg\ffmpeg.vcxproj">
43       <Project>{f6223af3-be0b-4b61-8406-98922ce521c2}</Project>
44     </ProjectReference>
45     <ProjectReference Include="..\modules\flash\flash.vcxproj">
46       <Project>{816deaba-3757-4306-afe0-c27cf96c4dea}</Project>
47     </ProjectReference>
48     <ProjectReference Include="..\modules\image\image.vcxproj">
49       <Project>{3e11ff65-a9da-4f80-87f2-a7c6379ed5e2}</Project>
50     </ProjectReference>
51     <ProjectReference Include="..\modules\oal\oal.vcxproj">
52       <Project>{82ed7ed6-8a15-40ec-a8af-f5e712e0da68}</Project>
53     </ProjectReference>
54     <ProjectReference Include="..\modules\psd\psd.vcxproj">
55       <Project>{866a164b-6f7a-450e-8452-c6ae4e176436}</Project>
56     </ProjectReference>
57     <ProjectReference Include="..\modules\reroute\reroute.vcxproj">
58       <Project>{7d58bd57-fdd5-46e6-a23b-ed14b5314a0e}</Project>
59     </ProjectReference>
60     <ProjectReference Include="..\modules\screen\screen.vcxproj">
61       <Project>{88f974f0-d09f-4788-8cf8-f563209e60c1}</Project>
62     </ProjectReference>
63     <ProjectReference Include="..\protocol\protocol.vcxproj">
64       <Project>{2040b361-1fb6-488e-84a5-38a580da90de}</Project>
65     </ProjectReference>
66   </ItemGroup>
67   <PropertyGroup Label="Globals">
68     <ProjectGuid>{3D4DA315-EEFD-4AAD-91B8-CBA879D7F440}</ProjectGuid>
69     <Keyword>Win32Proj</Keyword>
70     <RootNamespace>shell</RootNamespace>
71   </PropertyGroup>
72   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
74     <ConfigurationType>Application</ConfigurationType>
75     <UseDebugLibraries>true</UseDebugLibraries>
76     <CharacterSet>Unicode</CharacterSet>
77     <PlatformToolset>v120</PlatformToolset>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
80     <ConfigurationType>Application</ConfigurationType>
81     <UseDebugLibraries>false</UseDebugLibraries>
82     <WholeProgramOptimization>true</WholeProgramOptimization>
83     <CharacterSet>Unicode</CharacterSet>
84     <PlatformToolset>v120</PlatformToolset>
85   </PropertyGroup>
86   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
87   <ImportGroup Label="ExtensionSettings">
88   </ImportGroup>
89   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
90     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91   </ImportGroup>
92   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
93     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94   </ImportGroup>
95   <PropertyGroup Label="UserMacros" />
96   <PropertyGroup>
97     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
98     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)tmp\unit-test\$(Configuration)\</IntDir>
99     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)tmp\unit-test\$(Configuration)\</IntDir>
100     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\dependencies64\RxCpp\include\;..\dependencies64\boost\;..\dependencies64\ffmpeg\include\;..\dependencies64\glew\include;..\dependencies64\sfml\include\;..\dependencies64\tbb\include\;..\;..\dependencies64\gtest\include;$(IncludePath)</IncludePath>
101     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\dependencies64\RxCpp\include\;..\dependencies64\boost\;..\dependencies64\ffmpeg\include\;..\dependencies64\glew\include;..\dependencies64\sfml\include\;..\dependencies64\tbb\include\;..\;..\dependencies64\gtest\include;$(IncludePath)</IncludePath>
102     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\dependencies64\boost\stage\lib;..\dependencies64\ffmpeg\lib\;..\dependencies64\glew\lib;..\dependencies64\sfml\extlibs\lib;..\dependencies64\sfml\lib\;..\dependencies64\tbb\lib\;..\dependencies64\freeimage\lib\;..\dependencies64\openal\lib\;..\dependencies64\asmlib\;..\dependencies64\gtest\lib;..\dependencies64\freetype\objs\win32\vc2010;..\dependencies64\zlib\lib\;$(LibraryPath)</LibraryPath>
103     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\dependencies64\boost\stage\lib;..\dependencies64\ffmpeg\lib\;..\dependencies64\glew\lib;..\dependencies64\sfml\extlibs\lib;..\dependencies64\sfml\lib\;..\dependencies64\tbb\lib\;..\dependencies64\freeimage\lib\;..\dependencies64\openal\lib\;..\dependencies64\asmlib\;..\dependencies64\gtest\lib;..\dependencies64\freetype\objs\win32\vc2010;..\dependencies64\zlib\lib\;$(LibraryPath)</LibraryPath>
104     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\unit-test\$(Configuration)\</OutDir>
105     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\unit-test\$(Configuration)\</OutDir>
106     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName>
107     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">unit-test</TargetName>
108   </PropertyGroup>
109   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
110     <LinkIncremental>true</LinkIncremental>
111   </PropertyGroup>
112   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
113     <LinkIncremental>false</LinkIncremental>
114   </PropertyGroup>
115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
116     <PreBuildEvent>
117       <Command>
118       </Command>
119     </PreBuildEvent>
120     <ClCompile>
121       <Optimization>Disabled</Optimization>
122       <AdditionalIncludeDirectories>../</AdditionalIncludeDirectories>
123       <MinimalRebuild>false</MinimalRebuild>
124       <ExceptionHandling>Async</ExceptionHandling>
125       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
126       <SmallerTypeCheck>false</SmallerTypeCheck>
127       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
128       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
129       <RuntimeTypeInfo>true</RuntimeTypeInfo>
130       <PrecompiledHeader>NotUsing</PrecompiledHeader>
131       <BrowseInformation>true</BrowseInformation>
132       <WarningLevel>Level4</WarningLevel>
133       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
134       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;TBB_USE_DEBUG;_DEBUG;_CRT_SECURE_NO_WARNINGS;COMPILE_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135       <TreatWarningAsError>true</TreatWarningAsError>
136       <MultiProcessorCompilation>true</MultiProcessorCompilation>
137       <FloatingPointModel>Fast</FloatingPointModel>
138       <ForcedIncludeFiles>common/compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>
139     </ClCompile>
140     <Link>
141       <AdditionalDependencies>alibcof64.lib;jpeg.lib;sndfile.lib;sfml-system-d-2.lib;sfml-window-d-2.lib;sfml-graphics-d-2.lib;sfml-audio-d-2.lib;Winmm.lib;Ws2_32.lib;user32.lib;gdi32.lib;avformat.lib;avcodec.lib;avutil.lib;avfilter.lib;swscale.lib;swresample.lib;tbb.lib;OpenGL32.lib;FreeImaged.lib;glew32.lib;openal32.lib;gtestd.lib;Advapi32.lib;freetype.lib;zlibstat.lib</AdditionalDependencies>
142       <Version>
143       </Version>
144       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
145       <IgnoreSpecificDefaultLibraries>
146       </IgnoreSpecificDefaultLibraries>
147       <GenerateDebugInformation>true</GenerateDebugInformation>
148       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
149       <GenerateMapFile>false</GenerateMapFile>
150       <MapFileName>
151       </MapFileName>
152       <SubSystem>Console</SubSystem>
153       <RandomizedBaseAddress>false</RandomizedBaseAddress>
154       <DataExecutionPrevention>
155       </DataExecutionPrevention>
156       <MapExports>false</MapExports>
157       <IgnoreAllDefaultLibraries>
158       </IgnoreAllDefaultLibraries>
159     </Link>
160     <PostBuildEvent>
161       <Command>copy "$(SolutionDir)dependencies64\ffmpeg\bin\*.dll" "$(OutDir)"
162 copy "$(SolutionDir)dependencies64\tbb\bin\*.dll" "$(OutDir)"
163 copy "$(SolutionDir)dependencies64\glew\bin\*.dll" "$(OutDir)"
164 copy "$(SolutionDir)dependencies64\freeimage\bin\*.dll" "$(OutDir)"
165 copy "$(SolutionDir)dependencies64\openal\bin\*.dll" "$(OutDir)"
166 </Command>
167     </PostBuildEvent>
168   </ItemDefinitionGroup>
169   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
170     <PreBuildEvent>
171       <Command>
172       </Command>
173     </PreBuildEvent>
174     <ClCompile>
175       <Optimization>MaxSpeed</Optimization>
176       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
177       <IntrinsicFunctions>true</IntrinsicFunctions>
178       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
179       <AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
180       <ExceptionHandling>Async</ExceptionHandling>
181       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
182       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
183       <RuntimeTypeInfo>true</RuntimeTypeInfo>
184       <PrecompiledHeader>NotUsing</PrecompiledHeader>
185       <WarningLevel>Level4</WarningLevel>
186       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
187       <MultiProcessorCompilation>true</MultiProcessorCompilation>
188       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;TBB_USE_CAPTURED_EXCEPTION=0;NDEBUG;COMPILE_RELEASE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189       <WholeProgramOptimization>false</WholeProgramOptimization>
190       <TreatWarningAsError>true</TreatWarningAsError>
191       <OmitFramePointers>true</OmitFramePointers>
192       <FloatingPointModel>Fast</FloatingPointModel>
193       <ForcedIncludeFiles>common/compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>
194     </ClCompile>
195     <Link>
196       <OptimizeReferences>true</OptimizeReferences>
197       <AdditionalDependencies>alibcof64.lib;jpeg.lib;sndfile.lib;sfml-system-2.lib;sfml-window-2.lib;sfml-graphics-2.lib;Winmm.lib;Ws2_32.lib;user32.lib;gdi32.lib;avformat.lib;avcodec.lib;avutil.lib;avfilter.lib;swscale.lib;swresample.lib;tbb.lib;OpenGL32.lib;glew32.lib;openal32.lib;freeimage.lib;gtest.lib;Advapi32.lib;freetype.lib;zlibstat.lib</AdditionalDependencies>
198       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
199       <GenerateDebugInformation>true</GenerateDebugInformation>
200       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
201       <GenerateMapFile>false</GenerateMapFile>
202       <SubSystem>Console</SubSystem>
203       <RandomizedBaseAddress>false</RandomizedBaseAddress>
204       <MapExports>false</MapExports>
205       <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
206     </Link>
207     <PostBuildEvent>
208       <Command>copy "$(SolutionDir)dependencies64\ffmpeg\bin\*.dll" "$(OutDir)"
209 copy "$(SolutionDir)dependencies64\tbb\bin\*.dll" "$(OutDir)"
210 copy "$(SolutionDir)dependencies64\glew\bin\*.dll" "$(OutDir)"
211 copy "$(SolutionDir)dependencies64\freeimage\bin\*.dll" "$(OutDir)"
212 copy "$(SolutionDir)dependencies64\openal\bin\*.dll" "$(OutDir)"</Command>
213     </PostBuildEvent>
214   </ItemDefinitionGroup>
215   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
216   <ImportGroup Label="ExtensionTargets">
217   </ImportGroup>
218 </Project>