update msvc project files: also compile in release mode
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@586 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
584ce0e3ad
commit
a095b57814
18 changed files with 23 additions and 12 deletions
|
@ -116,6 +116,7 @@
|
|||
Optimization="2"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
|
@ -168,10 +169,10 @@
|
|||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath=".\DeletableSingleton.cpp"
|
||||
RelativePath=".\Dependencies.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
|
@ -179,10 +180,6 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Dependencies.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Phoenix.cpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue