|
86 | 86 | <PreprocessorDefinitions>WIN32;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;_USRDLL;HEXEDITOR_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
87 | 87 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
88 | 88 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
89 |
| - <PrecompiledHeader /> |
90 | 89 | <WarningLevel>Level4</WarningLevel>
|
91 | 90 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
92 | 91 | <SDLCheck>true</SDLCheck>
|
|
110 | 109 | <PreprocessorDefinitions>WIN32;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;_USRDLL;HEXEDITOR_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
111 | 110 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
112 | 111 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
113 |
| - <PrecompiledHeader> |
114 |
| - </PrecompiledHeader> |
115 | 112 | <WarningLevel>Level4</WarningLevel>
|
116 | 113 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
117 | 114 | <SDLCheck>true</SDLCheck>
|
|
129 | 126 | </ItemDefinitionGroup>
|
130 | 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
131 | 128 | <ClCompile>
|
132 |
| - <Optimization>Disabled</Optimization> |
| 129 | + <Optimization>MaxSpeed</Optimization> |
133 | 130 | <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
134 | 131 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
135 | 132 | <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
139 | 136 | <StringPooling>true</StringPooling>
|
140 | 137 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
141 | 138 | <FunctionLevelLinking>false</FunctionLevelLinking>
|
142 |
| - <PrecompiledHeader /> |
143 | 139 | <WarningLevel>Level4</WarningLevel>
|
144 | 140 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
145 | 141 | <SDLCheck>true</SDLCheck>
|
146 | 142 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
147 |
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 143 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
148 | 144 | </ClCompile>
|
149 | 145 | <Link>
|
150 | 146 | <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
151 | 147 | <OutputFile>$(OutDir)HexEditor.dll</OutputFile>
|
152 | 148 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
153 | 149 | <GenerateMapFile>true</GenerateMapFile>
|
154 |
| - <MapFileName>C:\Projects\NppPlugins\HexEditor\map\HexEditor.map</MapFileName> |
| 150 | + <MapFileName>$(OutDir)\map\HexEditor.map</MapFileName> |
155 | 151 | <SubSystem>Windows</SubSystem>
|
156 | 152 | <StackReserveSize>0</StackReserveSize>
|
157 | 153 | <OptimizeReferences>true</OptimizeReferences>
|
|
162 | 158 | </ItemDefinitionGroup>
|
163 | 159 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
164 | 160 | <ClCompile>
|
165 |
| - <Optimization>Disabled</Optimization> |
| 161 | + <Optimization>MaxSpeed</Optimization> |
166 | 162 | <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
167 | 163 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
168 | 164 | <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
172 | 168 | <StringPooling>true</StringPooling>
|
173 | 169 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
174 | 170 | <FunctionLevelLinking>false</FunctionLevelLinking>
|
175 |
| - <PrecompiledHeader> |
176 |
| - </PrecompiledHeader> |
177 | 171 | <WarningLevel>Level4</WarningLevel>
|
178 | 172 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
179 | 173 | <SDLCheck>true</SDLCheck>
|
180 | 174 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
181 |
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 175 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
182 | 176 | </ClCompile>
|
183 | 177 | <Link>
|
184 | 178 | <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
185 | 179 | <OutputFile>$(OutDir)HexEditor.dll</OutputFile>
|
186 | 180 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
187 | 181 | <GenerateMapFile>true</GenerateMapFile>
|
188 |
| - <MapFileName>C:\Projects\NppPlugins\HexEditor\map\HexEditor.map</MapFileName> |
| 182 | + <MapFileName>$(OutDir)\map\HexEditor.map</MapFileName> |
189 | 183 | <SubSystem>Windows</SubSystem>
|
190 | 184 | <StackReserveSize>0</StackReserveSize>
|
191 | 185 | <OptimizeReferences>true</OptimizeReferences>
|
|
0 commit comments