diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-06 21:40:16 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-06 21:40:16 +0300 |
| commit | 7ca9ddf39c89968fbaa81e61598a7d3f8d09d2ac (patch) | |
| tree | be89fe086296e835810a5f9b11bbd372381cec18 /new_gpg.vcxproj | |
| parent | 9d905146c450baed1ecb180652cca904879ab9c8 (diff) | |
fixed #48 (key generation tab order)
implemented #49 (key generation notification)
Diffstat (limited to 'new_gpg.vcxproj')
| -rwxr-xr-x | new_gpg.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/new_gpg.vcxproj b/new_gpg.vcxproj index 9c5d49b..e98a996 100755 --- a/new_gpg.vcxproj +++ b/new_gpg.vcxproj @@ -1344,4 +1344,9 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
+ <ProjectExtensions>
+ <VisualStudio>
+ <UserProperties RESOURCE_FILE="new_gpg.rc" />
+ </VisualStudio>
+ </ProjectExtensions>
</Project>
\ No newline at end of file |
