|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | 30 | <ConfigurationType>Application</ConfigurationType> |
31 | 31 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v143</PlatformToolset> |
| 32 | + <PlatformToolset>v145</PlatformToolset> |
33 | 33 | <CharacterSet>Unicode</CharacterSet> |
34 | 34 | </PropertyGroup> |
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
36 | 36 | <ConfigurationType>Application</ConfigurationType> |
37 | 37 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | | - <PlatformToolset>v143</PlatformToolset> |
| 38 | + <PlatformToolset>v145</PlatformToolset> |
39 | 39 | <CharacterSet>Unicode</CharacterSet> |
40 | 40 | </PropertyGroup> |
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
42 | 42 | <ConfigurationType>Application</ConfigurationType> |
43 | 43 | <UseDebugLibraries>false</UseDebugLibraries> |
44 | | - <PlatformToolset>v143</PlatformToolset> |
| 44 | + <PlatformToolset>v145</PlatformToolset> |
45 | 45 | <WholeProgramOptimization>true</WholeProgramOptimization> |
46 | 46 | <CharacterSet>Unicode</CharacterSet> |
47 | 47 | <EnableASAN>true</EnableASAN> |
48 | 48 | </PropertyGroup> |
49 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
50 | 50 | <ConfigurationType>Application</ConfigurationType> |
51 | 51 | <UseDebugLibraries>false</UseDebugLibraries> |
52 | | - <PlatformToolset>v143</PlatformToolset> |
| 52 | + <PlatformToolset>v145</PlatformToolset> |
53 | 53 | <WholeProgramOptimization>true</WholeProgramOptimization> |
54 | 54 | <CharacterSet>Unicode</CharacterSet> |
55 | 55 | <EnableASAN>false</EnableASAN> |
|
156 | 156 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;FACTORIZATION_APP=1;ENABLE_VERBOSE;FACTORIZATION_FUNCTIONS=1;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_USING64BITS_;USING_BLOCKLY=1;ENABLE_VERBOSE;POLYEXPR=1</PreprocessorDefinitions> |
157 | 157 | <SDLCheck>true</SDLCheck> |
158 | 158 | <AdditionalOptions>/F 3000000 %(AdditionalOptions)</AdditionalOptions> |
| 159 | + <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories> |
159 | 160 | </ClCompile> |
160 | 161 | <Link> |
161 | 162 | <SubSystem>Console</SubSystem> |
|
177 | 178 | <ClCompile Include="quadraticeq.c" /> |
178 | 179 | <ClCompile Include="quartics.c" /> |
179 | 180 | <ClCompile Include="sumSquares.c" /> |
| 181 | + <ClCompile Include="test.c" /> |
180 | 182 | <ClCompile Include="tsqcubes.c" /> |
181 | 183 | <ClCompile Include="baseconv.c" /> |
182 | 184 | <ClCompile Include="batch.c" /> |
|
224 | 226 | <ClCompile Include="sqroot.c"> |
225 | 227 | <DeploymentContent>true</DeploymentContent> |
226 | 228 | </ClCompile> |
227 | | - <ClCompile Include="test.c" /> |
228 | 229 | <ClCompile Include="showtime.c" /> |
229 | 230 | <ClCompile Include="tsquares.c" /> |
230 | 231 | </ItemGroup> |
|
0 commit comments