Skip to content

Commit d1211ce

Browse files
committed
Update changelog and windows project files
1 parent de6a7f6 commit d1211ce

File tree

5 files changed

+160
-8
lines changed

5 files changed

+160
-8
lines changed

ChangeLog.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
#### 2020.1 (January 2021)
1+
#### 2022.1 (May 2022)
22
NEW FEATURES
33
* Add cylindrical absorption correction (mu*R)
44
* Access to Crystallography Open Database now uses an http access without
55
need for MySQL, and should work through firewalls
6+
* Added more internal functions for the pyobjcryst Python interface.
7+
See https://pyobjcryst.readthedocs.io/en/latest/examples/index.html
68

79
IMPROVEMENTS
10+
* Improve indexing: use the integrated goodness-of-fit based on P1 integration
11+
intervals as a default indicator, normalised by the number of reflections
12+
used (* nb_refl / nb_refl_P1)
813
* Switched to wxWidgets 3.1
914
* When using --cif2pattern, do not convert atoms to a Molecule (faster)
1015
* Fox grid allows a working directory with spaces in the path.
16+
* In the XML output, the atom list inside a RigidGroup will now be
17+
valid XML. NB: older Fox versions will not be able to read correctly
18+
the list of atoms inside the group.
1119

1220
BUG FIXES
1321
* Correct EstimateCellVolume estimation for orthorombic F
22+
* Correct calculation of integrated figures of merit (Rwp, etc..)
23+
with multiple crystalline phases (https://github.com/vincefn/objcryst/pull/53)
1424
* + several minor issues
1525

1626
#### 2017.2 (28 June 2017)

Fox/Fox_vc12.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1818
Debug|Win32 = Debug|Win32
19-
Release_XP_NoCOD|Win32 = Release_XP_NoCOD|Win32
19+
Release (profile-guided optim generate)|Win32 = Release (profile-guided optim generate)|Win32
2020
Release|Win32 = Release|Win32
2121
EndGlobalSection
2222
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2323
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Debug|Win32.ActiveCfg = Debug|Win32
2424
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Debug|Win32.Build.0 = Debug|Win32
25-
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Release_XP_NoCOD|Win32.ActiveCfg = Release_XP_NoCOD|Win32
26-
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Release_XP_NoCOD|Win32.Build.0 = Release_XP_NoCOD|Win32
25+
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Release (profile-guided optim generate)|Win32.ActiveCfg = Release (profile-guided optim generate)|Win32
26+
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Release (profile-guided optim generate)|Win32.Build.0 = Release (profile-guided optim generate)|Win32
2727
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Release|Win32.ActiveCfg = Release|Win32
2828
{2775CD9F-FFF3-4373-A229-94DD4B6D7747}.Release|Win32.Build.0 = Release|Win32
2929
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Debug|Win32.ActiveCfg = Debug|Win32
3030
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Debug|Win32.Build.0 = Debug|Win32
31-
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Release_XP_NoCOD|Win32.ActiveCfg = Release_XP_NoCOD|Win32
32-
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Release_XP_NoCOD|Win32.Build.0 = Release_XP_NoCOD|Win32
31+
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Release (profile-guided optim generate)|Win32.ActiveCfg = Release (profile-guided optim generate)|Win32
32+
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Release (profile-guided optim generate)|Win32.Build.0 = Release (profile-guided optim generate)|Win32
3333
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Release|Win32.ActiveCfg = Release|Win32
3434
{39353CCC-A61A-47C9-8C1F-30FA52D3A1A2}.Release|Win32.Build.0 = Release|Win32
3535
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Debug|Win32.ActiveCfg = Debug|Win32
3636
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Debug|Win32.Build.0 = Debug|Win32
37-
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Release_XP_NoCOD|Win32.ActiveCfg = Release_XP_NoCOD|Win32
38-
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Release_XP_NoCOD|Win32.Build.0 = Release_XP_NoCOD|Win32
37+
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Release (profile-guided optim generate)|Win32.ActiveCfg = Release (profile-guided optim generate)|Win32
38+
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Release (profile-guided optim generate)|Win32.Build.0 = Release (profile-guided optim generate)|Win32
3939
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Release|Win32.ActiveCfg = Release|Win32
4040
{BA6FA16F-837D-4869-90B9-44ACCD4EC001}.Release|Win32.Build.0 = Release|Win32
4141
EndGlobalSection

Fox/Fox_vc12.vcxproj

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Configuration>Debug</Configuration>
66
<Platform>Win32</Platform>
77
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release (profile-guided optim generate)|Win32">
9+
<Configuration>Release (profile-guided optim generate)</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
812
<ProjectConfiguration Include="Release_XP_NoCOD|Win32">
913
<Configuration>Release_XP_NoCOD</Configuration>
1014
<Platform>Win32</Platform>
@@ -35,6 +39,13 @@
3539
<WholeProgramOptimization>true</WholeProgramOptimization>
3640
<CharacterSet>Unicode</CharacterSet>
3741
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'" Label="Configuration">
43+
<ConfigurationType>Application</ConfigurationType>
44+
<UseDebugLibraries>false</UseDebugLibraries>
45+
<PlatformToolset>v142</PlatformToolset>
46+
<WholeProgramOptimization>true</WholeProgramOptimization>
47+
<CharacterSet>Unicode</CharacterSet>
48+
</PropertyGroup>
3849
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'" Label="Configuration">
3950
<ConfigurationType>Application</ConfigurationType>
4051
<UseDebugLibraries>false</UseDebugLibraries>
@@ -51,6 +62,9 @@
5162
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5263
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5364
</ImportGroup>
65+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'" Label="PropertySheets">
66+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
</ImportGroup>
5468
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'" Label="PropertySheets">
5569
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5670
</ImportGroup>
@@ -65,6 +79,11 @@
6579
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
6680
<GenerateManifest>false</GenerateManifest>
6781
</PropertyGroup>
82+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'">
83+
<LinkIncremental>false</LinkIncremental>
84+
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
85+
<GenerateManifest>false</GenerateManifest>
86+
</PropertyGroup>
6887
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'">
6988
<LinkIncremental>false</LinkIncremental>
7089
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
@@ -136,6 +155,45 @@
136155
<AdditionalIncludeDirectories>$(SolutionDir)..\wxWidgets\include\msvc;$(SolutionDir)..\wxWidgets\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
137156
</ResourceCompile>
138157
</ItemDefinitionGroup>
158+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'">
159+
<ClCompile>
160+
<WarningLevel>Level3</WarningLevel>
161+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
162+
<Optimization>MaxSpeed</Optimization>
163+
<FunctionLevelLinking>true</FunctionLevelLinking>
164+
<IntrinsicFunctions>true</IntrinsicFunctions>
165+
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);__WX__CRYST__;HAVE_SSE_MATHFUN;USE_SSE2;OBJCRYST_GL;HAVE_FFTW;__FOX_COD__</PreprocessorDefinitions>
166+
<SDLCheck>false</SDLCheck>
167+
<AdditionalIncludeDirectories>$(SolutionDir)..\;$(SolutionDir)..\cctbx\include;$(SolutionDir)..\ObjCryst;$(SolutionDir)..\wxWidgets\include\msvc;$(SolutionDir)..\wxWidgets\include;$(SolutionDir)..\fftw\api;$(ProjectDir)\..\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
168+
<ObjectFileName>$(IntDir)\%(RelativeDir)</ObjectFileName>
169+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
170+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
171+
<FloatingPointModel>Fast</FloatingPointModel>
172+
<FloatingPointExceptions>
173+
</FloatingPointExceptions>
174+
<MultiProcessorCompilation>true</MultiProcessorCompilation>
175+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
176+
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
177+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
178+
<BufferSecurityCheck>false</BufferSecurityCheck>
179+
</ClCompile>
180+
<Link>
181+
<SubSystem>Windows</SubSystem>
182+
<GenerateDebugInformation>false</GenerateDebugInformation>
183+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
184+
<OptimizeReferences>true</OptimizeReferences>
185+
<AdditionalLibraryDirectories>$(SolutionDir)..\wxWidgets\lib\vc_lib;$(SolutionDir)$(Configuration);$(SolutionDir)..\fftw\fftw-3.3-libs\Static-Release;$(ProjectDir)\..\boost\stage\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
186+
<IgnoreSpecificDefaultLibraries>
187+
</IgnoreSpecificDefaultLibraries>
188+
<AdditionalDependencies>newmat.lib;cctbx.lib;libfftwf-3.3.lib;%(AdditionalDependencies)</AdditionalDependencies>
189+
<ShowProgress>LinkVerbose</ShowProgress>
190+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
191+
<AdditionalOptions>/GENPROFILE %(AdditionalOptions)</AdditionalOptions>
192+
</Link>
193+
<ResourceCompile>
194+
<AdditionalIncludeDirectories>$(SolutionDir)..\wxWidgets\include\msvc;$(SolutionDir)..\wxWidgets\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
195+
</ResourceCompile>
196+
</ItemDefinitionGroup>
139197
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'">
140198
<ClCompile>
141199
<WarningLevel>Level3</WarningLevel>

