summaryrefslogtreecommitdiff
path: root/src/mir_app/mir_app.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_app/mir_app.vcxproj')
-rw-r--r--src/mir_app/mir_app.vcxproj15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/mir_app/mir_app.vcxproj b/src/mir_app/mir_app.vcxproj
index 50cfd59262..b9afb141b1 100644
--- a/src/mir_app/mir_app.vcxproj
+++ b/src/mir_app/mir_app.vcxproj
@@ -56,7 +56,7 @@
<ClCompile Include="src\CMPluginBase.cpp" />
<ClCompile Include="src\colorchooser.cpp" />
<ClCompile Include="src\clccontact.cpp" />
- <ClCompile Include="src\contacts.cpp" />
+ <ClCompile Include="src\clistcontacts.cpp" />
<ClCompile Include="src\database.cpp" />
<ClCompile Include="src\db_events.cpp" />
<ClCompile Include="src\db_ini.cpp" />
@@ -64,8 +64,10 @@
<ClCompile Include="src\db_upgrade.cpp" />
<ClCompile Include="src\db_util.cpp" />
<ClCompile Include="src\descbutton.cpp" />
- <ClCompile Include="src\dll_sniffer.cpp" />
- <ClCompile Include="src\Docking.cpp" />
+ <ClCompile Include="src\dll_sniffer.cpp">
+ <ExceptionHandling>false</ExceptionHandling>
+ <DisableSpecificWarnings>4652;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
<ClCompile Include="src\ei_baseIcon.cpp" />
<ClCompile Include="src\ei_callbackIcon.cpp" />
<ClCompile Include="src\ei_defaulticons.cpp" />
@@ -172,6 +174,9 @@
<ClCompile Include="src\usedIcons.cpp" />
<ClCompile Include="src\utils.cpp" />
<ClCompile Include="src\userInfo.cpp" />
+ <ClInclude Include="..\..\include\m_clc.h" />
+ <ClInclude Include="..\..\include\m_clist.h" />
+ <ClInclude Include="..\..\include\m_clistint.h" />
<ClInclude Include="src\chat.h" />
<ClInclude Include="src\clc.h" />
<ClInclude Include="src\database.h" />
@@ -196,8 +201,8 @@
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
- <PreprocessorDefinitions Condition="'$(Configuration)'=='Debug'">MIR_APP_EXPORTS;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PreprocessorDefinitions Condition="'$(Configuration)'=='Release'">MIR_APP_EXPORTS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>MIR_APP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
<ModuleDefinitionFile Condition="'$(Platform)'=='Win32'">src/mir_app.def</ModuleDefinitionFile>