]> git.sesse.net Git - casparcg/blob - test/test.vcxproj
2.0.0.2:
[casparcg] / test / test.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{CE1CD805-3904-4E58-824E-09C027585991}</ProjectGuid>\r
15     <Keyword>Win32Proj</Keyword>\r
16     <RootNamespace>test</RootNamespace>\r
17   </PropertyGroup>\r
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
20     <ConfigurationType>Application</ConfigurationType>\r
21     <UseDebugLibraries>true</UseDebugLibraries>\r
22     <CharacterSet>Unicode</CharacterSet>\r
23   </PropertyGroup>\r
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
25     <ConfigurationType>Application</ConfigurationType>\r
26     <UseDebugLibraries>false</UseDebugLibraries>\r
27     <WholeProgramOptimization>true</WholeProgramOptimization>\r
28     <CharacterSet>Unicode</CharacterSet>\r
29   </PropertyGroup>\r
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
31   <ImportGroup Label="ExtensionSettings">\r
32   </ImportGroup>\r
33   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
35   </ImportGroup>\r
36   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\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   <PropertyGroup Label="UserMacros" />\r
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
41     <LinkIncremental>true</LinkIncremental>\r
42   </PropertyGroup>\r
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
44     <LinkIncremental>false</LinkIncremental>\r
45     <IncludePath>..\..\dependencies\tbb30_20100406oss\include;..\..\..\dependencies\tbb30_20100406oss\include;$(IncludePath)</IncludePath>\r
46     <LibraryPath>..\..\..\dependencies\tbb30_20100406oss\lib\ia32\vc10\;..\..\dependencies\tbb30_20100406oss\lib\ia32\vc10\;$(LibraryPath)</LibraryPath>\r
47     <OutDir>$(SolutionDir)\$(ProjectName)\$(Configuration)\</OutDir>\r
48   </PropertyGroup>\r
49   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
50     <ClCompile>\r
51       <PrecompiledHeader>\r
52       </PrecompiledHeader>\r
53       <WarningLevel>Level3</WarningLevel>\r
54       <Optimization>Disabled</Optimization>\r
55       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
56     </ClCompile>\r
57     <Link>\r
58       <SubSystem>Console</SubSystem>\r
59       <GenerateDebugInformation>true</GenerateDebugInformation>\r
60     </Link>\r
61   </ItemDefinitionGroup>\r
62   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
63     <ClCompile>\r
64       <WarningLevel>Level3</WarningLevel>\r
65       <PrecompiledHeader>\r
66       </PrecompiledHeader>\r
67       <Optimization>MaxSpeed</Optimization>\r
68       <FunctionLevelLinking>true</FunctionLevelLinking>\r
69       <IntrinsicFunctions>true</IntrinsicFunctions>\r
70       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
71       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>\r
72       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
73     </ClCompile>\r
74     <Link>\r
75       <SubSystem>Console</SubSystem>\r
76       <GenerateDebugInformation>true</GenerateDebugInformation>\r
77       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
78       <OptimizeReferences>true</OptimizeReferences>\r
79       <AdditionalDependencies>tbb.lib; kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
80     </Link>\r
81   </ItemDefinitionGroup>\r
82   <ItemGroup>\r
83     <ClCompile Include="test.cpp">\r
84       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>\r
85       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
86       </PrecompiledHeaderFile>\r
87     </ClCompile>\r
88   </ItemGroup>\r
89   <ItemGroup>\r
90     <ClInclude Include="timer.h" />\r
91   </ItemGroup>\r
92   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
93   <ImportGroup Label="ExtensionTargets">\r
94   </ImportGroup>\r
95 </Project>