blob: 0cd0598b7ffd203b7129a8c1fba810e27af226e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2012 Microsoft Corporation. All Rights Reserved.
//
// Module Name:
// Framework_WFPSampler.rc
//
// Abstract:
// Internal resource file for WFPSampler (WFPSampler.exe)
//
// Author:
// Dusty Harper (DHarper)
//
// Revision History:
//
// [ Month ][Day] [Year] - [Revision]-[ Comments ]
// May 01, 2010 - 1.0 - Creation
//
////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef FRAMEWORK_WFP_SAMPLER_RESOURCES
#define FRAMEWORK_WFP_SAMPLER_RESOURCES
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "WFP Sampler"
#define VER_INTERNALNAME_STR "WFPSampler.Exe"
#define VER_ORIGINALFILENAME_STR "WFPSampler.Exe"
#define VER_PRODUCT_VERSION_STR "1.0.0.1"
#include <windows.h> /// Include\UM
#include <ntverp.h> /// Include\Shared
#include <common.ver> /// Include\Shared
#endif /// FRAMEWORK_WFP_SAMPLER_RESOURCES
|