2018-07-06 16:47:35 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{9C91BACF-9A70-4973-B8CC-FA3D2AF9867C}</ProjectGuid>
|
2018-07-25 15:53:29 +02:00
|
|
|
|
<RootNamespace>fp</RootNamespace>
|
2019-01-17 10:40:25 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="CampoRules.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\exe\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\obj\$(SolutionName)\$(ProjectName)\</IntDir>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\exe\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\obj\$(SolutionName)\$(ProjectName)\</IntDir>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
|
|
|
|
|
<EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
|
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
|
|
|
|
|
<EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EmbedManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
|
<TypeLibraryName>.\..\debug/tf0.tlb</TypeLibraryName>
|
|
|
|
|
<HeaderFileName>
|
|
|
|
|
</HeaderFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2022-05-05 17:10:04 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\libraries\SQLAPI\include; ..\src\xvtdb\;..\src\cg;..\src\include;..\src\xvaga;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;__LONGDOUBLE__;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<StringPooling>
|
|
|
|
|
</StringPooling>
|
|
|
|
|
<DisableSpecificWarnings>
|
|
|
|
|
</DisableSpecificWarnings>
|
2020-02-19 11:50:52 +01:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0410</Culture>
|
|
|
|
|
<AdditionalIncludeDirectories>..\wx28X\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
<DataExecutionPrevention>
|
|
|
|
|
</DataExecutionPrevention>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2021-11-08 10:48:14 +01:00
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</Link>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<OutputFile>.\..\debug/tf0.bsc</OutputFile>
|
|
|
|
|
</Bscmake>
|
2018-07-31 17:26:52 +02:00
|
|
|
|
<PostBuildEvent>
|
2020-01-14 18:01:34 +01:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2018-07-31 17:26:52 +02:00
|
|
|
|
</PostBuildEvent>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
|
<TypeLibraryName>.\..\release/tf0.tlb</TypeLibraryName>
|
|
|
|
|
<HeaderFileName>
|
|
|
|
|
</HeaderFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\xvtdb\;..\src\cg;..\src\include;..\src\xvaga;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<PrecompiledHeaderOutputFile>.\..\release/tf0.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2019-03-25 12:14:34 +01:00
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2020-02-19 11:50:52 +01:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0410</Culture>
|
|
|
|
|
<AdditionalIncludeDirectories>..\wx28X\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<DataExecutionPrevention>
|
|
|
|
|
</DataExecutionPrevention>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
<Version>12.0</Version>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<OutputFile>.\..\release/tf0.bsc</OutputFile>
|
|
|
|
|
</Bscmake>
|
2018-07-31 17:26:52 +02:00
|
|
|
|
<PostBuildEvent>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2018-07-31 17:26:52 +02:00
|
|
|
|
</PostBuildEvent>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuildStep Include="..\LIB\AgaLib.lib">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
<CustomBuildStep Include="..\LIB\AgaLibD.lib">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
<CustomBuildStep Include="..\lib\vedoc.lib">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
<CustomBuildStep Include="..\lib\vedocd.lib">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</CustomBuildStep>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="campo.rc">
|
|
|
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\libraries\wx28X\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\libraries\wx28X\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="AgaLib.vcxproj">
|
|
|
|
|
<Project>{2d38a763-3d74-4338-9362-b891784ec90e}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-04-07 17:30:22 +02:00
|
|
|
|
<ProjectReference Include="cglib.vcxproj">
|
|
|
|
|
<Project>{7b80f974-ce2e-4bd9-855a-44ff139ff288}</Project>
|
|
|
|
|
</ProjectReference>
|
2019-05-16 11:24:36 +02:00
|
|
|
|
<ProjectReference Include="f1lib.vcxproj">
|
|
|
|
|
<Project>{41f4c25f-6bd2-4fc9-a0d3-a68cd1c9e4fc}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-04-07 17:30:22 +02:00
|
|
|
|
<ProjectReference Include="fplib.vcxproj">
|
|
|
|
|
<Project>{c575788b-0be4-4f68-b9c9-3c204ec04e07}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="lilib.vcxproj">
|
|
|
|
|
<Project>{b61f0ad4-0cce-4371-8e92-85a26caf1a7c}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="tflib.vcxproj">
|
|
|
|
|
<Project>{7bf6939e-dfcd-49ed-b0a8-edb68ddce6d5}</Project>
|
|
|
|
|
</ProjectReference>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
<ProjectReference Include="vedoc.vcxproj">
|
|
|
|
|
<Project>{a1ce9743-a597-4f92-b55a-345a366c9e55}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="vedocext.vcxproj">
|
|
|
|
|
<Project>{0042619a-6b7c-4d3d-9cd9-9bdd8d200c15}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-10 21:12:16 +01:00
|
|
|
|
<ClCompile Include="..\src\cg\cglib01.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cg\cglib03.cpp" />
|
2018-07-06 16:47:35 +02:00
|
|
|
|
<ClCompile Include="..\src\fe\felib.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fp\fp0.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fp\fp0100.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fp\fp0200.cpp">
|
2018-12-22 11:38:31 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\src\fp\fp0300.cpp" />
|
2019-02-18 10:23:22 +01:00
|
|
|
|
<ClCompile Include="..\src\fp\fp0400.cpp" />
|
2019-05-20 11:04:43 +02:00
|
|
|
|
<ClCompile Include="..\src\fp\fp0500.cpp" />
|
2019-06-11 11:10:39 +02:00
|
|
|
|
<ClCompile Include="..\src\fp\fp0600.cpp" />
|
2021-11-05 17:13:31 +01:00
|
|
|
|
<ClCompile Include="..\src\fp\fp0700.cpp" />
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\src\fp\fp0.h" />
|
|
|
|
|
<ClInclude Include="..\src\fp\fp0100a.h" />
|
|
|
|
|
<ClInclude Include="..\src\fp\fp0200a.h" />
|
|
|
|
|
<ClInclude Include="..\src\fp\fp0300a.h" />
|
2019-02-18 10:23:22 +01:00
|
|
|
|
<ClInclude Include="..\src\fp\fp0400a.h" />
|
2019-05-20 11:04:43 +02:00
|
|
|
|
<ClInclude Include="..\src\fp\fp0500a.h" />
|
2019-06-11 11:10:39 +02:00
|
|
|
|
<ClInclude Include="..\src\fp\fp0600a.h" />
|
2021-11-05 17:13:31 +01:00
|
|
|
|
<ClInclude Include="..\src\fp\fp0700a.h" />
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MskCompiler Include="..\src\fp\fp0200a.uml">
|
2018-12-22 11:38:31 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</MskCompiler>
|
|
|
|
|
<MskCompiler Include="..\src\fp\fp0300a.uml" />
|
2019-02-18 10:23:22 +01:00
|
|
|
|
<MskCompiler Include="..\src\fp\fp0400a.uml" />
|
2019-05-20 11:04:43 +02:00
|
|
|
|
<MskCompiler Include="..\src\fp\fp0500a.uml" />
|
2019-06-11 11:10:39 +02:00
|
|
|
|
<MskCompiler Include="..\src\fp\fp0600a.uml" />
|
2021-11-05 17:13:31 +01:00
|
|
|
|
<MskCompiler Include="..\src\fp\fp0700a.uml" />
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MskCompiler Include="..\src\fp\fp0100a.uml">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
</MskCompiler>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0100.sql">
|
|
|
|
|
<FileType>Document</FileType>
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2018-10-05 14:56:10 +02:00
|
|
|
|
</SqlCompiler>
|
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0104.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</SqlCompiler>
|
2019-05-20 11:04:43 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0106.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2019-05-20 11:04:43 +02:00
|
|
|
|
</SqlCompiler>
|
2019-06-06 16:32:50 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0108.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2019-06-06 16:32:50 +02:00
|
|
|
|
</SqlCompiler>
|
2019-06-24 14:43:07 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0110.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2019-06-24 14:43:07 +02:00
|
|
|
|
</SqlCompiler>
|
2019-10-10 17:53:30 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0112.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2019-10-10 17:53:30 +02:00
|
|
|
|
</SqlCompiler>
|
2020-01-14 14:54:24 +01:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0114.sql">
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2020-01-14 14:54:24 +01:00
|
|
|
|
</SqlCompiler>
|
2020-09-10 09:54:03 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0116.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2020-09-10 09:54:03 +02:00
|
|
|
|
</SqlCompiler>
|
2020-09-08 18:10:56 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0118.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2020-09-08 18:10:56 +02:00
|
|
|
|
</SqlCompiler>
|
2022-11-21 16:12:05 +01:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0120.sql">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2022-11-25 12:13:59 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2022-11-21 16:12:05 +01:00
|
|
|
|
</SqlCompiler>
|
2022-12-22 13:51:23 +01:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0122.sql">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2022-12-23 10:21:09 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2022-12-22 13:51:23 +01:00
|
|
|
|
</SqlCompiler>
|
2023-02-28 11:35:29 +01:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0124.sql">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2023-02-28 11:46:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2023-02-28 11:35:29 +01:00
|
|
|
|
</SqlCompiler>
|
2024-10-14 21:59:45 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0126.sql" />
|
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0128.sql" />
|
2018-07-06 16:47:35 +02:00
|
|
|
|
</ItemGroup>
|
2018-07-25 15:53:29 +02:00
|
|
|
|
<ItemGroup>
|
2018-10-05 14:56:10 +02:00
|
|
|
|
<SqlCompiler Include="..\src\fp\sql\fp0102.sql">
|
2021-04-06 15:10:36 +02:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2018-10-05 14:56:10 +02:00
|
|
|
|
<FileType>Document</FileType>
|
2021-03-01 15:40:02 +01:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2018-10-05 14:56:10 +02:00
|
|
|
|
</SqlCompiler>
|
2018-07-25 15:53:29 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Library Include="..\lib\fplib.lib" />
|
|
|
|
|
</ItemGroup>
|
2018-12-22 11:38:31 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MenCompiler Include="..\src\fp\fpmenu.men" />
|
|
|
|
|
</ItemGroup>
|
2022-01-10 16:52:31 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<RepCompiler Include="..\src\fp\fp0700a.rep">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</RepCompiler>
|
2022-09-26 17:42:12 +02:00
|
|
|
|
<RepCompiler Include="..\src\fp\fp0700b.rep" />
|
2022-01-10 16:52:31 +01:00
|
|
|
|
</ItemGroup>
|
2018-07-06 16:47:35 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="CampoRules.targets" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|