summaryrefslogtreecommitdiff
path: root/plugins/SimpleStatusMsg/simplestatusmsg.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SimpleStatusMsg/simplestatusmsg.vcxproj')
-rw-r--r--plugins/SimpleStatusMsg/simplestatusmsg.vcxproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/SimpleStatusMsg/simplestatusmsg.vcxproj b/plugins/SimpleStatusMsg/simplestatusmsg.vcxproj
index d94c30f49b..9ca13614c7 100644
--- a/plugins/SimpleStatusMsg/simplestatusmsg.vcxproj
+++ b/plugins/SimpleStatusMsg/simplestatusmsg.vcxproj
@@ -25,4 +25,22 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\awaymsg.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\msgbox.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\utils.cpp" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\simplestatusmsg.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