204 lines
10 KiB
XML
204 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="17.0" 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>{3FE96A33-2BB7-4686-A710-3EB8E3BBD709}</ProjectGuid>
|
|
<Keyword>QtVS_v304</Keyword>
|
|
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0.19041.0</WindowsTargetPlatformVersion>
|
|
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0.19041.0</WindowsTargetPlatformVersion>
|
|
<QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
|
|
<Import Project="$(QtMsBuild)\qt_defaults.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">
|
|
<QtInstall>5.15.2_msvc2019_64</QtInstall>
|
|
<QtModules>core;gui;widgets;winextras</QtModules>
|
|
<QtBuildConfig>debug</QtBuildConfig>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
|
|
<QtInstall>5.15.2_msvc2019_64</QtInstall>
|
|
<QtModules>core;gui;widgets</QtModules>
|
|
<QtBuildConfig>release</QtBuildConfig>
|
|
</PropertyGroup>
|
|
<Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
|
|
<Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
|
|
</Target>
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="Shared" />
|
|
<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" />
|
|
<Import Project="$(QtMsBuild)\Qt.props" />
|
|
</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" />
|
|
<Import Project="$(QtMsBuild)\Qt.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<IncludePath>$(SolutionDir)include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)QGoodWindow;%(AdditionalIncludeDirectories);$(Qt_INCLUDEPATH_)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)QGoodWindow;%(AdditionalIncludeDirectories);</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
|
|
<ClCompile>
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<Optimization>Disabled</Optimization>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
|
|
<ClCompile>
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\CaptionButton.cpp" />
|
|
<ClCompile Include="src\Editor\EditorWidget.cpp" />
|
|
<ClCompile Include="src\Editor\ElementManager.cpp" />
|
|
<ClCompile Include="src\Editor\GraphicElement.cpp" />
|
|
<ClCompile Include="src\Editor\LayerManager.cpp" />
|
|
<ClCompile Include="src\Editor\LayerWrapper.cpp" />
|
|
<ClCompile Include="src\Editor\PreviewWindow.cpp" />
|
|
<ClCompile Include="src\IconWidget.cpp" />
|
|
<ClCompile Include="src\main.cpp" />
|
|
<ClCompile Include="src\MainWindow.cpp" />
|
|
<ClCompile Include="src\NavigationBarWidget.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\BvhTree.cpp" />
|
|
<ClCompile Include="src\Renderer\Camera.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\CubicBezier.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\CubicBezierSignedDistance.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\CubicMonotonization.cpp" />
|
|
<ClCompile Include="src\Renderer\Light.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\Element.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\Line.cpp" />
|
|
<ClCompile Include="src\Renderer\Mesh.cpp" />
|
|
<ClCompile Include="src\Renderer\Model.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\LineTree.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\Painting.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\PaintingHelper.cpp" />
|
|
<ClCompile Include="src\Renderer\PaintingMesh.cpp" />
|
|
<ClCompile Include="src\Renderer\RendererGLWidget.cpp" />
|
|
<ClCompile Include="src\Renderer\RendererWidget.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\ShortCutTree.cpp" />
|
|
<ClCompile Include="src\Renderer\Painting\StraightLine.cpp" />
|
|
<ClCompile Include="src\SvgParser.cpp" />
|
|
<ClCompile Include="src\TitleWidget.cpp" />
|
|
<QtRcc Include="MainWindow.qrc" />
|
|
<QtUic Include="EditorWidget.ui" />
|
|
<QtUic Include="FramelessWindow.ui" />
|
|
<QtUic Include="MainWindow.ui" />
|
|
<QtUic Include="NavigationBarWidget.ui" />
|
|
<QtUic Include="RendererWidget.ui" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="darkstyle.qss" />
|
|
<None Include="lightstyle.qss" />
|
|
<None Include="Shaders\depth_init.comp" />
|
|
<None Include="Shaders\depth_mipmap.comp" />
|
|
<None Include="Shaders\final.frag" />
|
|
<None Include="Shaders\final.vert" />
|
|
<None Include="Shaders\model.frag" />
|
|
<None Include="Shaders\model.vert" />
|
|
<None Include="Shaders\model_shadow.frag" />
|
|
<None Include="Shaders\model_shadow.geom" />
|
|
<None Include="Shaders\model_shadow.vert" />
|
|
<None Include="Shaders\painting.comp" />
|
|
<None Include="Shaders\painting.frag" />
|
|
<None Include="Shaders\painting.vert" />
|
|
<None Include="Shaders\shader.frag" />
|
|
<None Include="Shaders\shader.vert" />
|
|
<None Include="Shaders\shadow_mapping.comp" />
|
|
<None Include="Shaders\ssgi.comp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<QtMoc Include="src\MainWindow.h" />
|
|
<ClInclude Include="src\Editor\ElementManager.h" />
|
|
<ClInclude Include="src\Editor\GraphicElement.h" />
|
|
<ClInclude Include="src\Editor\LayerManager.h" />
|
|
<ClInclude Include="src\Editor\LayerStyle.h" />
|
|
<ClInclude Include="src\Editor\LayerWrapper.h" />
|
|
<QtMoc Include="src\Editor\PreviewWindow.h" />
|
|
<ClInclude Include="src\Renderer\Painting\CubicBezierSignedDistance.h" />
|
|
<ClInclude Include="src\Renderer\Painting\Element.h" />
|
|
<ClInclude Include="src\Renderer\Painting\LineTree.h" />
|
|
<ClInclude Include="src\Renderer\Painting\Painting.h" />
|
|
<ClInclude Include="src\SvgParser.h" />
|
|
<QtMoc Include="src\TitleWidget.h" />
|
|
<QtMoc Include="src\IconWidget.h" />
|
|
<QtMoc Include="src\CaptionButton.h" />
|
|
<QtMoc Include="src\NavigationBarWidget.h" />
|
|
<QtMoc Include="src\Renderer\RendererWidget.h" />
|
|
<QtMoc Include="src\Editor\EditorWidget.h" />
|
|
<ClInclude Include="src\Renderer\Painting\BvhTree.h" />
|
|
<ClInclude Include="src\Renderer\Camera.h" />
|
|
<ClInclude Include="src\Renderer\Painting\CubicBezier.h" />
|
|
<ClInclude Include="src\Renderer\Painting\CubicMonotonization.h" />
|
|
<ClInclude Include="src\Renderer\Drawable.h" />
|
|
<ClInclude Include="src\Renderer\Light.h" />
|
|
<ClInclude Include="src\Renderer\Painting\Line.h" />
|
|
<ClInclude Include="src\Renderer\Mesh.h" />
|
|
<ClInclude Include="src\Renderer\Model.h" />
|
|
<ClInclude Include="src\Renderer\Painting\PaintingHelper.h" />
|
|
<ClInclude Include="src\Renderer\PaintingMesh.h" />
|
|
<ClInclude Include="src\Renderer\Painting\ShortCutTree.h" />
|
|
<ClInclude Include="src\Renderer\Painting\StraightLine.h" />
|
|
<QtMoc Include="src\Renderer\RendererGLWidget.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\QGoodWindow\QGoodWindow.vcxproj">
|
|
<Project>{b982e745-c0b1-46b3-a27b-743af105f2d0}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
|
|
<Import Project="$(QtMsBuild)\qt.targets" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |