Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@17716 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
58a1cc11c6
commit
feda1e3e7d
@ -17,8 +17,8 @@
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
<CustomBuildRule
|
||||
Name="Dircompiler"
|
||||
DisplayName="Dir compiler"
|
||||
Name="DirCompiler"
|
||||
DisplayName="Dir Compiler"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
||||
FileExtensions="*.dir"
|
||||
@ -29,8 +29,8 @@
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
<CustomBuildRule
|
||||
Name="Trrcompiler"
|
||||
DisplayName="Trr compiler"
|
||||
Name="TrrCompiler"
|
||||
DisplayName="Trr Compiler"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
||||
FileExtensions="*.trr"
|
||||
@ -48,25 +48,27 @@
|
||||
FileExtensions="*.rep"
|
||||
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
||||
SupportsFileBatching="true"
|
||||
ShowOnlyRuleProperties="false"
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
<CustomBuildRule
|
||||
Name="Mencompiler"
|
||||
DisplayName="Menu compiler"
|
||||
Name="MenCompiler"
|
||||
DisplayName="Menu Compiler"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)"
|
||||
Outputs="$(TargetDir)$(InputName).men"
|
||||
FileExtensions="*.men"
|
||||
ExecutionDescription="Copia di $(InputName) in $(TargetDir)"
|
||||
SupportsFileBatching="true"
|
||||
ShowOnlyRuleProperties="false"
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
<CustomBuildRule
|
||||
Name="Inicompiler"
|
||||
DisplayName="Ini compiler"
|
||||
Name="IniCompiler"
|
||||
DisplayName="Ini Compiler"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
FileExtensions="*.ini"
|
||||
@ -77,8 +79,8 @@
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
<CustomBuildRule
|
||||
Name="Jpegcompiler"
|
||||
DisplayName="Jpeg compiler"
|
||||
Name="JpegCompiler"
|
||||
DisplayName="Jpeg Compiler"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
FileExtensions="*.jpg"
|
||||
@ -88,5 +90,50 @@
|
||||
<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="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>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
||||
|
@ -4,6 +4,7 @@
|
||||
Version="9,00"
|
||||
Name="ci0"
|
||||
ProjectGUID="{9C91BACF-9A70-4973-B8CC-FA3D2AF9867C}"
|
||||
RootNamespace="ci0"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
@ -12,6 +13,9 @@
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
<ToolFile
|
||||
RelativePath=".\CampoRules.rules"
|
||||
/>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
@ -26,9 +30,30 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Trrcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Dircompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Inicompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -122,9 +147,30 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Trrcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Dircompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Inicompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -313,20 +359,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -337,20 +377,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -361,20 +395,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -464,62 +492,6 @@
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resources"
|
||||
>
|
||||
<File
|
||||
RelativePath="ci0.rc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
ResourceOutputFileName="..\Debug/ci0.res"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Libraries"
|
||||
Filter="lib"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLib.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLibD.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Menu"
|
||||
Filter="men"
|
||||
@ -531,20 +503,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying men $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).men
"
|
||||
Outputs="$(TargetDir)$(InputName).men"
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying men $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).men
"
|
||||
Outputs="$(TargetDir)$(InputName).men"
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -564,20 +530,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -588,20 +548,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -612,20 +566,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -636,20 +584,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -660,20 +602,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -684,20 +620,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -708,20 +638,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -732,20 +656,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -756,20 +674,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -780,20 +692,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -804,20 +710,14 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -828,24 +728,65 @@
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying image $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).jpg
"
|
||||
Outputs="$(TargetDir)$(InputName).jpg"
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLib.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLibD.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ci0.rc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
ResourceOutputFileName="..\Debug/ci0.res"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -4,6 +4,7 @@
|
||||
Version="9,00"
|
||||
Name="ci1"
|
||||
ProjectGUID="{0F684C8A-5184-44B2-8BAB-F234546ED1BA}"
|
||||
RootNamespace="ci1"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
@ -12,6 +13,9 @@
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
<ToolFile
|
||||
RelativePath=".\CampoRules.rules"
|
||||
/>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
@ -26,9 +30,30 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Trrcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Dircompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Inicompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -122,9 +147,30 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Trrcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Dircompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Inicompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Jpegcompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -239,6 +285,10 @@
|
||||
RelativePath="..\ca\calib02.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\cg\cglib02.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ci\ci1.cpp"
|
||||
>
|
||||
@ -317,25 +367,6 @@
|
||||
<File
|
||||
RelativePath="..\ci\ci1200.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
@ -427,33 +458,6 @@
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resources"
|
||||
>
|
||||
<File
|
||||
RelativePath="ci1.rc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
ResourceOutputFileName="..\Debug/ci1.res"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Reports"
|
||||
Filter="rep"
|
||||
@ -461,87 +465,18 @@
|
||||
<File
|
||||
RelativePath="..\ci\ci1200a.rep"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying report $(InputName) in $(TargetDir)"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)
"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ci\ci1200b.rep"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying report $(InputName) in $(TargetDir)"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)
"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ci\ci1200d.rep"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying report $(InputName) in $(TargetDir)"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)
"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ci\ci1200e.rep"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying report $(InputName) in $(TargetDir)"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)
"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Libraries"
|
||||
Filter="lib"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLib.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLibD.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
@ -549,6 +484,53 @@
|
||||
Filter="ini"
|
||||
>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLib.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\LIB\AgaLibD.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ci1.rc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
ResourceOutputFileName="..\Debug/ci1.res"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
AdditionalIncludeDirectories=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -4,6 +4,7 @@
|
||||
Version="9,00"
|
||||
Name="co0"
|
||||
ProjectGUID="{2DB7F8EF-BABB-4A27-BC7D-8821B0D285C6}"
|
||||
RootNamespace="co0"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
@ -12,6 +13,9 @@
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
<ToolFile
|
||||
RelativePath=".\CampoRules.rules"
|
||||
/>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
@ -26,9 +30,42 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MenCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="AlxCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="FormCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="DesCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="JpegCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="TxtCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -121,9 +158,42 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MenCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="AlxCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="FormCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="DesCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="JpegCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="TxtCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -747,20 +817,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -771,20 +835,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -795,20 +853,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -819,20 +871,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -843,20 +889,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -867,20 +907,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -915,20 +949,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -939,20 +967,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -963,20 +985,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -987,20 +1003,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1035,20 +1045,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk232 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk232 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1113,20 +1117,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).trr
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).trr"
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).trr
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).trr"
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1137,20 +1135,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).trr
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).trr"
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).trr
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).trr"
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1161,20 +1153,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).trr
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).trr"
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).trr
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).trr"
|
||||
Name="TrrCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1190,20 +1176,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).dir
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).dir"
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).dir
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).dir"
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1214,20 +1194,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).dir
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).dir"
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).dir
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).dir"
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1238,20 +1212,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).dir
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).dir"
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)recdesc\$(InputName).dir
"
|
||||
Outputs="$(TargetDir)recdesc\$(InputName).dir"
|
||||
Name="DirCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1267,20 +1235,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying men $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).men
"
|
||||
Outputs="$(TargetDir)$(InputName).men"
|
||||
Name="MenCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying men $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).men
"
|
||||
Outputs="$(TargetDir)$(InputName).men"
|
||||
Name="MenCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1296,20 +1258,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1320,20 +1276,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1344,20 +1294,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1368,20 +1312,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying ini $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).ini
"
|
||||
Outputs="$(TargetDir)$(InputName).ini"
|
||||
Name="IniCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1397,20 +1335,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).rep"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).rep"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1421,20 +1353,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).rep"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).rep"
|
||||
Outputs="$(TargetDir)$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@ -1449,20 +1375,14 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying txt $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).txt"
|
||||
Outputs="$(TargetDir)$(InputName).txt"
|
||||
Name="TxtCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying txt $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).txt"
|
||||
Outputs="$(TargetDir)$(InputName).txt"
|
||||
Name="TxtCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
Loading…
x
Reference in New Issue
Block a user