Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/VisualC/tests/automated/automated.vcxproj Wed Sep 15 22:33:46 2010 -0700 +++ b/VisualC/tests/automated/automated.vcxproj Fri Sep 17 09:08:47 2010 -0700 @@ -91,6 +91,7 @@ <ClCompile Include="..\..\..\test\automated\rect\rect.c" /> <ClCompile Include="..\..\..\test\automated\render\render.c" /> <ClCompile Include="..\..\..\test\automated\rwops\rwops.c" /> + <ClCompile Include="..\..\..\test\automated\rwops\TestSupportRWops_Generic.c" /> <ClCompile Include="..\..\..\test\automated\SDL_at.c" /> <ClCompile Include="..\..\..\test\automated\surface\surface.c" /> <ClCompile Include="..\..\..\test\automated\testsdl.c" /> @@ -105,6 +106,19 @@ <ClInclude Include="..\..\..\test\automated\SDL_at.h" /> <ClInclude Include="..\..\..\test\automated\surface\surface.h" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj"> + <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> + <Private>false</Private> + <ReferenceOutputAssembly>true</ReferenceOutputAssembly> + <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> + </ProjectReference> + <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj"> + <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> + </ProjectReference> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup>