annotate VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj @ 5039:fc26fb7e20af

Use the debug C runtime for the debug configuration
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 13:50:53 -0800
parents 5bb673951db2
children
rev   line source
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
3 <ItemGroup Label="ProjectConfigurations">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
4 <ProjectConfiguration Include="Debug|Win32">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
5 <Configuration>Debug</Configuration>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
6 <Platform>Win32</Platform>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
7 </ProjectConfiguration>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
8 <ProjectConfiguration Include="Release|Win32">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
9 <Configuration>Release</Configuration>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
10 <Platform>Win32</Platform>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
11 </ProjectConfiguration>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
12 </ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
13 <PropertyGroup Label="Globals">
4910
f205711f73d5 Fix and rename VS2010 project files, add tests to VS2010 solution, fix VS compiler warning
Andreas Schiffler <aschiffler@ferzkopp.net>
parents: 4823
diff changeset
14 <ProjectName>testvidinfo</ProjectName>
f205711f73d5 Fix and rename VS2010 project files, add tests to VS2010 solution, fix VS compiler warning
Andreas Schiffler <aschiffler@ferzkopp.net>
parents: 4823
diff changeset
15 <RootNamespace>testvidinfo</RootNamespace>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
16 <ProjectGuid>{575FD095-EDAB-4BD4-B733-CD4A874F6FB0}</ProjectGuid>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
17 </PropertyGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
20 <ConfigurationType>Application</ConfigurationType>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
21 <UseOfMfc>false</UseOfMfc>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
22 </PropertyGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
24 <ConfigurationType>Application</ConfigurationType>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
25 <UseOfMfc>false</UseOfMfc>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
26 </PropertyGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
28 <ImportGroup Label="ExtensionSettings">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
29 </ImportGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
32 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
33 </ImportGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
36 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
37 </ImportGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
38 <PropertyGroup Label="UserMacros" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
39 <PropertyGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
40 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
46 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
47 </PropertyGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
49 <Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
50 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
51 <MkTypLibCompatible>true</MkTypLibCompatible>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
52 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
53 <TargetEnvironment>Win32</TargetEnvironment>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
54 <TypeLibraryName>.\Release/testvidinfo.tlb</TypeLibraryName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
55 </Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
56 <ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
57 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
58 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
59 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
60 <StringPooling>true</StringPooling>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
61 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
62 <FunctionLevelLinking>true</FunctionLevelLinking>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
63 <PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
64 </PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
65 <PrecompiledHeaderOutputFile>.\Release/testvidinfo.pch</PrecompiledHeaderOutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
66 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
67 <ObjectFileName>.\Release/</ObjectFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
68 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
69 <WarningLevel>Level3</WarningLevel>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
70 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
71 <CompileAs>Default</CompileAs>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
72 </ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
73 <ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
74 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
75 <Culture>0x0409</Culture>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
76 </ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
77 <Link>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
78 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
79 <OutputFile>.\Release/testvidinfo.exe</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
80 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
81 <ProgramDatabaseFile>.\Release/testvidinfo.pdb</ProgramDatabaseFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
82 <SubSystem>Windows</SubSystem>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
83 </Link>
5035
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
84 <PostBuildEvent>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
85 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
86 </PostBuildEvent>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
87 <PostBuildEvent>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
88 <Message>Copy SDL</Message>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
89 </PostBuildEvent>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
90 </ItemDefinitionGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
92 <Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
93 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
94 <MkTypLibCompatible>true</MkTypLibCompatible>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
95 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
96 <TargetEnvironment>Win32</TargetEnvironment>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
97 <TypeLibraryName>.\Debug/testvidinfo.tlb</TypeLibraryName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
98 </Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
99 <ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
100 <Optimization>Disabled</Optimization>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
101 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5039
fc26fb7e20af Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents: 5035
diff changeset
103 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
104 <PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
105 </PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
106 <PrecompiledHeaderOutputFile>.\Debug/testvidinfo.pch</PrecompiledHeaderOutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
107 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
108 <ObjectFileName>.\Debug/</ObjectFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
109 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
110 <WarningLevel>Level3</WarningLevel>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
111 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
112 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
113 <CompileAs>Default</CompileAs>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
114 </ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
115 <ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
116 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
117 <Culture>0x0409</Culture>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
118 </ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
119 <Link>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
120 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
121 <OutputFile>.\Debug/testvidinfo.exe</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
122 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
123 <GenerateDebugInformation>true</GenerateDebugInformation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
124 <ProgramDatabaseFile>.\Debug/testvidinfo.pdb</ProgramDatabaseFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
125 <SubSystem>Windows</SubSystem>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
126 </Link>
5035
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
127 <PostBuildEvent>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
128 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
129 </PostBuildEvent>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
130 <PostBuildEvent>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
131 <Message>Copy SDL</Message>
5bb673951db2 Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents: 4910
diff changeset
132 </PostBuildEvent>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
133 </ItemDefinitionGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
134 <ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
135 <Library Include="..\..\Sdl\Debug\SDL.lib" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
136 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
137 </ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
138 <ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
139 <ClCompile Include="..\..\..\Test\testvidinfo.c" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
140 </ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
141 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
142 <ImportGroup Label="ExtensionTargets">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
143 </ImportGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
144 </Project>