annotate VisualC/tests/testplatform/testplatform_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>testplatform</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>testplatform</RootNamespace>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
16 <ProjectGuid>{26932B24-EFC6-4E3A-B277-ED653DA37968}</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.UpgradeFromVC60.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.UpgradeFromVC60.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/testplatform.tlb</TypeLibraryName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
55 <HeaderFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
56 </HeaderFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
57 </Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
58 <ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
59 <Optimization>Disabled</Optimization>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
60 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
61 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
62 <MinimalRebuild>true</MinimalRebuild>
5039
fc26fb7e20af Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents: 5035
diff changeset
63 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
64 <PrecompiledHeaderOutputFile>.\Debug/testplatform.pch</PrecompiledHeaderOutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
65 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
66 <ObjectFileName>.\Debug/</ObjectFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
67 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
68 <WarningLevel>Level3</WarningLevel>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
69 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
70 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
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 <OutputFile>.\Debug/testplatform.exe</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
78 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
79 <GenerateDebugInformation>true</GenerateDebugInformation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
80 <ProgramDatabaseFile>.\Debug/testplatform.pdb</ProgramDatabaseFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
81 <SubSystem>Windows</SubSystem>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
82 <TargetMachine>MachineX86</TargetMachine>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
83 </Link>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
84 <Bscmake>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
85 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
86 <OutputFile>.\Debug/testplatform.bsc</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
87 </Bscmake>
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
88 <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
89 <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
90 </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
91 <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
92 <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
93 </PostBuildEvent>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
94 </ItemDefinitionGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
96 <Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
97 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
98 <MkTypLibCompatible>true</MkTypLibCompatible>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
99 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
100 <TargetEnvironment>Win32</TargetEnvironment>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
101 <TypeLibraryName>.\Release/testplatform.tlb</TypeLibraryName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
102 <HeaderFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
103 </HeaderFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
104 </Midl>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
105 <ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
106 <Optimization>MaxSpeed</Optimization>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
107 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
108 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
109 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
110 <StringPooling>true</StringPooling>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
111 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
112 <FunctionLevelLinking>true</FunctionLevelLinking>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
113 <PrecompiledHeaderOutputFile>.\Release/testplatform.pch</PrecompiledHeaderOutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
114 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
115 <ObjectFileName>.\Release/</ObjectFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
116 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
117 <WarningLevel>Level3</WarningLevel>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
118 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
119 </ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
120 <ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
121 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
122 <Culture>0x0409</Culture>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
123 </ResourceCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
124 <Link>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
125 <OutputFile>.\Release/testplatform.exe</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
126 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
127 <ProgramDatabaseFile>.\Release/testplatform.pdb</ProgramDatabaseFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
128 <SubSystem>Windows</SubSystem>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
129 <TargetMachine>MachineX86</TargetMachine>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
130 </Link>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
131 <Bscmake>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
132 <SuppressStartupBanner>true</SuppressStartupBanner>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
133 <OutputFile>.\Release/testplatform.bsc</OutputFile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
134 </Bscmake>
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
135 <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
136 <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
137 </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
138 <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
139 <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
140 </PostBuildEvent>
4823
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
141 </ItemDefinitionGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
142 <ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
143 <Library Include="..\..\Sdl\Debug\SDL.lib" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
144 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
145 </ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
146 <ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
147 <ClCompile Include="..\..\..\Test\testplatform.c">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
148 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
149 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
150 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
151 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
152 </ClCompile>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
153 </ItemGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
154 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
155 <ImportGroup Label="ExtensionTargets">
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
156 </ImportGroup>
6547943feda9 Added VS2010 build files.
egottlieb
parents:
diff changeset
157 </Project>