]> git.sesse.net Git - casparcg/blob - modules/psd/psd.vcxproj
3cfb4a3fcff6d5cf0b01a9bff02c822ed57cf7ee
[casparcg] / modules / psd / psd.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="descriptor.cpp" />
15     <ClCompile Include="doc.cpp" />
16     <ClCompile Include="layer.cpp" />
17     <ClCompile Include="misc.cpp" />
18     <ClCompile Include="psd_scene_producer.cpp" />
19     <ClCompile Include="resource.cpp" />
20     <ClCompile Include="util\bigendian_file_input_stream.cpp" />
21     <ClCompile Include="util\pdf_reader.cpp" />
22   </ItemGroup>
23   <ItemGroup>
24     <ClInclude Include="channel.h" />
25     <ClInclude Include="descriptor.h" />
26     <ClInclude Include="doc.h" />
27     <ClInclude Include="image.h" />
28     <ClInclude Include="layer.h" />
29     <ClInclude Include="misc.h" />
30     <ClInclude Include="psd_scene_producer.h" />
31     <ClInclude Include="resource.h" />
32     <ClInclude Include="util\bigendian_file_input_stream.h" />
33     <ClInclude Include="util\pdf_reader.h" />
34   </ItemGroup>
35   <ItemGroup>
36     <ProjectReference Include="..\..\common\common.vcxproj">
37       <Project>{02308602-7fe0-4253-b96e-22134919f56a}</Project>
38     </ProjectReference>
39     <ProjectReference Include="..\..\core\core.vcxproj">
40       <Project>{79388c20-6499-4bf6-b8b9-d8c33d7d4ddd}</Project>
41     </ProjectReference>
42     <ProjectReference Include="..\image\image.vcxproj">
43       <Project>{3e11ff65-a9da-4f80-87f2-a7c6379ed5e2}</Project>
44     </ProjectReference>
45   </ItemGroup>
46   <PropertyGroup Label="Globals">
47     <ProjectGuid>{866A164B-6F7A-450E-8452-C6AE4E176436}</ProjectGuid>
48     <Keyword>Win32Proj</Keyword>
49     <RootNamespace>psd</RootNamespace>
50     <ProjectName>psd</ProjectName>
51   </PropertyGroup>
52   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
54     <ConfigurationType>StaticLibrary</ConfigurationType>
55     <UseDebugLibraries>true</UseDebugLibraries>
56     <CharacterSet>Unicode</CharacterSet>
57     <PlatformToolset>v120</PlatformToolset>
58   </PropertyGroup>
59   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
60     <ConfigurationType>StaticLibrary</ConfigurationType>
61     <UseDebugLibraries>false</UseDebugLibraries>
62     <WholeProgramOptimization>true</WholeProgramOptimization>
63     <CharacterSet>Unicode</CharacterSet>
64     <PlatformToolset>v120</PlatformToolset>
65   </PropertyGroup>
66   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
67   <ImportGroup Label="ExtensionSettings">
68   </ImportGroup>
69   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71   </ImportGroup>
72   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
73     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74   </ImportGroup>
75   <PropertyGroup Label="UserMacros" />
76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
77     <IncludePath>..\..\;..\..\dependencies64\boost\;..\..\dependencies64\tbb\include;$(IncludePath)</IncludePath>
78     <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>
79     <IntDir>$(ProjectDir)tmp\$(Configuration)\</IntDir>
80   </PropertyGroup>
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82     <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>
83     <IntDir>$(ProjectDir)tmp\$(Configuration)\</IntDir>
84     <IncludePath>..\..\;..\..\dependencies64\boost\;..\..\dependencies64\tbb\include;$(IncludePath)</IncludePath>
85   </PropertyGroup>
86   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
87     <ClCompile>
88       <PrecompiledHeader>
89       </PrecompiledHeader>
90       <WarningLevel>Level3</WarningLevel>
91       <Optimization>Disabled</Optimization>
92       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93       <ExceptionHandling>Async</ExceptionHandling>
94       <FloatingPointModel>Fast</FloatingPointModel>
95     </ClCompile>
96     <Link>
97       <SubSystem>Windows</SubSystem>
98       <GenerateDebugInformation>true</GenerateDebugInformation>
99     </Link>
100   </ItemDefinitionGroup>
101   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
102     <ClCompile>
103       <WarningLevel>Level3</WarningLevel>
104       <PrecompiledHeader>
105       </PrecompiledHeader>
106       <Optimization>MaxSpeed</Optimization>
107       <FunctionLevelLinking>true</FunctionLevelLinking>
108       <IntrinsicFunctions>true</IntrinsicFunctions>
109       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
111       <WholeProgramOptimization>false</WholeProgramOptimization>
112       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
113       <OmitFramePointers>true</OmitFramePointers>
114       <ExceptionHandling>Async</ExceptionHandling>
115       <FloatingPointModel>Fast</FloatingPointModel>
116     </ClCompile>
117     <Link>
118       <SubSystem>Windows</SubSystem>
119       <GenerateDebugInformation>true</GenerateDebugInformation>
120       <EnableCOMDATFolding>true</EnableCOMDATFolding>
121       <OptimizeReferences>true</OptimizeReferences>
122     </Link>
123     <Lib>
124       <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
125     </Lib>
126   </ItemDefinitionGroup>
127   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
128   <ImportGroup Label="ExtensionTargets">
129   </ImportGroup>
130 </Project>