summaryrefslogtreecommitdiff
path: root/CommonAPI.vcxproj
diff options
context:
space:
mode:
authorMarkus Freutsmiedl <markus.freutsmiedl@partner.bmw.de>2014-04-14 10:20:24 +0200
committerMarkus Freutsmiedl <markus.freutsmiedl@partner.bmw.de>2014-04-14 10:20:24 +0200
commit6ebd304af7c02087112dcfd64563aa85dab90832 (patch)
tree8951a73a8f91ab9ea11cd3a2721373b363d2dcbe /CommonAPI.vcxproj
parent799139884c3e9955c8486026ef2ab6d7210f744b (diff)
downloadgenivi-common-api-runtime-6ebd304af7c02087112dcfd64563aa85dab90832.tar.gz
Project settings in project files reworked.
Release build is possible now.
Diffstat (limited to 'CommonAPI.vcxproj')
-rw-r--r--CommonAPI.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/CommonAPI.vcxproj b/CommonAPI.vcxproj
index b894a72..86e1d04 100644
--- a/CommonAPI.vcxproj
+++ b/CommonAPI.vcxproj
@@ -21,7 +21,7 @@
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
+ <ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
@@ -52,6 +52,7 @@
<PreprocessorDefinitions>WIN32;COMMONAPI_INTERNAL_COMPILATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <MinimalRebuild>false</MinimalRebuild>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -74,6 +75,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;COMMONAPI_INTERNAL_COMPILATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>