summaryrefslogtreecommitdiff
path: root/plugins/PackUpdater/PackUpdater.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PackUpdater/PackUpdater.vcxproj')
-rw-r--r--plugins/PackUpdater/PackUpdater.vcxproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/PackUpdater/PackUpdater.vcxproj b/plugins/PackUpdater/PackUpdater.vcxproj
index c333f0316e..ba151f387d 100644
--- a/plugins/PackUpdater/PackUpdater.vcxproj
+++ b/plugins/PackUpdater/PackUpdater.vcxproj
@@ -25,4 +25,22 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\Events.cpp" />
+ <ClCompile Include="src\Notifications.cpp" />
+ <ClCompile Include="src\Options.cpp" />
+ <ClCompile Include="src\PackUpdater.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\Utils.cpp" />
+ <ClInclude Include="src\Notifications.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Resource.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
</Project> \ No newline at end of file