Fox/cctbx_vc12.vcxproj

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Configuration>Debug</Configuration>
66
<Platform>Win32</Platform>
77
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release (profile-guided optim generate)|Win32">
9+
<Configuration>Release (profile-guided optim generate)</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
812
<ProjectConfiguration Include="Release_XP_NoCOD|Win32">
913
<Configuration>Release_XP_NoCOD</Configuration>
1014
<Platform>Win32</Platform>
@@ -102,6 +106,13 @@
102106
<WholeProgramOptimization>true</WholeProgramOptimization>
103107
<CharacterSet>MultiByte</CharacterSet>
104108
</PropertyGroup>
109+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'" Label="Configuration">
110+
<ConfigurationType>StaticLibrary</ConfigurationType>
111+
<UseDebugLibraries>false</UseDebugLibraries>
112+
<PlatformToolset>v142</PlatformToolset>
113+
<WholeProgramOptimization>true</WholeProgramOptimization>
114+
<CharacterSet>MultiByte</CharacterSet>
115+
</PropertyGroup>
105116
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'" Label="Configuration">
106117
<ConfigurationType>StaticLibrary</ConfigurationType>
107118
<UseDebugLibraries>false</UseDebugLibraries>
@@ -118,6 +129,9 @@
118129
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119130
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
120131
</ImportGroup>
132+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'" Label="PropertySheets">
133+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
134+
</ImportGroup>
121135
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'" Label="PropertySheets">
122136
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
123137
</ImportGroup>
@@ -132,6 +146,11 @@
132146
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
133147
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
134148
</PropertyGroup>
149+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'">
150+
<TargetExt>.lib</TargetExt>
151+
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
152+
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
153+
</PropertyGroup>
135154
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'">
136155
<TargetExt>.lib</TargetExt>
137156
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
@@ -165,12 +184,37 @@
165184
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
166185
<MultiProcessorCompilation>true</MultiProcessorCompilation>
167186
<ObjectFileName>$(IntDir)\%(RelativeDir)</ObjectFileName>
187+
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
188+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
189+
<FloatingPointModel>Fast</FloatingPointModel>
190+
</ClCompile>
191+
<Link>
192+
<GenerateDebugInformation>true</GenerateDebugInformation>
193+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
194+
<OptimizeReferences>true</OptimizeReferences>
195+
</Link>
196+
<Lib />
197+
</ItemDefinitionGroup>
198+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'">
199+
<ClCompile>
200+
<WarningLevel>Level3</WarningLevel>
201+
<Optimization>MaxSpeed</Optimization>
202+
<FunctionLevelLinking>true</FunctionLevelLinking>
203+
<IntrinsicFunctions>true</IntrinsicFunctions>
204+
<SDLCheck>false</SDLCheck>
205+
<AdditionalIncludeDirectories>$(ProjectDir)\..\boost;$(ProjectDir)\..\cctbx\include</AdditionalIncludeDirectories>
206+
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
207+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
208+
<MultiProcessorCompilation>true</MultiProcessorCompilation>
209+
<ObjectFileName>$(IntDir)\%(RelativeDir)</ObjectFileName>
210+
<FloatingPointModel>Fast</FloatingPointModel>
168211
</ClCompile>
169212
<Link>
170213
<GenerateDebugInformation>true</GenerateDebugInformation>
171214
<EnableCOMDATFolding>true</EnableCOMDATFolding>
172215
<OptimizeReferences>true</OptimizeReferences>
173216
</Link>
217+
<Lib />
174218
</ItemDefinitionGroup>
175219
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'">
176220
<ClCompile>

