diff options
Diffstat (limited to 'build/.svn/text-base/output_dll_copy.rules.svn-base')
-rw-r--r-- | build/.svn/text-base/output_dll_copy.rules.svn-base | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build/.svn/text-base/output_dll_copy.rules.svn-base b/build/.svn/text-base/output_dll_copy.rules.svn-base new file mode 100644 index 0000000..c6e9051 --- /dev/null +++ b/build/.svn/text-base/output_dll_copy.rules.svn-base @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<VisualStudioToolFile + Name="Output DLL copy" + Version="8.00" + > + <Rules> + <CustomBuildRule + Name="Output DLL copy" + CommandLine="xcopy /R /C /Y $(InputPath) $(OutDir)" + Outputs="$(OutDir)\$(InputFileName)" + FileExtensions="*.dll" + > + <Properties> + </Properties> + </CustomBuildRule> + </Rules> +</VisualStudioToolFile> |