mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
129 lines
7.5 KiB
XML
129 lines
7.5 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|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{8C1A20B0-78BC-4A86-6177-5EDA4DB8D1D6}</ProjectGuid>
|
|
<IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>Editor</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</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|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>..\bin\Debug-windows-x86_64\Editor\</OutDir>
|
|
<IntDir>..\bin-int\Debug-windows-x86_64\Editor\</IntDir>
|
|
<TargetName>Editor</TargetName>
|
|
<TargetExt>.exe</TargetExt>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>..\bin\Release-windows-x86_64\Editor\</OutDir>
|
|
<IntDir>..\bin-int\Release-windows-x86_64\Editor\</IntDir>
|
|
<TargetName>Editor</TargetName>
|
|
<TargetExt>.exe</TargetExt>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<AdditionalIncludeDirectories>..\Nuake\dependencies\build\assimp;..\Nuake\dependencies\assimp\include;..\Nuake;..\Nuake\src\Vendors;..\Nuake\Dependencies\GLEW\include;..\Nuake\Dependencies\GLFW\include;..\Nuake\Dependencies\bullet3\src;..\Nuake\Dependencies\assimp\include;..\Nuake\Dependencies\build;..\Nuake\src\Vendors\msdfgen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<Optimization>Disabled</Optimization>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>glew32s.lib;opengl32.lib;freetype.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\Nuake\dependencies\GLEW\lib\Release\x64;..\Nuake\dependencies\assimp\lib;..\Nuake\dependencies\freetype-windows-binaries\release static\win64;..\bin\Debug-windows-x86_64\Nuake;..\Nuake\src\Vendors\msdf\freetype\include;..\Nuake\src\Vendors\msdfgen\freetype\win64;..\Nuake\src\Vendors\msdfgen;..\Nuake\src\Vendors\wren\src\include;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<AdditionalIncludeDirectories>..\Nuake\dependencies\build\assimp;..\Nuake\dependencies\assimp\include;..\Nuake;..\Nuake\src\Vendors;..\Nuake\Dependencies\GLEW\include;..\Nuake\Dependencies\GLFW\include;..\Nuake\Dependencies\bullet3\src;..\Nuake\Dependencies\assimp\include;..\Nuake\Dependencies\build;..\Nuake\src\Vendors\msdfgen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<Optimization>Full</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<StringPooling>true</StringPooling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalDependencies>glew32s.lib;opengl32.lib;freetype.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\Nuake\dependencies\GLEW\lib\Release\x64;..\Nuake\dependencies\assimp\lib;..\Nuake\dependencies\freetype-windows-binaries\release static\win64;..\bin\Release-windows-x86_64\Nuake;..\Nuake\src\Vendors\msdf\freetype\include;..\Nuake\src\Vendors\msdfgen\freetype\win64;..\Nuake\src\Vendors\msdfgen;..\Nuake\src\Vendors\wren\src\include;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="src\EditorInterface.h" />
|
|
<ClInclude Include="src\FileSystemUI.h" />
|
|
<ClInclude Include="src\PropretiesWindow.h" />
|
|
<ClInclude Include="src\SceneTree.h" />
|
|
<ClInclude Include="src\Toolbar.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Editor.cpp" />
|
|
<ClCompile Include="src\EditorInterface.cpp" />
|
|
<ClCompile Include="src\FileSystemUI.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Nuake\Nuake.vcxproj">
|
|
<Project>{994AC40D-055F-ECBE-CEE0-8F1E3AB4E8EF}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Nuake\dependencies\glfw\GLFW.vcxproj">
|
|
<Project>{154B857C-0182-860D-AA6E-6C109684020F}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Nuake\dependencies\assimp.vcxproj">
|
|
<Project>{724885F2-5EEA-AFC8-47A5-C31C33E63619}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Nuake\dependencies\bullet3\src\BulletCollision\BulletCollision.vcxproj">
|
|
<Project>{B91153C5-259D-C089-2EAE-437E9AB81C8A}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Nuake\dependencies\bullet3\src\BulletDynamics\BulletDynamics.vcxproj">
|
|
<Project>{45122E0F-31E0-2115-1A74-923B06E1FD79}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Nuake\dependencies\bullet3\src\LinearMath\LinearMath.vcxproj">
|
|
<Project>{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |