Mercurial > sdl-ios-xcode
comparison VisualC/tests/automated/automated.vcxproj @ 4886:df5525eb7c41
Updated build for Visual Studio 2010
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Sep 2010 09:08:47 -0700 |
parents | 6547943feda9 |
children |
comparison
equal
deleted
inserted
replaced
4885:ad6d5d2402db | 4886:df5525eb7c41 |
---|---|
89 <ClCompile Include="..\..\..\test\automated\common\common.c" /> | 89 <ClCompile Include="..\..\..\test\automated\common\common.c" /> |
90 <ClCompile Include="..\..\..\test\automated\platform\platform.c" /> | 90 <ClCompile Include="..\..\..\test\automated\platform\platform.c" /> |
91 <ClCompile Include="..\..\..\test\automated\rect\rect.c" /> | 91 <ClCompile Include="..\..\..\test\automated\rect\rect.c" /> |
92 <ClCompile Include="..\..\..\test\automated\render\render.c" /> | 92 <ClCompile Include="..\..\..\test\automated\render\render.c" /> |
93 <ClCompile Include="..\..\..\test\automated\rwops\rwops.c" /> | 93 <ClCompile Include="..\..\..\test\automated\rwops\rwops.c" /> |
94 <ClCompile Include="..\..\..\test\automated\rwops\TestSupportRWops_Generic.c" /> | |
94 <ClCompile Include="..\..\..\test\automated\SDL_at.c" /> | 95 <ClCompile Include="..\..\..\test\automated\SDL_at.c" /> |
95 <ClCompile Include="..\..\..\test\automated\surface\surface.c" /> | 96 <ClCompile Include="..\..\..\test\automated\surface\surface.c" /> |
96 <ClCompile Include="..\..\..\test\automated\testsdl.c" /> | 97 <ClCompile Include="..\..\..\test\automated\testsdl.c" /> |
97 </ItemGroup> | 98 </ItemGroup> |
98 <ItemGroup> | 99 <ItemGroup> |
103 <ClInclude Include="..\..\..\test\automated\render\render.h" /> | 104 <ClInclude Include="..\..\..\test\automated\render\render.h" /> |
104 <ClInclude Include="..\..\..\test\automated\rwops\rwops.h" /> | 105 <ClInclude Include="..\..\..\test\automated\rwops\rwops.h" /> |
105 <ClInclude Include="..\..\..\test\automated\SDL_at.h" /> | 106 <ClInclude Include="..\..\..\test\automated\SDL_at.h" /> |
106 <ClInclude Include="..\..\..\test\automated\surface\surface.h" /> | 107 <ClInclude Include="..\..\..\test\automated\surface\surface.h" /> |
107 </ItemGroup> | 108 </ItemGroup> |
109 <ItemGroup> | |
110 <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj"> | |
111 <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> | |
112 <Private>false</Private> | |
113 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> | |
114 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | |
115 <LinkLibraryDependencies>true</LinkLibraryDependencies> | |
116 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> | |
117 </ProjectReference> | |
118 <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj"> | |
119 <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> | |
120 </ProjectReference> | |
121 </ItemGroup> | |
108 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 122 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
109 <ImportGroup Label="ExtensionTargets"> | 123 <ImportGroup Label="ExtensionTargets"> |
110 </ImportGroup> | 124 </ImportGroup> |
111 </Project> | 125 </Project> |