comparison VisualC/tests/testvidinfo/testvidinfo_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/testvidinfo.exe</OutputFile> 79 <OutputFile>.\Release/testvidinfo.exe</OutputFile>
80 <SuppressStartupBanner>true</SuppressStartupBanner> 80 <SuppressStartupBanner>true</SuppressStartupBanner>
81 <ProgramDatabaseFile>.\Release/testvidinfo.pdb</ProgramDatabaseFile> 81 <ProgramDatabaseFile>.\Release/testvidinfo.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</Command>
86 </PostBuildEvent>
87 <PostBuildEvent>
88 <Message>Copy SDL</Message>
89 </PostBuildEvent>
84 </ItemDefinitionGroup> 90 </ItemDefinitionGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86 <Midl> 92 <Midl>
87 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <MkTypLibCompatible>true</MkTypLibCompatible> 94 <MkTypLibCompatible>true</MkTypLibCompatible>
116 <SuppressStartupBanner>true</SuppressStartupBanner> 122 <SuppressStartupBanner>true</SuppressStartupBanner>
117 <GenerateDebugInformation>true</GenerateDebugInformation> 123 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <ProgramDatabaseFile>.\Debug/testvidinfo.pdb</ProgramDatabaseFile> 124 <ProgramDatabaseFile>.\Debug/testvidinfo.pdb</ProgramDatabaseFile>
119 <SubSystem>Windows</SubSystem> 125 <SubSystem>Windows</SubSystem>
120 </Link> 126 </Link>
127 <PostBuildEvent>
128 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
129 </PostBuildEvent>
130 <PostBuildEvent>
131 <Message>Copy SDL</Message>
132 </PostBuildEvent>
121 </ItemDefinitionGroup> 133 </ItemDefinitionGroup>
122 <ItemGroup> 134 <ItemGroup>
123 <Library Include="..\..\Sdl\Debug\SDL.lib" /> 135 <Library Include="..\..\Sdl\Debug\SDL.lib" />
124 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" /> 136 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" />
125 </ItemGroup> 137 </ItemGroup>