231 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			231 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>
 | |
| 		<CustomBuildRule
 | |
| 			Name="DirCompiler"
 | |
| 			DisplayName="Dir Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)recdesc"
 | |
| 			Outputs="$(TargetDir)recdesc\$(InputName).dir"
 | |
| 			FileExtensions="*.dir"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)recdesc"
 | |
| 			>
 | |
| 			<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 $(TargetDir)recdesc"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="RepCompiler"
 | |
| 			DisplayName="Report compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).rep"
 | |
| 			FileExtensions="*.rep"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<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)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="IniCompiler"
 | |
| 			DisplayName="Ini Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).ini"
 | |
| 			FileExtensions="*.ini"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="AutCompiler"
 | |
| 			DisplayName="Aut Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).aut"
 | |
| 			FileExtensions="*.aut"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="JpegCompiler"
 | |
| 			DisplayName="Jpeg Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).jpg"
 | |
| 			FileExtensions="*.jpg"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="PngCompiler"
 | |
| 			DisplayName="Png Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).png"
 | |
| 			FileExtensions="*.png"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<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="RptCompiler"
 | |
| 			DisplayName="Rpt Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).rpt"
 | |
| 			FileExtensions="*.rpt"
 | |
| 			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 $(TargetDir)recdesc"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="GifCompiler"
 | |
| 			DisplayName="Gif Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).gif"
 | |
| 			FileExtensions="*.gif"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="BmpCompiler"
 | |
| 			DisplayName="Bmp Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).bmp"
 | |
| 			FileExtensions="*.bmp"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="DatCompiler"
 | |
| 			DisplayName="Dat Compiler"
 | |
| 			CommandLine="copy $(InputPath) $(TargetDir)"
 | |
| 			Outputs="$(TargetDir)$(InputName).dat"
 | |
| 			FileExtensions="*.dat"
 | |
| 			ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="SrcCompiler"
 | |
| 			DisplayName="Profile Compiler"
 | |
| 			CommandLine="call ini32 $(InputPath) $(TargetDir)$(InputName).ini"
 | |
| 			Outputs="$(TargetDir)$(InputName).ini"
 | |
| 			FileExtensions="*.src"
 | |
| 			ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="SrcSimpleCompiler"
 | |
| 			DisplayName="Profile Compiler Iin32r"
 | |
| 			CommandLine="call ini32r $(InputPath) $(TargetDir)$(InputName).ini"
 | |
| 			Outputs="$(TargetDir)$(InputName).ini"
 | |
| 			FileExtensions="*.src"
 | |
| 			ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 		<CustomBuildRule
 | |
| 			Name="SqlCompiler"
 | |
| 			DisplayName="Sql Compiler"
 | |
| 			CommandLine="copy %(FullPath) $(TargetDir)sql\$(ProjectName)\"
 | |
| 			Outputs="$(TargetDir)sql\$(ProjectName)\$(InputName).sql"
 | |
| 			FileExtensions="*.sql"
 | |
| 			ExecutionDescription="Copia di %(Filename) in $(TargetDir)sql\$(ProjectName)\"
 | |
| 			>
 | |
| 			<Properties>
 | |
| 			</Properties>
 | |
| 		</CustomBuildRule>
 | |
| 	</Rules>
 | |
| </VisualStudioToolFile>
 |