diff options
| author | Konstantin <const@const.me> | 2023-01-16 20:50:27 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-16 20:50:27 +0100 |
| commit | 8a1b4ec398e25ecc15596f830f757d8419728296 (patch) | |
| tree | 2c7d1355df52d3e59d397e56b7621f1402032af4 /Examples/WhisperDesktop | |
| parent | aaeab774c3c8e30b2925620fc3d2a34e5f53be4c (diff) | |
Minor, documentation
Diffstat (limited to 'Examples/WhisperDesktop')
| -rw-r--r-- | Examples/WhisperDesktop/Readme.txt | 3 | ||||
| -rw-r--r-- | Examples/WhisperDesktop/WhisperDesktop.vcxproj | 3 | ||||
| -rw-r--r-- | Examples/WhisperDesktop/WhisperDesktop.vcxproj.filters | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/Examples/WhisperDesktop/Readme.txt b/Examples/WhisperDesktop/Readme.txt new file mode 100644 index 0000000..9900923 --- /dev/null +++ b/Examples/WhisperDesktop/Readme.txt @@ -0,0 +1,3 @@ +This example shows how to consume the DLL from a C++ GUI application. + +The GUI is implemented with ATL and WTL libraries.
\ No newline at end of file diff --git a/Examples/WhisperDesktop/WhisperDesktop.vcxproj b/Examples/WhisperDesktop/WhisperDesktop.vcxproj index 4956410..db6d529 100644 --- a/Examples/WhisperDesktop/WhisperDesktop.vcxproj +++ b/Examples/WhisperDesktop/WhisperDesktop.vcxproj @@ -145,6 +145,9 @@ <Project>{701df8c8-e4a5-43ec-9c6b-747bbf4d8e71}</Project> </ProjectReference> </ItemGroup> + <ItemGroup> + <Text Include="Readme.txt" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> diff --git a/Examples/WhisperDesktop/WhisperDesktop.vcxproj.filters b/Examples/WhisperDesktop/WhisperDesktop.vcxproj.filters index 7a36c86..09bb5f1 100644 --- a/Examples/WhisperDesktop/WhisperDesktop.vcxproj.filters +++ b/Examples/WhisperDesktop/WhisperDesktop.vcxproj.filters @@ -139,4 +139,7 @@ <ItemGroup> <Manifest Include="WhisperDesktop.manifest" /> </ItemGroup> + <ItemGroup> + <Text Include="Readme.txt" /> + </ItemGroup> </Project>
\ No newline at end of file |
