]> git.sesse.net Git - casparcg/blob - test/psd-test/psd-test.vcxproj
[ffmpeg] Fixed last two frames in all clips not being displayed
[casparcg] / test / psd-test / psd-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   <PropertyGroup Label="Globals">
14     <ProjectGuid>{156C91E0-8CAC-4DBA-A212-AAFDAFACD8BC}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>psdtest</RootNamespace>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
20     <ConfigurationType>Application</ConfigurationType>
21     <UseDebugLibraries>true</UseDebugLibraries>
22     <CharacterSet>Unicode</CharacterSet>
23     <PlatformToolset>v120</PlatformToolset>
24   </PropertyGroup>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
26     <ConfigurationType>Application</ConfigurationType>
27     <UseDebugLibraries>false</UseDebugLibraries>
28     <WholeProgramOptimization>true</WholeProgramOptimization>
29     <CharacterSet>Unicode</CharacterSet>
30     <PlatformToolset>v120</PlatformToolset>
31   </PropertyGroup>
32   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33   <ImportGroup Label="ExtensionSettings">
34   </ImportGroup>
35   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37   </ImportGroup>
38   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
39     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40   </ImportGroup>
41   <PropertyGroup Label="UserMacros" />
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
43     <LinkIncremental>true</LinkIncremental>
44     <LibraryPath>..\..\dependencies64\boost\stage\lib;..\..\dependencies64\tbb\lib;$(LibraryPath)</LibraryPath>
45     <IncludePath>..\dependencies64\RxCpp\include\;..\..\dependencies64\boost;..\..\;$(IncludePath)</IncludePath>
46   </PropertyGroup>
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
48     <LinkIncremental>false</LinkIncremental>
49     <IncludePath>..\dependencies64\RxCpp\include\;..\..\dependencies64\boost;..\..\;$(IncludePath)</IncludePath>
50     <LibraryPath>..\..\dependencies64\boost\stage\lib;..\..\dependencies64\tbb\lib;$(LibraryPath)</LibraryPath>
51   </PropertyGroup>
52   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
53     <ClCompile>
54       <PrecompiledHeader>
55       </PrecompiledHeader>
56       <WarningLevel>Level4</WarningLevel>
57       <Optimization>Disabled</Optimization>
58       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59       <ExceptionHandling>Async</ExceptionHandling>
60       <FloatingPointModel>Fast</FloatingPointModel>
61       <TreatWarningAsError>true</TreatWarningAsError>
62       <MultiProcessorCompilation>true</MultiProcessorCompilation>
63     </ClCompile>
64     <Link>
65       <SubSystem>Console</SubSystem>
66       <GenerateDebugInformation>true</GenerateDebugInformation>
67     </Link>
68   </ItemDefinitionGroup>
69   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70     <ClCompile>
71       <WarningLevel>Level4</WarningLevel>
72       <PrecompiledHeader>
73       </PrecompiledHeader>
74       <Optimization>MaxSpeed</Optimization>
75       <FunctionLevelLinking>true</FunctionLevelLinking>
76       <IntrinsicFunctions>true</IntrinsicFunctions>
77       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
78       <ExceptionHandling>Async</ExceptionHandling>
79       <FloatingPointModel>Fast</FloatingPointModel>
80       <TreatWarningAsError>true</TreatWarningAsError>
81       <MultiProcessorCompilation>true</MultiProcessorCompilation>
82     </ClCompile>
83     <Link>
84       <SubSystem>Console</SubSystem>
85       <GenerateDebugInformation>true</GenerateDebugInformation>
86       <EnableCOMDATFolding>true</EnableCOMDATFolding>
87       <OptimizeReferences>true</OptimizeReferences>
88     </Link>
89   </ItemDefinitionGroup>
90   <ItemGroup>
91     <ClInclude Include="stdafx.h" />
92     <ClInclude Include="targetver.h" />
93   </ItemGroup>
94   <ItemGroup>
95     <ClCompile Include="psd-test.cpp" />
96     <ClCompile Include="stdafx.cpp" />
97   </ItemGroup>
98   <ItemGroup>
99     <ProjectReference Include="..\..\common\common.vcxproj">
100       <Project>{02308602-7fe0-4253-b96e-22134919f56a}</Project>
101     </ProjectReference>
102     <ProjectReference Include="..\..\modules\psd\psd.vcxproj">
103       <Project>{866a164b-6f7a-450e-8452-c6ae4e176436}</Project>
104       <Private>true</Private>
105       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
106       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
107       <LinkLibraryDependencies>true</LinkLibraryDependencies>
108       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
109     </ProjectReference>
110   </ItemGroup>
111   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112   <ImportGroup Label="ExtensionTargets">
113   </ImportGroup>
114 </Project>