Fox/newmat_vc12.vcxproj

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Configuration>Debug</Configuration>
66
<Platform>Win32</Platform>
77
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release (profile-guided optim generate)|Win32">
9+
<Configuration>Release (profile-guided optim generate)</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
812
<ProjectConfiguration Include="Release_XP_NoCOD|Win32">
913
<Configuration>Release_XP_NoCOD</Configuration>
1014
<Platform>Win32</Platform>
@@ -34,6 +38,13 @@
3438
<WholeProgramOptimization>true</WholeProgramOptimization>
3539
<CharacterSet>MultiByte</CharacterSet>
3640
</PropertyGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'" Label="Configuration">
42+
<ConfigurationType>StaticLibrary</ConfigurationType>
43+
<UseDebugLibraries>false</UseDebugLibraries>
44+
<PlatformToolset>v142</PlatformToolset>
45+
<WholeProgramOptimization>true</WholeProgramOptimization>
46+
<CharacterSet>MultiByte</CharacterSet>
47+
</PropertyGroup>
3748
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'" Label="Configuration">
3849
<ConfigurationType>StaticLibrary</ConfigurationType>
3950
<UseDebugLibraries>false</UseDebugLibraries>
@@ -50,6 +61,9 @@
5061
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5162
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5263
</ImportGroup>
64+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'" Label="PropertySheets">
65+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66+
</ImportGroup>
5367
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'" Label="PropertySheets">
5468
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5569
</ImportGroup>
@@ -62,6 +76,10 @@
6276
<TargetExt>.lib</TargetExt>
6377
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
6478
</PropertyGroup>
79+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'">
80+
<TargetExt>.lib</TargetExt>
81+
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
82+
</PropertyGroup>
6583
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'">
6684
<TargetExt>.lib</TargetExt>
6785
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
@@ -99,6 +117,28 @@
99117
<OptimizeReferences>true</OptimizeReferences>
100118
</Link>
101119
</ItemDefinitionGroup>
120+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release (profile-guided optim generate)|Win32'">
121+
<ClCompile>
122+
<WarningLevel>Level3</WarningLevel>
123+
<Optimization>MaxSpeed</Optimization>
124+
<FunctionLevelLinking>true</FunctionLevelLinking>
125+
<IntrinsicFunctions>true</IntrinsicFunctions>
126+
<SDLCheck>false</SDLCheck>
127+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
128+
<PreprocessorDefinitions>_USING_V110_SDK71_;%(PreprocessorDefinitions); _CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
129+
<MultiProcessorCompilation>true</MultiProcessorCompilation>
130+
<ObjectFileName>$(IntDir)\%(RelativeDir)</ObjectFileName>
131+
<DebugInformationFormat>None</DebugInformationFormat>
132+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
133+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
134+
<FloatingPointModel>Fast</FloatingPointModel>
135+
</ClCompile>
136+
<Link>
137+
<GenerateDebugInformation>true</GenerateDebugInformation>
138+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
139+
<OptimizeReferences>true</OptimizeReferences>
140+
</Link>
141+
</ItemDefinitionGroup>
102142
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_XP_NoCOD|Win32'">
103143
<ClCompile>
104144
<WarningLevel>Level3</WarningLevel>

0 commit comments

Comments
 (0)