]> git.sesse.net Git - casparcg/blob - test/psd-test/psd-test.vcxproj
* Upgraded to Visual Studio 2013
[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\boost;..\..\;$(IncludePath)</IncludePath>
46   </PropertyGroup>
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
48     <LinkIncremental>false</LinkIncremental>
49     <IncludePath>..\..\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>Level3</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     </ClCompile>
62     <Link>
63       <SubSystem>Console</SubSystem>
64       <GenerateDebugInformation>true</GenerateDebugInformation>
65     </Link>
66   </ItemDefinitionGroup>
67   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
68     <ClCompile>
69       <WarningLevel>Level3</WarningLevel>
70       <PrecompiledHeader>
71       </PrecompiledHeader>
72       <Optimization>MaxSpeed</Optimization>
73       <FunctionLevelLinking>true</FunctionLevelLinking>
74       <IntrinsicFunctions>true</IntrinsicFunctions>
75       <PreprocessorDefinitions>SFML_STATIC;BOOST_THREAD_VERSION=4;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76       <ExceptionHandling>Async</ExceptionHandling>
77       <FloatingPointModel>Fast</FloatingPointModel>
78     </ClCompile>
79     <Link>
80       <SubSystem>Console</SubSystem>
81       <GenerateDebugInformation>true</GenerateDebugInformation>
82       <EnableCOMDATFolding>true</EnableCOMDATFolding>
83       <OptimizeReferences>true</OptimizeReferences>
84     </Link>
85   </ItemDefinitionGroup>
86   <ItemGroup>
87     <ClInclude Include="stdafx.h" />
88     <ClInclude Include="targetver.h" />
89   </ItemGroup>
90   <ItemGroup>
91     <ClCompile Include="psd-test.cpp" />
92     <ClCompile Include="stdafx.cpp" />
93   </ItemGroup>
94   <ItemGroup>
95     <ProjectReference Include="..\..\common\common.vcxproj">
96       <Project>{02308602-7fe0-4253-b96e-22134919f56a}</Project>
97     </ProjectReference>
98     <ProjectReference Include="..\..\modules\psd\psd.vcxproj">
99       <Project>{866a164b-6f7a-450e-8452-c6ae4e176436}</Project>
100       <Private>true</Private>
101       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
102       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
103       <LinkLibraryDependencies>true</LinkLibraryDependencies>
104       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
105     </ProjectReference>
106   </ItemGroup>
107   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
108   <ImportGroup Label="ExtensionTargets">
109   </ImportGroup>
110 </Project>