diff options
Diffstat (limited to 'plugins/FileAsMessage/fileecho.vcxproj')
-rw-r--r-- | plugins/FileAsMessage/fileecho.vcxproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/FileAsMessage/fileecho.vcxproj b/plugins/FileAsMessage/fileecho.vcxproj index 6bb1825d7a..dc32a428dd 100644 --- a/plugins/FileAsMessage/fileecho.vcxproj +++ b/plugins/FileAsMessage/fileecho.vcxproj @@ -25,4 +25,21 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\crc32.cpp" /> + <ClCompile Include="src\dialog.cpp" /> + <ClCompile Include="src\main.cpp" /> + <ClCompile Include="src\optionsdlg.cpp" /> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + <ClInclude Include="src\dialog.h" /> + <ClInclude Include="src\resource.h" /> + <ClInclude Include="src\stdafx.h" /> + <ClInclude Include="src\version.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\resources.rc" /> + <ResourceCompile Include="res\Version.rc" /> + </ItemGroup> </Project>
\ No newline at end of file |