2016-09-09 20:03:27 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-02-06 10:50:46 +01:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<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>{5CF8C249-CB8A-432B-851B-E0B375BE6CB6}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>fe</RootNamespace>
|
|
|
|
|
<ProjectName>fe0</ProjectName>
|
2019-02-06 10:50:46 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
2019-02-06 10:50:46 +01:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2019-02-06 10:50:46 +01:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="CampoRules.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2018-01-12 14:23:06 +00:00
|
|
|
|
<OutDir>..\exe\</OutDir>
|
|
|
|
|
<IntDir>..\obj\$(SolutionName)\$(ProjectName)\</IntDir>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<EmbedManifest>false</EmbedManifest>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<EmbedManifest>false</EmbedManifest>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<OutDir>..\exe\</OutDir>
|
2018-01-12 14:23:06 +00:00
|
|
|
|
<IntDir>..\obj\$(SolutionName)\$(ProjectName)\</IntDir>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;__LONGDOUBLE__</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\include\;..\src\xvaga\</AdditionalIncludeDirectories>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2019-04-09 14:07:08 +02:00
|
|
|
|
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>..\wx28X\include;</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Manifest />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\include;..\src\xvaga</AdditionalIncludeDirectories>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<Version>12.0</Version>
|
|
|
|
|
</Link>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>..\wx28X\include;</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2018-01-12 14:23:06 +00:00
|
|
|
|
<ClInclude Include="..\src\fe\fe0.h" />
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<ClInclude Include="..\src\fe\fe0100a.h" />
|
|
|
|
|
<ClInclude Include="..\src\fe\fetbcon.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\src\cg\cg2103.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cg\cglib01.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fe\fe0.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fe\fe0100.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fe\fe0200.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fe\fe0300.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fe\fe0400.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\fe\felib.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-02-06 10:50:46 +01:00
|
|
|
|
<ResourceCompile Include="campo.rc">
|
|
|
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\libraries\wx28X\include;</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MskCompiler Include="..\src\fe\fe0100a.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\fe\fe0100c.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\fe\fe0300a.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\fe\fe0400a.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\fe\fetbcon.uml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-09-10 11:28:58 +00:00
|
|
|
|
<RepCompiler Include="..\src\fe\fe0100.rep" />
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-09-10 11:28:58 +00:00
|
|
|
|
<ProjectReference Include="AgaLib.vcxproj">
|
|
|
|
|
<Project>{2d38a763-3d74-4338-9362-b891784ec90e}</Project>
|
|
|
|
|
</ProjectReference>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="CampoRules.targets" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|