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