summaryrefslogtreecommitdiff
path: root/CommonAPI.vcxproj
diff options
context:
space:
mode:
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>