annotate VisualC/tests/testwm/testwm_VS2010.vcxproj @ 5282:8e421890cdb8

Fixed bug #1117 There's a new event that's always sent when the window changes size, and that event is what the renderers listen for to determine if they need to rebind their context.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2011 19:02:14 -0800
parents fc26fb7e20af
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>testwm</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>testwm</RootNamespace>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
16 <ProjectGuid>{6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}</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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Debug|Win32'">.\Debug\</OutDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
46 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</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)'=='Debug|Win32'">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
49 <Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
50 <PreprocessorDefinitions>_DEBUG;%(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>.\Debug/testwm.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 <Optimization>Disabled</Optimization>
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;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5039
fc26fb7e20af Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents: 5035
diff changeset
60 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
61 <PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
62 </PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
63 <PrecompiledHeaderOutputFile>.\Debug/testwm.pch</PrecompiledHeaderOutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
64 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
65 <ObjectFileName>.\Debug/</ObjectFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
66 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
67 <WarningLevel>Level3</WarningLevel>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
68 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
69 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
70 <CompileAs>Default</CompileAs>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
71 </ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
72 <ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
73 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
74 <Culture>0x0409</Culture>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
75 </ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
76 <Link>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
77 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
78 <OutputFile>.\Debug/testwm.exe</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
79 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
80 <GenerateDebugInformation>true</GenerateDebugInformation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
81 <ProgramDatabaseFile>.\Debug/testwm.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)'=='Release|Win32'">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
92 <Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
93 <PreprocessorDefinitions>NDEBUG;%(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>.\Release/testwm.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 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
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;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
103 <StringPooling>true</StringPooling>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
104 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
105 <FunctionLevelLinking>true</FunctionLevelLinking>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
106 <PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
107 </PrecompiledHeader>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
108 <PrecompiledHeaderOutputFile>.\Release/testwm.pch</PrecompiledHeaderOutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
109 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
110 <ObjectFileName>.\Release/</ObjectFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
111 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
112 <WarningLevel>Level3</WarningLevel>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
113 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
114 <CompileAs>Default</CompileAs>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
115 </ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
116 <ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
117 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
118 <Culture>0x0409</Culture>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
119 </ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
120 <Link>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
121 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
122 <OutputFile>.\Release/testwm.exe</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
123 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
124 <ProgramDatabaseFile>.\Release/testwm.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\testwm.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>