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
|
|
|
|
Name="Dircompiler"
|
|
|
|
DisplayName="Dir compiler"
|
|
|
|
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
|
|
|
|
Name="Trrcompiler"
|
|
|
|
DisplayName="Trr compiler"
|
|
|
|
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-10-29 08:54:18 +00:00
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
|
|
|
<CustomBuildRule
|
|
|
|
Name="Mencompiler"
|
|
|
|
DisplayName="Menu compiler"
|
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
|
|
|
Outputs="$(TargetDir)$(InputName).men"
|
|
|
|
FileExtensions="*.men"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
|
|
|
SupportsFileBatching="true"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-11-03 10:53:33 +00:00
|
|
|
<CustomBuildRule
|
|
|
|
Name="Inicompiler"
|
|
|
|
DisplayName="Ini compiler"
|
|
|
|
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
|
|
|
|
Name="Jpegcompiler"
|
|
|
|
DisplayName="Jpeg compiler"
|
|
|
|
CommandLine="copy $(InputPath) $(TargetDir)"
|
|
|
|
Outputs="$(TargetDir)$(InputName).jpg"
|
|
|
|
FileExtensions="*.jpg"
|
|
|
|
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
|
|
|
SupportsFileBatching="true"
|
|
|
|
>
|
|
|
|
<Properties>
|
|
|
|
</Properties>
|
|
|
|
</CustomBuildRule>
|
2008-10-29 08:54:18 +00:00
|
|
|
</Rules>
|
|
|
|
</VisualStudioToolFile>
|