Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@19988 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-01-26 13:49:04 +00:00
parent eaa28dc98a
commit 67a95c3880
2 changed files with 62 additions and 6 deletions

View File

@ -53,6 +53,9 @@
<Tool <Tool
Name="FormCompiler" Name="FormCompiler"
/> />
<Tool
Name="RptCompiler"
/>
<Tool <Tool
Name="AlxCompiler" Name="AlxCompiler"
/> />
@ -74,15 +77,15 @@
<Tool <Tool
Name="RepCompiler" Name="RepCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="SrcReleaseCompiler" Name="SrcReleaseCompiler"
/> />
<Tool <Tool
Name="DirCompiler" Name="DirCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
@ -199,6 +202,9 @@
<Tool <Tool
Name="FormCompiler" Name="FormCompiler"
/> />
<Tool
Name="RptCompiler"
/>
<Tool <Tool
Name="AlxCompiler" Name="AlxCompiler"
/> />
@ -220,15 +226,15 @@
<Tool <Tool
Name="RepCompiler" Name="RepCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="SrcReleaseCompiler" Name="SrcReleaseCompiler"
/> />
<Tool <Tool
Name="DirCompiler" Name="DirCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
@ -326,6 +332,14 @@
RelativePath="..\lv\lv1100.cpp" RelativePath="..\lv\lv1100.cpp"
> >
</File> </File>
<File
RelativePath="..\lv\lv1200.cpp"
>
</File>
<File
RelativePath="..\lv\lvlib.cpp"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Masks" Name="Masks"
@ -335,6 +349,10 @@
RelativePath="..\lv\lv1100a.uml" RelativePath="..\lv\lv1100a.uml"
> >
</File> </File>
<File
RelativePath="..\lv\lv1200a.uml"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Headers" Name="Headers"
@ -348,11 +366,19 @@
RelativePath="..\lv\lv1100a.h" RelativePath="..\lv\lv1100a.h"
> >
</File> </File>
<File
RelativePath="..\lv\lv1200a.h"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Rep" Name="Rep"
Filter="rep" Filter="rep"
> >
<File
RelativePath="..\lv\lv1200e.rep"
>
</File>
</Filter> </Filter>
<File <File
RelativePath="..\lib\AgaLib.lib" RelativePath="..\lib\AgaLib.lib"
@ -425,6 +451,30 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\lib\vedocext.lib"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\vedocextd.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
</Files> </Files>
<Globals> <Globals>
</Globals> </Globals>

View File

@ -89,6 +89,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ps0925", "ps0925.vcproj", "
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pi0001", "pi0001.vcproj", "{5379F62B-868B-4469-9FC9-993AF9ADE381}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pi0001", "pi0001.vcproj", "{5379F62B-868B-4469-9FC9-993AF9ADE381}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pd5317", "pd5317.vcproj", "{D084DA63-4534-4137-A279-57120DAF8F9D}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32 Debug|Win32 = Debug|Win32
@ -223,6 +225,10 @@ Global
{5379F62B-868B-4469-9FC9-993AF9ADE381}.Debug|Win32.Build.0 = Debug|Win32 {5379F62B-868B-4469-9FC9-993AF9ADE381}.Debug|Win32.Build.0 = Debug|Win32
{5379F62B-868B-4469-9FC9-993AF9ADE381}.Release|Win32.ActiveCfg = Release|Win32 {5379F62B-868B-4469-9FC9-993AF9ADE381}.Release|Win32.ActiveCfg = Release|Win32
{5379F62B-868B-4469-9FC9-993AF9ADE381}.Release|Win32.Build.0 = Release|Win32 {5379F62B-868B-4469-9FC9-993AF9ADE381}.Release|Win32.Build.0 = Release|Win32
{D084DA63-4534-4137-A279-57120DAF8F9D}.Debug|Win32.ActiveCfg = Debug|Win32
{D084DA63-4534-4137-A279-57120DAF8F9D}.Debug|Win32.Build.0 = Debug|Win32
{D084DA63-4534-4137-A279-57120DAF8F9D}.Release|Win32.ActiveCfg = Release|Win32
{D084DA63-4534-4137-A279-57120DAF8F9D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE