2008-10-29 08:54:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<VisualStudioToolFile
|
|
|
|
Name="Campo Rules"
|
|
|
|
Version="8,00"
|
|
|
|
>
|
|
|
|
<Rules>
|
|
|
|
<CustomBuildRule
|
|
|
|
Name="MskCompiler"
|
|
|
|
DisplayName="Mask Compiler"
|
|
|
|
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
|
|
|
Outputs="$(TargetDir)$(InputName).msk"
|
|
|
|
AdditionalDependencies="$(InputName).h"
|
|
|
|
FileExtensions="*.uml"
|
|
|
|
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-11-04 11:34:23 +00:00
|
|
|
<CustomBuildRule
|
2008-11-24 12:07:24 +00:00
|
|
|
Name="DirCompiler"
|
|
|
|
DisplayName="Dir Compiler"
|
2008-11-04 11:34:23 +00:00
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)\recdesc"
|
|
|
|
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
|
|
|
FileExtensions="*.dir"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in recdesc\$(TargetDir)"
|
|
|
|
SupportsFileBatching="true"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
|
|
|
<CustomBuildRule
|
2008-11-24 12:07:24 +00:00
|
|
|
Name="TrrCompiler"
|
|
|
|
DisplayName="Trr Compiler"
|
2008-11-04 11:34:23 +00:00
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)\recdesc"
|
|
|
|
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
|
|
|
FileExtensions="*.trr"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in recdesc\$(TargetDir)"
|
|
|
|
SupportsFileBatching="true"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-10-29 08:54:18 +00:00
|
|
|
<CustomBuildRule
|
|
|
|
Name="RepCompiler"
|
|
|
|
DisplayName="Report compiler"
|
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
2008-11-03 10:53:33 +00:00
|
|
|
Outputs="$(TargetDir)$(InputName).rep"
|
2008-10-29 08:54:18 +00:00
|
|
|
FileExtensions="*.rep"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
2008-11-03 10:53:33 +00:00
|
|
|
SupportsFileBatching="true"
|
2008-11-24 12:07:24 +00:00
|
|
|
ShowOnlyRuleProperties="false"
|
2008-10-29 08:54:18 +00:00
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
|
|
|
<CustomBuildRule
|
2008-11-24 12:07:24 +00:00
|
|
|
Name="MenCompiler"
|
|
|
|
DisplayName="Menu Compiler"
|
2008-10-29 08:54:18 +00:00
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
|
|
|
Outputs="$(TargetDir)$(InputName).men"
|
|
|
|
FileExtensions="*.men"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
|
|
|
SupportsFileBatching="true"
|
2008-11-24 12:07:24 +00:00
|
|
|
ShowOnlyRuleProperties="false"
|
2008-10-29 08:54:18 +00:00
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-11-03 10:53:33 +00:00
|
|
|
<CustomBuildRule
|
2008-11-24 12:07:24 +00:00
|
|
|
Name="IniCompiler"
|
|
|
|
DisplayName="Ini Compiler"
|
2008-11-03 10:53:33 +00:00
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
|
|
|
Outputs="$(TargetDir)$(InputName).ini"
|
|
|
|
FileExtensions="*.ini"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
|
|
|
SupportsFileBatching="true"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-11-04 11:34:23 +00:00
|
|
|
<CustomBuildRule
|
2008-11-24 12:07:24 +00:00
|
|
|
Name="JpegCompiler"
|
|
|
|
DisplayName="Jpeg Compiler"
|
2008-11-04 11:34:23 +00:00
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
|
|
|
Outputs="$(TargetDir)$(InputName).jpg"
|
|
|
|
FileExtensions="*.jpg"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
|
|
|
SupportsFileBatching="true"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-11-24 12:07:24 +00:00
|
|
|
<CustomBuildRule
|
|
|
|
Name="TxtCompiler"
|
|
|
|
DisplayName="Text Compiler"
|
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
|
|
|
Outputs="$(TargetDir)$(InputName).txt"
|
|
|
|
FileExtensions="*.txt"
|
|
|
|
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
|
|
|
<CustomBuildRule
|
|
|
|
Name="AlxCompiler"
|
|
|
|
DisplayName="Alx Compiler"
|
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
|
|
|
Outputs="$(TargetDir)$(InputName).alx"
|
|
|
|
FileExtensions="*.alx"
|
|
|
|
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
|
|
|
<CustomBuildRule
|
|
|
|
Name="FormCompiler"
|
|
|
|
DisplayName="Form Compiler"
|
|
|
|
CommandLine="frm32 $(InputPath) $(TargetDir)$(InputName).frm"
|
|
|
|
Outputs="$(TargetDir)$(InputName).frm"
|
|
|
|
AdditionalDependencies="$(InputName).h"
|
|
|
|
FileExtensions="*.frm"
|
|
|
|
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
|
|
|
<CustomBuildRule
|
|
|
|
Name="DesCompiler"
|
|
|
|
DisplayName="Des Compiler"
|
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)\recdesc"
|
|
|
|
Outputs="$(TargetDir)\recdesc\$(InputName).des"
|
|
|
|
FileExtensions="*.des"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in recdesc\$(TargetDir)"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-10-29 08:54:18 +00:00
|
|
|
</Rules>
|
|
|
|
</VisualStudioToolFile>
|