diff options
Diffstat (limited to 'ext/detours/samples/tracetcp/trctcp.rc')
-rw-r--r-- | ext/detours/samples/tracetcp/trctcp.rc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/detours/samples/tracetcp/trctcp.rc b/ext/detours/samples/tracetcp/trctcp.rc new file mode 100644 index 0000000..b3c6af5 --- /dev/null +++ b/ext/detours/samples/tracetcp/trctcp.rc @@ -0,0 +1,17 @@ +////////////////////////////////////////////////////////////////////////////// +// +// Version information for trctcp.rc. +// +// Microsoft Research Detours Package +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// + +#include "detver.h" + +#define VER_INTERNALNAME_STR "trctcp" DETOURS_STRINGIFY(DETOURS_BITS) +#define VER_ORIGINALFILENAME_STR "trctcp" DETOURS_STRINGIFY(DETOURS_BITS) ".dll" +#define VER_FILEDESCRIPTION_STR "Detours TCP Trace Module" +#define VER_COMPANYNAME_STR "Microsoft Corporation" + +#include "common.ver" |