Files
Taxon/Taxon.vcxproj
2025-11-28 10:16:42 -05:00

250 lines
12 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{a239960e-86ed-4bdc-a491-e071ece0494e}</ProjectGuid>
<RootNamespace>Taxon</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</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>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<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|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="mesFonctions.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="mesFonctions.h" />
</ItemGroup>
<ItemGroup>
<Text Include="AfficheMenu\Quitter.txt" />
<Text Include="AfficheMenu\Taxon.txt" />
<Text Include="AfficheMenu\TaxonOption1.txt" />
<Text Include="AfficheMenu\TaxonOption2.txt" />
<Text Include="AfficheMenu\TaxonOption3.txt" />
<Text Include="Alphabet\BonEmplacement\A.txt" />
<Text Include="Alphabet\BonEmplacement\B.txt" />
<Text Include="Alphabet\BonEmplacement\C.txt" />
<Text Include="Alphabet\BonEmplacement\D.txt" />
<Text Include="Alphabet\BonEmplacement\E.txt" />
<Text Include="Alphabet\BonEmplacement\F.txt" />
<Text Include="Alphabet\BonEmplacement\G.txt" />
<Text Include="Alphabet\BonEmplacement\H.txt" />
<Text Include="Alphabet\BonEmplacement\I.txt" />
<Text Include="Alphabet\BonEmplacement\J.txt" />
<Text Include="Alphabet\BonEmplacement\K.txt" />
<Text Include="Alphabet\BonEmplacement\L.txt" />
<Text Include="Alphabet\BonEmplacement\M.txt" />
<Text Include="Alphabet\BonEmplacement\N.txt" />
<Text Include="Alphabet\BonEmplacement\O.txt" />
<Text Include="Alphabet\BonEmplacement\P.txt" />
<Text Include="Alphabet\BonEmplacement\Q.txt" />
<Text Include="Alphabet\BonEmplacement\R.txt" />
<Text Include="Alphabet\BonEmplacement\S.txt" />
<Text Include="Alphabet\BonEmplacement\T.txt" />
<Text Include="Alphabet\BonEmplacement\U.txt" />
<Text Include="Alphabet\BonEmplacement\V.txt" />
<Text Include="Alphabet\BonEmplacement\W.txt" />
<Text Include="Alphabet\BonEmplacement\X.txt" />
<Text Include="Alphabet\BonEmplacement\Y.txt" />
<Text Include="Alphabet\BonEmplacement\Z.txt" />
<Text Include="Alphabet\Inexistant\A.txt" />
<Text Include="Alphabet\Inexistant\B.txt" />
<Text Include="Alphabet\Inexistant\C.txt" />
<Text Include="Alphabet\Inexistant\D.txt" />
<Text Include="Alphabet\Inexistant\E.txt" />
<Text Include="Alphabet\Inexistant\F.txt" />
<Text Include="Alphabet\Inexistant\G.txt" />
<Text Include="Alphabet\Inexistant\H.txt" />
<Text Include="Alphabet\Inexistant\I.txt" />
<Text Include="Alphabet\Inexistant\J.txt" />
<Text Include="Alphabet\Inexistant\K.txt" />
<Text Include="Alphabet\Inexistant\L.txt" />
<Text Include="Alphabet\Inexistant\M.txt" />
<Text Include="Alphabet\Inexistant\N.txt" />
<Text Include="Alphabet\Inexistant\O.txt" />
<Text Include="Alphabet\Inexistant\P.txt" />
<Text Include="Alphabet\Inexistant\Q.txt" />
<Text Include="Alphabet\Inexistant\R.txt" />
<Text Include="Alphabet\Inexistant\S.txt" />
<Text Include="Alphabet\Inexistant\T.txt" />
<Text Include="Alphabet\Inexistant\U.txt" />
<Text Include="Alphabet\Inexistant\V.txt" />
<Text Include="Alphabet\Inexistant\W.txt" />
<Text Include="Alphabet\Inexistant\X.txt" />
<Text Include="Alphabet\Inexistant\Y.txt" />
<Text Include="Alphabet\Inexistant\Z.txt" />
<Text Include="Alphabet\MauvaisEmplacement\A.txt" />
<Text Include="Alphabet\MauvaisEmplacement\B.txt" />
<Text Include="Alphabet\MauvaisEmplacement\C.txt" />
<Text Include="Alphabet\MauvaisEmplacement\D.txt" />
<Text Include="Alphabet\MauvaisEmplacement\E.txt" />
<Text Include="Alphabet\MauvaisEmplacement\F.txt" />
<Text Include="Alphabet\MauvaisEmplacement\G.txt" />
<Text Include="Alphabet\MauvaisEmplacement\H.txt" />
<Text Include="Alphabet\MauvaisEmplacement\I.txt" />
<Text Include="Alphabet\MauvaisEmplacement\J.txt" />
<Text Include="Alphabet\MauvaisEmplacement\K.txt" />
<Text Include="Alphabet\MauvaisEmplacement\L.txt" />
<Text Include="Alphabet\MauvaisEmplacement\M.txt" />
<Text Include="Alphabet\MauvaisEmplacement\N.txt" />
<Text Include="Alphabet\MauvaisEmplacement\O.txt" />
<Text Include="Alphabet\MauvaisEmplacement\P.txt" />
<Text Include="Alphabet\MauvaisEmplacement\Q.txt" />
<Text Include="Alphabet\MauvaisEmplacement\R.txt" />
<Text Include="Alphabet\MauvaisEmplacement\S.txt" />
<Text Include="Alphabet\MauvaisEmplacement\T.txt" />
<Text Include="Alphabet\MauvaisEmplacement\U.txt" />
<Text Include="Alphabet\MauvaisEmplacement\V.txt" />
<Text Include="Alphabet\MauvaisEmplacement\W.txt" />
<Text Include="Alphabet\MauvaisEmplacement\X.txt" />
<Text Include="Alphabet\MauvaisEmplacement\Y.txt" />
<Text Include="Alphabet\MauvaisEmplacement\Z.txt" />
<Text Include="Alphabet\Normal\A.txt" />
<Text Include="Alphabet\Normal\C.txt" />
<Text Include="Alphabet\Normal\D.txt" />
<Text Include="Alphabet\Normal\E.txt" />
<Text Include="Alphabet\Normal\F.txt" />
<Text Include="Alphabet\Normal\G.txt" />
<Text Include="Alphabet\Normal\H.txt" />
<Text Include="Alphabet\Normal\I.txt" />
<Text Include="Alphabet\Normal\J.txt" />
<Text Include="Alphabet\Normal\K.txt" />
<Text Include="Alphabet\Normal\L.txt" />
<Text Include="Alphabet\Normal\M.txt" />
<Text Include="Alphabet\Normal\N.txt" />
<Text Include="Alphabet\Normal\O.txt" />
<Text Include="Alphabet\Normal\P.txt" />
<Text Include="Alphabet\Normal\Q.txt" />
<Text Include="Alphabet\Normal\R.txt" />
<Text Include="Alphabet\Normal\S.txt" />
<Text Include="Alphabet\Normal\T.txt" />
<Text Include="Alphabet\Normal\U.txt" />
<Text Include="Alphabet\Normal\V.txt" />
<Text Include="Alphabet\Normal\W.txt" />
<Text Include="Alphabet\Normal\X.txt" />
<Text Include="Alphabet\Normal\Y.txt" />
<Text Include="Alphabet\Normal\Z.txt" />
<Text Include="B.txt" />
<Text Include="TaxonLogo.txt" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>