mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
223 lines
11 KiB
XML
223 lines
11 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>16.0</VCProjectVersion>
|
|
<ProjectGuid>{407012D6-416D-42BD-B4EE-3E29A25F26DB}</ProjectGuid>
|
|
<RootNamespace>DungeonAndDemaonScript</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
<ProjectName>DungeonAndDeamonScript</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</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" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>..\..\DungeonAndDeamon\.script</OutDir>
|
|
<IncludePath>..\..\GodoBinding\include;..\..\GodoBinding\include\core;..\..\GodoBinding\include\gen;..\..\GodoBinding\godot_headers;$(IncludePath)</IncludePath>
|
|
<LibraryPath>..\..\GodoBinding\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>..\..\DungeonAndDeamon\.script</OutDir>
|
|
<IncludePath>..\..\GodoBinding\include;..\..\GodoBinding\include\core;..\..\GodoBinding\include\gen;..\..\GodoBinding\godot_headers;$(IncludePath)</IncludePath>
|
|
<LibraryPath>..\..\GodoBinding\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>..\..\DungeonAndDeamon\.script</OutDir>
|
|
<IncludePath>..\..\GodoBinding\include;..\..\GodoBinding\include\core;..\..\GodoBinding\include\gen;..\..\GodoBinding\godot_headers;$(IncludePath)</IncludePath>
|
|
<LibraryPath>..\..\GodoBinding\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>..\..\DungeonAndDeamon\.script</OutDir>
|
|
<IncludePath>..\..\GodoBinding\include;..\..\GodoBinding\include\core;..\..\GodoBinding\include\gen;..\..\GodoBinding\godot_headers;$(IncludePath)</IncludePath>
|
|
<LibraryPath>..\..\GodoBinding\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalLibraryDirectories>..\..\GodoBinding\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
</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>
|
|
<AdditionalLibraryDirectories>..\..\GodoBinding\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>libgodot-cpp.windows.debug.default.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<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>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalLibraryDirectories>..\..\GodoBinding\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
</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>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalLibraryDirectories>..\..\GodoBinding\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>libgodot-cpp.windows.releases.default.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Bullet.cpp" />
|
|
<ClCompile Include="Entite.cpp" />
|
|
<ClCompile Include="Equipement.cpp" />
|
|
<ClCompile Include="GestionCollision.cpp" />
|
|
<ClCompile Include="GestionIdentifiant.cpp" />
|
|
<ClCompile Include="GestionItem.cpp" />
|
|
<ClCompile Include="GestionJeu.cpp" />
|
|
<ClCompile Include="GestionMobs.cpp" />
|
|
<ClCompile Include="GestionPlayer.cpp" />
|
|
<ClCompile Include="GestionTerrain.cpp" />
|
|
<ClCompile Include="GodotLibrary.cpp" />
|
|
<ClCompile Include="Item.cpp" />
|
|
<ClCompile Include="Loot.cpp" />
|
|
<ClCompile Include="Mobs.cpp" />
|
|
<ClCompile Include="MobsAgressif.cpp" />
|
|
<ClCompile Include="MobsCorpACorp.cpp" />
|
|
<ClCompile Include="MobsCorpACorpIA.cpp" />
|
|
<ClCompile Include="MobsDistance.cpp" />
|
|
<ClCompile Include="MobsDistanceIA.cpp" />
|
|
<ClCompile Include="MobsIA.cpp" />
|
|
<ClCompile Include="MobsPassif.cpp" />
|
|
<ClCompile Include="Mur.cpp" />
|
|
<ClCompile Include="Piece.cpp" />
|
|
<ClCompile Include="Player.cpp" />
|
|
<ClCompile Include="Root.cpp" />
|
|
<ClCompile Include="Sol.cpp" />
|
|
<ClCompile Include="SolSolide.cpp" />
|
|
<ClCompile Include="SolTraversable.cpp" />
|
|
<ClCompile Include="Terrain.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Bullet.h" />
|
|
<ClInclude Include="Entite.h" />
|
|
<ClInclude Include="Equipement.h" />
|
|
<ClInclude Include="GestionCollision.h" />
|
|
<ClInclude Include="GestionIdentifiant.h" />
|
|
<ClInclude Include="GestionItem.h" />
|
|
<ClInclude Include="GestionJeu.h" />
|
|
<ClInclude Include="GestionMobs.h" />
|
|
<ClInclude Include="GestionPlayer.h" />
|
|
<ClInclude Include="GestionTerrain.h" />
|
|
<ClInclude Include="Item.h" />
|
|
<ClInclude Include="Loot.h" />
|
|
<ClInclude Include="Mobs.h" />
|
|
<ClInclude Include="MobsAgressif.h" />
|
|
<ClInclude Include="MobsCorpACorp.h" />
|
|
<ClInclude Include="MobsCorpACorpIA.h" />
|
|
<ClInclude Include="MobsDistance.h" />
|
|
<ClInclude Include="MobsDistanceIA.h" />
|
|
<ClInclude Include="MobsIA.h" />
|
|
<ClInclude Include="MobsPassif.h" />
|
|
<ClInclude Include="Mur.h" />
|
|
<ClInclude Include="Piece.h" />
|
|
<ClInclude Include="Player.h" />
|
|
<ClInclude Include="Root.h" />
|
|
<ClInclude Include="Sol.h" />
|
|
<ClInclude Include="SolSolide.h" />
|
|
<ClInclude Include="SolTraversable.h" />
|
|
<ClInclude Include="Terrain.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |