|
9 | 9 | <Configuration>Release</Configuration> |
10 | 10 | <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Debug|Win32"> |
13 | | - <Configuration>Debug</Configuration> |
14 | | - <Platform>Win32</Platform> |
15 | | - </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Release|Win32"> |
17 | | - <Configuration>Release</Configuration> |
18 | | - <Platform>Win32</Platform> |
19 | | - </ProjectConfiguration> |
20 | 12 | </ItemGroup> |
21 | 13 | <PropertyGroup Label="Globals"> |
22 | 14 | <ProjectGuid>{24FBAF90-E7BC-4DF9-892B-9882E21A1CD0}</ProjectGuid> |
23 | 15 | <Keyword>QtVS_v304</Keyword> |
24 | 16 | <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0.19041.0</WindowsTargetPlatformVersion> |
25 | 17 | <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0.19041.0</WindowsTargetPlatformVersion> |
26 | | - <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'">10.0.19041.0</WindowsTargetPlatformVersion> |
27 | | - <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'">10.0.19041.0</WindowsTargetPlatformVersion> |
28 | 18 | <QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild> |
29 | 19 | </PropertyGroup> |
30 | 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
36 | 26 | <ConfigurationType>StaticLibrary</ConfigurationType> |
37 | 27 | <PlatformToolset>v142</PlatformToolset> |
38 | 28 | </PropertyGroup> |
39 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'" Label="Configuration"> |
40 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
41 | | - <PlatformToolset>v142</PlatformToolset> |
42 | | - </PropertyGroup> |
43 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'" Label="Configuration"> |
44 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
45 | | - <PlatformToolset>v142</PlatformToolset> |
46 | | - </PropertyGroup> |
47 | 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
48 | 30 | <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')"> |
49 | 31 | <Import Project="$(QtMsBuild)\qt_defaults.props" /> |
|
58 | 40 | <QtModules>core;opengl;gui;widgets</QtModules> |
59 | 41 | <QtBuildConfig>release</QtBuildConfig> |
60 | 42 | </PropertyGroup> |
61 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'" Label="QtSettings"> |
62 | | - <QtInstall>5.15.0_msvc2019_64</QtInstall> |
63 | | - <QtModules>core;opengl;gui;widgets</QtModules> |
64 | | - <QtBuildConfig>debug</QtBuildConfig> |
65 | | - </PropertyGroup> |
66 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'" Label="QtSettings"> |
67 | | - <QtInstall>5.15.0_msvc2019_64</QtInstall> |
68 | | - <QtModules>core;opengl;gui;widgets</QtModules> |
69 | | - <QtBuildConfig>release</QtBuildConfig> |
70 | | - </PropertyGroup> |
71 | 43 | <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')"> |
72 | 44 | <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." /> |
73 | 45 | </Target> |
|
81 | 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
82 | 54 | <Import Project="$(QtMsBuild)\Qt.props" /> |
83 | 55 | </ImportGroup> |
84 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'"> |
85 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
86 | | - <Import Project="$(QtMsBuild)\Qt.props" /> |
87 | | - </ImportGroup> |
88 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'"> |
89 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
90 | | - <Import Project="$(QtMsBuild)\Qt.props" /> |
91 | | - </ImportGroup> |
92 | 56 | <PropertyGroup Label="UserMacros" /> |
93 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
94 | 58 | <IncludePath>$(ProjectDir)Include;$(IncludePath)</IncludePath> |
95 | 59 | </PropertyGroup> |
96 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
97 | 61 | <IncludePath>$(ProjectDir)Include;$(IncludePath)</IncludePath> |
98 | 62 | </PropertyGroup> |
99 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'"> |
100 | | - <IncludePath>$(ProjectDir)Include;$(IncludePath)</IncludePath> |
101 | | - </PropertyGroup> |
102 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'"> |
103 | | - <IncludePath>$(ProjectDir)Include;$(IncludePath)</IncludePath> |
104 | | - </PropertyGroup> |
105 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
106 | | - <ClCompile> |
107 | | - <AdditionalIncludeDirectories>$(SolutionDir)C3D\Vision\Include;$(SolutionDir)C3D\Kernel\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
108 | | - <WarningLevel>Level3</WarningLevel> |
109 | | - <RuntimeTypeInfo>true</RuntimeTypeInfo> |
110 | | - <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
111 | | - </ClCompile> |
112 | | - <Link> |
113 | | - <AdditionalLibraryDirectories>$(SolutionDir)C3D\Kernel\$(Configuration);$(SolutionDir)C3D\Vision\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
114 | | - </Link> |
115 | | - </ItemDefinitionGroup> |
116 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
117 | | - <ClCompile> |
118 | | - <AdditionalIncludeDirectories>$(SolutionDir)C3D\Vision\Include;$(SolutionDir)C3D\Kernel\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
119 | | - <WarningLevel>Level3</WarningLevel> |
120 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
121 | | - <RuntimeTypeInfo>true</RuntimeTypeInfo> |
122 | | - </ClCompile> |
123 | | - <Link> |
124 | | - <AdditionalLibraryDirectories>$(SolutionDir)C3D\Kernel\$(Configuration);$(SolutionDir)C3D\Vision\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
125 | | - </Link> |
126 | | - </ItemDefinitionGroup> |
127 | 63 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
128 | 64 | <ClCompile> |
129 | 65 | <AdditionalIncludeDirectories>$(SolutionDir)C3D\Vision\Include;$(SolutionDir)C3D\Kernel\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
@@ -194,34 +130,6 @@ xcopy /y "$(SolutionDir)C3D\Kernel\$(Configuration)\c3d.dll" "$(SolutionDir)$(Pl |
194 | 130 | <GenerateDebugInformation>false</GenerateDebugInformation> |
195 | 131 | </Link> |
196 | 132 | </ItemDefinitionGroup> |
197 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'" Label="Configuration"> |
198 | | - <ClCompile> |
199 | | - <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
200 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
201 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
202 | | - <Optimization>Disabled</Optimization> |
203 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
204 | | - <PreprocessorDefinitions>QTVISION_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
205 | | - </ClCompile> |
206 | | - <Link> |
207 | | - <SubSystem>Windows</SubSystem> |
208 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
209 | | - </Link> |
210 | | - </ItemDefinitionGroup> |
211 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'" Label="Configuration"> |
212 | | - <ClCompile> |
213 | | - <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
214 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
215 | | - <DebugInformationFormat>None</DebugInformationFormat> |
216 | | - <Optimization>MaxSpeed</Optimization> |
217 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
218 | | - <PreprocessorDefinitions>QTVISION_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
219 | | - </ClCompile> |
220 | | - <Link> |
221 | | - <SubSystem>Windows</SubSystem> |
222 | | - <GenerateDebugInformation>false</GenerateDebugInformation> |
223 | | - </Link> |
224 | | - </ItemDefinitionGroup> |
225 | 133 | <ItemGroup> |
226 | 134 | <ClCompile Include="src\qt_openglcontext.cpp" /> |
227 | 135 | <ClCompile Include="src\qt_openglwidget.cpp" /> |
|
0 commit comments