Fixed vc versin for generated .PDB
This commit is contained in:
parent
02e6cf2697
commit
ca6c3a74de
|
@ -68,10 +68,9 @@
|
||||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
|
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
|
||||||
<FloatingPointModel>Precise</FloatingPointModel>
|
<FloatingPointModel>Precise</FloatingPointModel>
|
||||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||||
<!--<AdditionalOptions />-->
|
|
||||||
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
||||||
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
||||||
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
||||||
|
@ -80,13 +79,11 @@
|
||||||
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
||||||
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
|
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
|
||||||
<ExpandAttributedSource>false</ExpandAttributedSource>
|
<ExpandAttributedSource>false</ExpandAttributedSource>
|
||||||
<!--<AssemblerOutput />-->
|
|
||||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||||
<ProgramDataBaseFileName>$(IntDir)vc90.pdb</ProgramDataBaseFileName>
|
<ProgramDataBaseFileName>$(IntDir)vc$(VisualStudioVersion).pdb</ProgramDataBaseFileName>
|
||||||
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
||||||
<XMLDocumentationFileName>$(IntDir)</XMLDocumentationFileName>
|
<XMLDocumentationFileName>$(IntDir)</XMLDocumentationFileName>
|
||||||
<!--<BrowseInformation />-->
|
|
||||||
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
||||||
<WarningLevel>Level4</WarningLevel>
|
<WarningLevel>Level4</WarningLevel>
|
||||||
<TreatWarningAsError>false</TreatWarningAsError>
|
<TreatWarningAsError>false</TreatWarningAsError>
|
||||||
|
@ -124,7 +121,6 @@
|
||||||
<IgnoreEmbeddedIDL>false</IgnoreEmbeddedIDL>
|
<IgnoreEmbeddedIDL>false</IgnoreEmbeddedIDL>
|
||||||
<TypeLibraryResourceID>1</TypeLibraryResourceID>
|
<TypeLibraryResourceID>1</TypeLibraryResourceID>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<!--<AssemblyDebug />-->
|
|
||||||
<ProgramDatabaseFile>$(TargetDir)pdb/$(TargetName).pdb</ProgramDatabaseFile>
|
<ProgramDatabaseFile>$(TargetDir)pdb/$(TargetName).pdb</ProgramDatabaseFile>
|
||||||
<GenerateMapFile>true</GenerateMapFile>
|
<GenerateMapFile>true</GenerateMapFile>
|
||||||
<MapFileName>$(TargetDir)map/$(TargetName).map</MapFileName>
|
<MapFileName>$(TargetDir)map/$(TargetName).map</MapFileName>
|
||||||
|
@ -133,8 +129,6 @@
|
||||||
<HeapCommitSize>0</HeapCommitSize>
|
<HeapCommitSize>0</HeapCommitSize>
|
||||||
<StackReserveSize>0</StackReserveSize>
|
<StackReserveSize>0</StackReserveSize>
|
||||||
<StackCommitSize>0</StackCommitSize>
|
<StackCommitSize>0</StackCommitSize>
|
||||||
<!--<LargeAddressAware />
|
|
||||||
<TerminalServerAware />-->
|
|
||||||
<SwapRunFromCD>false</SwapRunFromCD>
|
<SwapRunFromCD>false</SwapRunFromCD>
|
||||||
<SwapRunFromNET>false</SwapRunFromNET>
|
<SwapRunFromNET>false</SwapRunFromNET>
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
@ -143,7 +137,6 @@
|
||||||
<SetChecksum>false</SetChecksum>
|
<SetChecksum>false</SetChecksum>
|
||||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||||
<FixedBaseAddress>false</FixedBaseAddress>
|
<FixedBaseAddress>false</FixedBaseAddress>
|
||||||
<!--<DataExecutionPrevention />-->
|
|
||||||
<TurnOffAssemblyGeneration>false</TurnOffAssemblyGeneration>
|
<TurnOffAssemblyGeneration>false</TurnOffAssemblyGeneration>
|
||||||
<SupportUnloadOfDelayLoadedDLL>false</SupportUnloadOfDelayLoadedDLL>
|
<SupportUnloadOfDelayLoadedDLL>false</SupportUnloadOfDelayLoadedDLL>
|
||||||
<ImportLibrary>$(TargetDir)lib/$(TargetName).lib</ImportLibrary>
|
<ImportLibrary>$(TargetDir)lib/$(TargetName).lib</ImportLibrary>
|
||||||
|
@ -165,7 +158,6 @@
|
||||||
<GenerateTypeLibrary>true</GenerateTypeLibrary>
|
<GenerateTypeLibrary>true</GenerateTypeLibrary>
|
||||||
<TypeLibraryName>$(IntDir)%(Filename).tlb</TypeLibraryName>
|
<TypeLibraryName>$(IntDir)%(Filename).tlb</TypeLibraryName>
|
||||||
<HeaderFileName>%(Filename)_h.h</HeaderFileName>
|
<HeaderFileName>%(Filename)_h.h</HeaderFileName>
|
||||||
<!--<DllDataFileName />-->
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||||
<EnableErrorChecks>All</EnableErrorChecks>
|
<EnableErrorChecks>All</EnableErrorChecks>
|
||||||
|
|
|
@ -367,22 +367,12 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<CustomBuild Include="include\wx\msw\setup.h">
|
<CustomBuild Include="include\wx\msw\setup.h">
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Creating lib\vc_lib\mswd\wx\setup.h</Message>
|
<Message Condition="'$(Configuration)'=='Debug'">Creating lib\vc_lib\mswd\wx\setup.h</Message>
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Creating lib\vc_lib\mswd\wx\setup.h</Message>
|
<Command Condition="'$(Configuration)'=='Debug'">copy "%(FullPath)" lib\vc_lib\mswd\wx\setup.h</Command>
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" lib\vc_lib\mswd\wx\setup.h
|
<Outputs Condition="'$(Configuration)'=='Debug'">lib\vc_lib\mswd\wx\setup.h;%(Outputs)</Outputs>
|
||||||
</Command>
|
<Message Condition="'$(Configuration)'=='Release'">Creating lib\vc_lib\mswu\wx\setup.h</Message>
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" lib\vc_lib\mswd\wx\setup.h
|
<Command Condition="'$(Configuration)'=='Release'">copy "%(FullPath)" lib\vc_lib\mswu\wx\setup.h</Command>
|
||||||
</Command>
|
<Outputs Condition="'$(Configuration)'=='Release'">lib\vc_lib\mswu\wx\setup.h;%(Outputs)</Outputs>
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">lib\vc_lib\mswd\wx\setup.h;%(Outputs)</Outputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib\vc_lib\mswd\wx\setup.h;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Creating lib\vc_lib\mswu\wx\setup.h</Message>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Creating lib\vc_lib\mswu\wx\setup.h</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" lib\vc_lib\mswu\wx\setup.h
|
|
||||||
</Command>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" lib\vc_lib\mswu\wx\setup.h
|
|
||||||
</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">lib\vc_lib\mswu\wx\setup.h;%(Outputs)</Outputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib\vc_lib\mswu\wx\setup.h;%(Outputs)</Outputs>
|
|
||||||
</CustomBuild>
|
</CustomBuild>
|
||||||
<ClInclude Include="include\wx\msw\accel.h" />
|
<ClInclude Include="include\wx\msw\accel.h" />
|
||||||
<ClInclude Include="include\wx\msw\ole\activex.h" />
|
<ClInclude Include="include\wx\msw\ole\activex.h" />
|
||||||
|
@ -429,22 +419,12 @@
|
||||||
<ClInclude Include="include\wx\msw\gauge.h" />
|
<ClInclude Include="include\wx\msw\gauge.h" />
|
||||||
<ClInclude Include="include\wx\msw\gdiimage.h" />
|
<ClInclude Include="include\wx\msw\gdiimage.h" />
|
||||||
<CustomBuild Include="include\wx\msw\genrcdefs.h">
|
<CustomBuild Include="include\wx\msw\genrcdefs.h">
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Creating lib\vc_lib\mswud\wx\msw\rcdefs.h</Message>
|
<Message Condition="'$(Configuration)'=='Debug'">Creating lib\vc_lib\mswud\wx\msw\rcdefs.h</Message>
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Creating lib\vc_lib\mswud\wx\msw\rcdefs.h</Message>
|
<Command Condition="'$(Configuration)'=='Debug'">cl /EP /nologo "%(FullPath)" > "lib\vc_lib\mswud\wx\msw\rcdefs.h"</Command>
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cl /EP /nologo "%(FullPath)" > "lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
<Outputs Condition="'$(Configuration)'=='Debug'">lib\vc_lib\mswud\wx\msw\rcdefs.h;%(Outputs)</Outputs>
|
||||||
</Command>
|
<Message Condition="'$(Configuration)'=='Release'">Creating lib\vc_lib\mswu\wx\msw\rcdefs.h</Message>
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">cl /EP /nologo "%(FullPath)" > "lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
<Command Condition="'$(Configuration)'=='Release'">cl /EP /nologo "%(FullPath)" > "lib\vc_lib\mswu\wx\msw\rcdefs.h"</Command>
|
||||||
</Command>
|
<Outputs Condition="'$(Configuration)'=='Release'">lib\vc_lib\mswu\wx\msw\rcdefs.h;%(Outputs)</Outputs>
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">lib\vc_lib\mswud\wx\msw\rcdefs.h;%(Outputs)</Outputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib\vc_lib\mswud\wx\msw\rcdefs.h;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Creating lib\vc_lib\mswu\wx\msw\rcdefs.h</Message>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Creating lib\vc_lib\mswu\wx\msw\rcdefs.h</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cl /EP /nologo "%(FullPath)" > "lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
|
||||||
</Command>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">cl /EP /nologo "%(FullPath)" > "lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
|
||||||
</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">lib\vc_lib\mswu\wx\msw\rcdefs.h;%(Outputs)</Outputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib\vc_lib\mswu\wx\msw\rcdefs.h;%(Outputs)</Outputs>
|
|
||||||
</CustomBuild>
|
</CustomBuild>
|
||||||
<ClInclude Include="include\wx\msw\headerctrl.h" />
|
<ClInclude Include="include\wx\msw\headerctrl.h" />
|
||||||
<ClInclude Include="include\wx\msw\helpchm.h" />
|
<ClInclude Include="include\wx\msw\helpchm.h" />
|
||||||
|
|
Loading…
Reference in New Issue