diff options
author | BlueWall | 2011-12-25 00:04:42 -0500 |
---|---|---|
committer | BlueWall | 2011-12-25 00:04:42 -0500 |
commit | f36fe45fa7468dd6e785d523c5df38666140135f (patch) | |
tree | 4d5a89a5affc86ca316e14a7a6de5615977764bf /Prebuild/scripts/VS2010.bat | |
parent | HG: more / love for Xmas (diff) | |
download | opensim-SC-f36fe45fa7468dd6e785d523c5df38666140135f.zip opensim-SC-f36fe45fa7468dd6e785d523c5df38666140135f.tar.gz opensim-SC-f36fe45fa7468dd6e785d523c5df38666140135f.tar.bz2 opensim-SC-f36fe45fa7468dd6e785d523c5df38666140135f.tar.xz |
Add Copy task to Prebuild.exe (vsxxxx targets)
<Files>
<Match pattern="*.cs" recurse="true"/>
<Match pattern="../bin/MyConfig.xml" buildAction="Copy" recurse="false" destination="$(OutputPath)" />
</Files>
Diffstat (limited to 'Prebuild/scripts/VS2010.bat')
-rw-r--r-- | Prebuild/scripts/VS2010.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Prebuild/scripts/VS2010.bat b/Prebuild/scripts/VS2010.bat index 1b98818..87676ac 100644 --- a/Prebuild/scripts/VS2010.bat +++ b/Prebuild/scripts/VS2010.bat | |||
@@ -1,4 +1,4 @@ | |||
1 | @rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.) | 1 | @rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.) |
2 | @rem for Microsoft Visual Studio .NET 2010 | 2 | @rem for Microsoft Visual Studio .NET 2010 |
3 | cd .. | 3 | cd .. |
4 | Prebuild.exe /target vs2010 /file prebuild.xml /pause | 4 | Prebuild.exe /target vs2010 /file prebuild.xml /pause |