comparison VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj @ 5035:5bb673951db2

Added post build step to copy SDL and data files into the test projects
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 13:07:25 -0800
parents f205711f73d5
children fc26fb7e20af
comparison
equal deleted inserted replaced
5034:203ed3b1d62c 5035:5bb673951db2
79 <OutputFile>.\Release/testoverlay.exe</OutputFile> 79 <OutputFile>.\Release/testoverlay.exe</OutputFile>
80 <SuppressStartupBanner>true</SuppressStartupBanner> 80 <SuppressStartupBanner>true</SuppressStartupBanner>
81 <ProgramDatabaseFile>.\Release/testoverlay.pdb</ProgramDatabaseFile> 81 <ProgramDatabaseFile>.\Release/testoverlay.pdb</ProgramDatabaseFile>
82 <SubSystem>Windows</SubSystem> 82 <SubSystem>Windows</SubSystem>
83 </Link> 83 </Link>
84 <PostBuildEvent>
85 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
86 copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
87 </PostBuildEvent>
88 <PostBuildEvent>
89 <Message>Copy SDL and data files</Message>
90 </PostBuildEvent>
84 </ItemDefinitionGroup> 91 </ItemDefinitionGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86 <Midl> 93 <Midl>
87 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <MkTypLibCompatible>true</MkTypLibCompatible> 95 <MkTypLibCompatible>true</MkTypLibCompatible>
116 <SuppressStartupBanner>true</SuppressStartupBanner> 123 <SuppressStartupBanner>true</SuppressStartupBanner>
117 <GenerateDebugInformation>true</GenerateDebugInformation> 124 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <ProgramDatabaseFile>.\Debug/testoverlay.pdb</ProgramDatabaseFile> 125 <ProgramDatabaseFile>.\Debug/testoverlay.pdb</ProgramDatabaseFile>
119 <SubSystem>Windows</SubSystem> 126 <SubSystem>Windows</SubSystem>
120 </Link> 127 </Link>
128 <PostBuildEvent>
129 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
130 copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
131 </PostBuildEvent>
132 <PostBuildEvent>
133 <Message>Copy SDL and data files</Message>
134 </PostBuildEvent>
121 </ItemDefinitionGroup> 135 </ItemDefinitionGroup>
122 <ItemGroup> 136 <ItemGroup>
123 <Library Include="..\..\Sdl\Debug\SDL.lib" /> 137 <Library Include="..\..\Sdl\Debug\SDL.lib" />
124 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" /> 138 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" />
125 </ItemGroup> 139 </ItemGroup>