Parent Directory
|
Revision Log
|
Patch
--- trunk/EmuXPortal/EmuXPortal.csproj 2012/04/04 01:32:37 17 +++ trunk/EmuXPortal/EmuXPortal.csproj 2012/04/18 21:32:57 67 @@ -113,7 +113,8 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>copy "$(SolutionDir)config.ini" "$(TargetDir)" -copy "$(SolutionDir)config-dbg.ini" "$(TargetDir)"</PostBuildEvent> +copy "$(SolutionDir)config-dbg.ini" "$(TargetDir)" +copy "$(SolutionDir)emu.config" "$(TargetDir)"</PostBuildEvent> </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.
ViewVC Help | |
Powered by ViewVC 1.1.22 |