diff options
Diffstat (limited to 'plugins/Exchange/Exchange.vcxproj')
| -rw-r--r-- | plugins/Exchange/Exchange.vcxproj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/Exchange/Exchange.vcxproj b/plugins/Exchange/Exchange.vcxproj index bb8fee1b9d..45b7ed4929 100644 --- a/plugins/Exchange/Exchange.vcxproj +++ b/plugins/Exchange/Exchange.vcxproj @@ -25,6 +25,31 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\dlg_handlers.cpp" />
+ <ClCompile Include="src\emails.cpp" />
+ <ClCompile Include="src\exchange.cpp" />
+ <ClCompile Include="src\hooked_events.cpp" />
+ <ClCompile Include="src\MirandaExchange.cpp" />
+ <ClCompile Include="src\services.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\utils.cpp" />
+ <ClInclude Include="src\dlg_handlers.h" />
+ <ClInclude Include="src\emails.h" />
+ <ClInclude Include="src\hooked_events.h" />
+ <ClInclude Include="src\MirandaExchange.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\services.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\utils.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\exchange.rc" />
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>mapi32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
