|
77 | 77 | <PropertyGroup /> |
78 | 78 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
79 | 79 | <ClCompile> |
80 | | - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 80 | + <PrecompiledHeader>Use</PrecompiledHeader> |
81 | 81 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
82 | 82 | <WarningLevel>Level3</WarningLevel> |
83 | 83 | <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
89 | 89 | </ItemDefinitionGroup> |
90 | 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
91 | 91 | <ClCompile> |
92 | | - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 92 | + <PrecompiledHeader>Use</PrecompiledHeader> |
93 | 93 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
94 | 94 | <WarningLevel>Level3</WarningLevel> |
95 | 95 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
101 | 101 | </ItemDefinitionGroup> |
102 | 102 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
103 | 103 | <ClCompile> |
104 | | - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 104 | + <PrecompiledHeader>Use</PrecompiledHeader> |
105 | 105 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
106 | 106 | <WarningLevel>Level3</WarningLevel> |
107 | 107 | <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
113 | 113 | </ItemDefinitionGroup> |
114 | 114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
115 | 115 | <ClCompile> |
116 | | - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 116 | + <PrecompiledHeader>Use</PrecompiledHeader> |
117 | 117 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
118 | 118 | <WarningLevel>Level3</WarningLevel> |
119 | 119 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
0 commit comments