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